Class ApplicationBOMyCouponExtensionFactory
java.lang.Object
com.intershop.beehive.businessobject.capi.AbstractBusinessObjectExtensionFactory<com.intershop.component.application.capi.ApplicationBO>
com.intershop.issup.component.mycoupon.internal.ApplicationBOMyCouponExtensionFactory
- All Implemented Interfaces:
com.intershop.beehive.businessobject.capi.BusinessObjectExtensionFactory<com.intershop.component.application.capi.ApplicationBO>,com.intershop.beehive.businessobject.capi.EnhancedBusinessObjectExtensionFactory<com.intershop.component.application.capi.ApplicationBO>,com.intershop.beehive.businessobject.capi.LocalBusinessObjectExtensionFactory<com.intershop.component.application.capi.ApplicationBO>
public class ApplicationBOMyCouponExtensionFactory
extends com.intershop.beehive.businessobject.capi.AbstractBusinessObjectExtensionFactory<com.intershop.component.application.capi.ApplicationBO>
The interface describes an extension of the application BO which is intended to retrieve the BO repository of the
promotion code.
-
Field Summary
Fields inherited from interface com.intershop.beehive.businessobject.capi.BusinessObjectExtensionFactory
EXTENSION_CLASS, EXTENSION_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.intershop.beehive.businessobject.capi.BusinessObjectExtension<com.intershop.component.application.capi.ApplicationBO>createExtension(com.intershop.component.application.capi.ApplicationBO application) Class<com.intershop.component.application.capi.ApplicationBO>Methods inherited from class com.intershop.beehive.businessobject.capi.AbstractBusinessObjectExtensionFactory
getExtensionID, getExtensionType, isApplicable, safeCreateExtension
-
Constructor Details
-
ApplicationBOMyCouponExtensionFactory
public ApplicationBOMyCouponExtensionFactory()
-
-
Method Details
-
createExtension
public com.intershop.beehive.businessobject.capi.BusinessObjectExtension<com.intershop.component.application.capi.ApplicationBO> createExtension(com.intershop.component.application.capi.ApplicationBO application) -
getExtendedType
-