Class GetOltAction
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.bgerp.action.base.BaseAction
org.bgerp.plugin.bgb.getolt.action.GetOltAction
Action for GetOLT process tab.
Displays ONU information based on contract binding.
-
Field Summary
Fields inherited from class org.bgerp.action.base.BaseAction
l, MAPPER, PATH_JSP_ADMIN, PATH_JSP_OPEN, PATH_JSP_USER, PATH_JSP_USERMOB, setupFields inherited from class org.apache.struts.actions.DispatchAction
clazz, methods, typesFields inherited from class org.apache.struts.actions.BaseAction
messagesFields inherited from class org.apache.struts.action.Action
servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.action.ActionForwardactivateOnu(DynActionForm form, ConnectionSet conSet) Activate/replace ONU - update MAC address in billing.org.apache.struts.action.ActionForwardgetServices(DynActionForm form, ConnectionSet conSet) Get services for contract (for multi-service selection UI).org.apache.struts.action.ActionForwardrebootOnu(DynActionForm form, ConnectionSet conSet) Reboot ONU.org.apache.struts.action.ActionForwardrefreshPort(DynActionForm form, ConnectionSet conSet) Start OLT port refresh.org.apache.struts.action.ActionForwardrefreshStatus(DynActionForm form, ConnectionSet conSet) Get OLT refresh status (for polling).org.apache.struts.action.ActionForwardunspecified(DynActionForm form, ConnectionSet conSet) Default action method if no parameter 'action' passed.Methods inherited from class org.bgerp.action.base.BaseAction
checkModified, dispatchMethod, getParameter, html, html, json, json, permissionCheck, restoreRequestParams, unspecified, updatePersonalizationMethods inherited from class org.apache.struts.actions.DispatchAction
cancelled, execute, getMethod, getMethodName, unspecifiedMethods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
Constructor Details
-
GetOltAction
public GetOltAction()
-
-
Method Details
-
unspecified
public org.apache.struts.action.ActionForward unspecified(DynActionForm form, ConnectionSet conSet) throws Exception Description copied from class:BaseActionDefault action method if no parameter 'action' passed. Overwrite and implement.- Overrides:
unspecifiedin classBaseAction- Parameters:
form-conSet-- Returns:
- Throws:
Exception
-
refreshPort
public org.apache.struts.action.ActionForward refreshPort(DynActionForm form, ConnectionSet conSet) throws Exception Start OLT port refresh. Requires permission: /user/plugin/getolt/getolt:refreshPort- Throws:
Exception
-
refreshStatus
public org.apache.struts.action.ActionForward refreshStatus(DynActionForm form, ConnectionSet conSet) throws Exception Get OLT refresh status (for polling). Uses same permission as refreshPort.- Throws:
Exception
-
rebootOnu
public org.apache.struts.action.ActionForward rebootOnu(DynActionForm form, ConnectionSet conSet) throws Exception Reboot ONU. Requires permission: /user/plugin/getolt/getolt:rebootOnu- Throws:
Exception
-
activateOnu
public org.apache.struts.action.ActionForward activateOnu(DynActionForm form, ConnectionSet conSet) throws Exception Activate/replace ONU - update MAC address in billing. Requires permission: /user/plugin/getolt/getolt:activateOnu- Throws:
Exception
-
getServices
public org.apache.struts.action.ActionForward getServices(DynActionForm form, ConnectionSet conSet) throws Exception Get services for contract (for multi-service selection UI). Requires permission: /user/plugin/getolt/getolt:activateOnu- Throws:
Exception
-