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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public Class<com.intershop.component.application.capi.ApplicationBO> getExtendedType()