Class OffercardPropertiesProvider
- java.lang.Object
-
- com.adobe.cq.sightly.WCMUsePojo
-
- com.day.cq.personalization.offerlibrary.usebean.OffercardPropertiesProvider
-
- All Implemented Interfaces:
Use
@Deprecated public class OffercardPropertiesProvider extends WCMUsePojo
Deprecated.no replacement as not used anymoreProvides data for the script at /libs/cq/personalization/touch-ui/components/offercard/offercard.html
-
-
Constructor Summary
Constructors Constructor Description OffercardPropertiesProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidactivate()Deprecated.Implement this method to perform post initialization tasks.java.lang.StringgetCardTitle()Deprecated.java.lang.StringgetLastModified()Deprecated.java.lang.LonggetLastModifiedTimestamp()Deprecated.java.lang.StringgetOfferPath()Deprecated.java.lang.StringgetOfferType()Deprecated.-
Methods inherited from class com.adobe.cq.sightly.WCMUsePojo
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedPageProperties, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init
-
-
-
-
Field Detail
-
LOGGER
public static final Logger LOGGER
Deprecated.
-
-
Method Detail
-
activate
public void activate() throws java.lang.ExceptionDeprecated.Description copied from class:WCMUsePojoImplement this method to perform post initialization tasks. This method is called byWCMUsePojo.init(Bindings).- Specified by:
activatein classWCMUsePojo- Throws:
java.lang.Exception- in case of any error during activation
-
getCardTitle
public java.lang.String getCardTitle()
Deprecated.
-
getOfferPath
public java.lang.String getOfferPath()
Deprecated.
-
getOfferType
public java.lang.String getOfferType()
Deprecated.
-
getLastModified
public java.lang.String getLastModified()
Deprecated.
-
getLastModifiedTimestamp
public java.lang.Long getLastModifiedTimestamp()
Deprecated.
-
-