Uses of Class
org.opennms.features.datachoices.internal.StateManager
-
Packages that use StateManager Package Description org.opennms.features.datachoices.internal org.opennms.features.datachoices.shell.internal org.opennms.features.datachoices.web.internal -
-
Uses of StateManager in org.opennms.features.datachoices.internal
Methods in org.opennms.features.datachoices.internal with parameters of type StateManager Modifier and Type Method Description void
UsageStatisticsReporter. setStateManager(StateManager stateManager)
-
Uses of StateManager in org.opennms.features.datachoices.shell.internal
Fields in org.opennms.features.datachoices.shell.internal declared as StateManager Modifier and Type Field Description StateManager
ResetSystemIdCommand. m_stateManager
Methods in org.opennms.features.datachoices.shell.internal with parameters of type StateManager Modifier and Type Method Description void
ResetSystemIdCommand. setStateManager(StateManager stateManager)
Deprecated. -
Uses of StateManager in org.opennms.features.datachoices.web.internal
Methods in org.opennms.features.datachoices.web.internal with parameters of type StateManager Modifier and Type Method Description void
DataChoiceRestServiceImpl. setStateManager(StateManager stateManager)
void
ModalInjector. setStateManager(StateManager stateManager)
-