Class TmaPolicyContext
java.lang.Object
de.hybris.platform.b2ctelcoservices.compatibility.data.TmaPolicyContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Deprecated, for removal: This API element is subject to removal in a future version.Use list of product OfferingbooleanvoidsetEntryGroup(EntryGroup entryGroup) voidvoidsetOrderEntry(AbstractOrderEntryModel orderEntry) voidsetPolicyCatalogVersion(CatalogVersionModel policyCatalogVersion) voidsetProcessType(TmaProcessType processType) voidsetProductOffering(TmaProductOfferingModel productOffering) Deprecated, for removal: This API element is subject to removal in a future version.Use list of product OfferingvoidsetProductOfferings(List<TmaProductOfferingModel> productOfferings) voidsetQuantity(Integer quantity) voidsetSubscribed(boolean subscribed) voidsetSubscribedProduct(TmaSubscribedProductModel subscribedProduct) voidsetSubscriptionEndDate(Date subscriptionEndDate)
-
Constructor Details
-
TmaPolicyContext
public TmaPolicyContext()
-
-
Method Details
-
setProductOffering
@Deprecated(since="2003", forRemoval=true) public void setProductOffering(TmaProductOfferingModel productOffering) Deprecated, for removal: This API element is subject to removal in a future version.Use list of product Offering -
getProductOffering
Deprecated, for removal: This API element is subject to removal in a future version.Use list of product Offering -
setSubscribed
public void setSubscribed(boolean subscribed) -
isSubscribed
public boolean isSubscribed() -
setGroup
-
getGroup
-
setQuantity
-
getQuantity
-
setProcessType
-
getProcessType
-
setSubscriptionEndDate
-
getSubscriptionEndDate
-
setOrderEntry
-
getOrderEntry
-
setEntryGroup
-
getEntryGroup
-
setProductOfferings
-
getProductOfferings
-
setPolicyCatalogVersion
-
getPolicyCatalogVersion
-
setSubscribedProduct
-
getSubscribedProduct
-