Class TmaBillingTimeAttributeHandler<T extends de.hybris.platform.servicelayer.model.AbstractItemModel>
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<BillingTimeModel,T>
-
- de.hybris.platform.b2ctelcoservices.model.TmaBillingTimeAttributeHandler<T>
-
- Type Parameters:
T- the model type
- All Implemented Interfaces:
de.hybris.platform.servicelayer.model.attribute.DynamicAttributeHandler<BillingTimeModel,T>
- Direct Known Subclasses:
TmaBillingTimeChargeEntryAttribute,TmaBillingTimeUsageChargeAttribute
public abstract class TmaBillingTimeAttributeHandler<T extends de.hybris.platform.servicelayer.model.AbstractItemModel> extends de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<BillingTimeModel,T>
Attribute handler for dynamic attribute billing time- Since:
- 1907
-
-
Constructor Summary
Constructors Constructor Description TmaBillingTimeAttributeHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description BillingTimeModelget(T model)protected abstract SubscriptionPricePlanModelgetSubscriptionPricePlan(T model)
-
-
-
Method Detail
-
get
public BillingTimeModel get(T model)
- Specified by:
getin interfacede.hybris.platform.servicelayer.model.attribute.DynamicAttributeHandler<BillingTimeModel,T extends de.hybris.platform.servicelayer.model.AbstractItemModel>- Overrides:
getin classde.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<BillingTimeModel,T extends de.hybris.platform.servicelayer.model.AbstractItemModel>
-
getSubscriptionPricePlan
protected abstract SubscriptionPricePlanModel getSubscriptionPricePlan(T model)
-
-