Class ProductOfferingListEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.kernel.event.common.LocalEvent
ru.bitel.oss.systems.order.product.common.event.ProductOfferingListEvent
- All Implemented Interfaces:
Serializable
,ErrorReturnableEvent
public class ProductOfferingListEvent
extends ru.bitel.bgbilling.kernel.event.common.LocalEvent
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
-
Constructor Summary
ConstructorsConstructorDescriptionProductOfferingListEvent
(int moduleId, int contractId, int accountId, int userId, Date dateTime, Contract contract, Set<Integer> tariffIds, List<Product> currentContractOptionList, boolean onlyAvailable, List<ProductOffering> productOfferingList) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
setProductOfferingList
(List<ProductOffering> productOfferingList) Methods inherited from class ru.bitel.bgbilling.kernel.event.common.LocalEvent
getError, setError
Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event
getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, setMessageID, toString, toString
-
Constructor Details
-
ProductOfferingListEvent
-
-
Method Details
-
getSubjectModuleId
public int getSubjectModuleId() -
getDateTime
-
getContract
-
getAccountId
public int getAccountId() -
getTariffIds
-
getActiveProductList
-
isAvailableOnly
public boolean isAvailableOnly() -
getProductOfferingList
-
setProductOfferingList
-