Class AccountOrderEvent
java.lang.Object
ru.bitel.bgbilling.apps.tv.access.om.AbstractOrderEvent
ru.bitel.bgbilling.apps.tv.access.om.AccountOrderEvent
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class ru.bitel.bgbilling.apps.tv.access.om.AbstractOrderEvent
filterByDepends
-
Constructor Summary
ConstructorDescriptionAccountOrderEvent
(ru.bitel.bgbilling.apps.tv.access.TvAccess tvAccess, ru.bitel.bgbilling.kernel.event.common.Event event, int deviceId, TvAccountRuntime tvAccountRuntime, int eventType, int tvAccountId, TvAccountSpec tvAccountSpec, TvAccount oldTvAccount, TvAccount newTvAccount, short oldDeviceState, short newDeviceState, Set<Integer> oldDeviceOptionIds, Set<Integer> newDeviceOptionIds, int accessCode) -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()
protected Map<Integer,
ProductSpecRuntime> short
int
toString()
Methods inherited from class ru.bitel.bgbilling.apps.tv.access.om.AbstractOrderEvent
filterProductSpecByDepends, getContractId, getDeviceOptionIdsToDisable, getDeviceOptionIdsToEnable, getDeviceOptionProductSpecSetToDisable, getDeviceOptionProductSpecSetToEnable, getFullProductEntryList, getFullProductSpecRuntimeSetToEnable, getFullProductSpecSetToEnable, getFullServiceSpecRuntimeSetToEnable, getFullServiceSpecSetToEnable, getFullTvChannelSpecSetToEnable, getNewDeviceOptionProductSpecs, getOldDeviceOptionProductSpecs, getProductSpecList, getProductSpecRuntimeList, getTvAccountChildren, getTvAccountId, getTvAccountRuntime, isFilterByDepends, isOptionsModified, setFilterByDepends, setNewDeviceOptionIds
-
Field Details
-
EVENT_TYPE_ACCOUNT_CREATE
public static final int EVENT_TYPE_ACCOUNT_CREATE- See Also:
-
EVENT_TYPE_ACCOUNT_MODIFY
public static final int EVENT_TYPE_ACCOUNT_MODIFY- See Also:
-
EVENT_TYPE_ACCOUNT_REMOVE
public static final int EVENT_TYPE_ACCOUNT_REMOVE- See Also:
-
EVENT_TYPE_ACCOUNT_STATE_MODIFY
public static final int EVENT_TYPE_ACCOUNT_STATE_MODIFY- See Also:
-
EVENT_TYPE_ACCOUNT_OPTIONS_MODIFY
public static final int EVENT_TYPE_ACCOUNT_OPTIONS_MODIFY- See Also:
-
-
Constructor Details
-
AccountOrderEvent
public AccountOrderEvent(ru.bitel.bgbilling.apps.tv.access.TvAccess tvAccess, ru.bitel.bgbilling.kernel.event.common.Event event, int deviceId, TvAccountRuntime tvAccountRuntime, int eventType, int tvAccountId, TvAccountSpec tvAccountSpec, TvAccount oldTvAccount, TvAccount newTvAccount, short oldDeviceState, short newDeviceState, Set<Integer> oldDeviceOptionIds, Set<Integer> newDeviceOptionIds, int accessCode)
-
-
Method Details
-
getOldTvAccount
-
getNewTvAccount
-
getOldState
public int getOldState() -
getNewState
public short getNewState() -
getOldDeviceOptionIds
- Overrides:
getOldDeviceOptionIds
in classAbstractOrderEvent
-
getNewDeviceOptionIds
- Overrides:
getNewDeviceOptionIds
in classAbstractOrderEvent
-
getEntry
-
getChildrenEntryList
-
getFullProductSpecRuntimeMapToEnable
protected Map<Integer,ProductSpecRuntime> getFullProductSpecRuntimeMapToEnable() throws ru.bitel.bgbilling.common.BGException- Specified by:
getFullProductSpecRuntimeMapToEnable
in classAbstractOrderEvent
- Throws:
ru.bitel.bgbilling.common.BGException
-
getFullProductEntryListToEnable
public List<ProductEntry> getFullProductEntryListToEnable() throws ru.bitel.bgbilling.common.BGException- Specified by:
getFullProductEntryListToEnable
in classAbstractOrderEvent
- Throws:
ru.bitel.bgbilling.common.BGException
-
toString
-