| Constructor and Description |
|---|
UnlockService(org.exoplatform.commons.info.ProductInformations productInformations,
PingBackService pingBackService,
org.exoplatform.container.xml.InitParams params) |
| Modifier and Type | Method and Description |
|---|---|
String |
computeRemindDateFromTodayBase64() |
void |
computeUnlockedInformation() |
int |
decodeKey(String productCode,
String Key) |
String |
generateProductCode() |
String |
getCalledUrl() |
String |
getDefaultPingBackUrl() |
int |
getDelayPeriod() |
ScheduledExecutorService |
getExecutor() |
int |
getNbDaysAfterExpiration() |
int |
getNbDaysBeforeExpiration() |
String |
getProductCode() |
org.exoplatform.commons.info.ProductInformations |
getProductInformations() |
String |
getRegistrationFormUrl() |
Calendar |
getRemindDate() |
boolean |
isOutdated() |
boolean |
isUnlocked() |
void |
setCalledUrl(String calledUrl) |
void |
setDelayPeriod(int delayPeriod) |
void |
setOutdated(boolean outdated) |
void |
setProductCode(String productCode) |
void |
setRemindDate(Calendar remindDate) |
void |
setUnlocked(boolean unlocked) |
boolean |
showTermsAndConditions() |
void |
start() |
void |
stop() |
public String ERROR
public UnlockService(org.exoplatform.commons.info.ProductInformations productInformations,
PingBackService pingBackService,
org.exoplatform.container.xml.InitParams params)
throws org.exoplatform.commons.info.MissingProductInformationException
org.exoplatform.commons.info.MissingProductInformationExceptionpublic void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.Startablepublic String computeRemindDateFromTodayBase64()
public org.exoplatform.commons.info.ProductInformations getProductInformations()
public String getRegistrationFormUrl()
public String getDefaultPingBackUrl()
public int getNbDaysBeforeExpiration()
public int getNbDaysAfterExpiration()
public boolean showTermsAndConditions()
public boolean isUnlocked()
public void setUnlocked(boolean unlocked)
public boolean isOutdated()
public void setOutdated(boolean outdated)
public int getDelayPeriod()
public void setDelayPeriod(int delayPeriod)
public String getCalledUrl()
public void setCalledUrl(String calledUrl)
public String getProductCode()
public void setProductCode(String productCode)
public Calendar getRemindDate()
public void setRemindDate(Calendar remindDate)
public String generateProductCode()
public ScheduledExecutorService getExecutor()
public void computeUnlockedInformation()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.