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 void
activate()
Deprecated.Implement this method to perform post initialization tasks.java.lang.String
getCardTitle()
Deprecated.java.lang.String
getLastModified()
Deprecated.java.lang.Long
getLastModifiedTimestamp()
Deprecated.java.lang.String
getOfferPath()
Deprecated.java.lang.String
getOfferType()
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.Exception
Deprecated.Description copied from class:WCMUsePojo
Implement this method to perform post initialization tasks. This method is called byWCMUsePojo.init(Bindings)
.- Specified by:
activate
in 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.
-
-