Class AccountOrderEvent
java.lang.Object
ru.bitel.bgbilling.apps.tv.access.om.AbstractOrderEvent
ru.bitel.bgbilling.apps.tv.access.om.AccountOrderEvent
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class ru.bitel.bgbilling.apps.tv.access.om.AbstractOrderEvent
filterByDepends - 
Constructor Summary
ConstructorsConstructorDescriptionAccountOrderEvent(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> shortinttoString()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:
 getOldDeviceOptionIdsin classAbstractOrderEvent
 - 
getNewDeviceOptionIds
- Overrides:
 getNewDeviceOptionIdsin classAbstractOrderEvent
 - 
getEntry
 - 
getChildrenEntryList
 - 
getFullProductSpecRuntimeMapToEnable
protected Map<Integer,ProductSpecRuntime> getFullProductSpecRuntimeMapToEnable() throws ru.bitel.bgbilling.common.BGException- Specified by:
 getFullProductSpecRuntimeMapToEnablein classAbstractOrderEvent- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getFullProductEntryListToEnable
public List<ProductEntry> getFullProductEntryListToEnable() throws ru.bitel.bgbilling.common.BGException- Specified by:
 getFullProductEntryListToEnablein classAbstractOrderEvent- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
toString
 
 -