org.exoplatform.platform.welcomescreens.service
Class UnlockService

java.lang.Object
  extended by org.exoplatform.platform.welcomescreens.service.UnlockService
All Implemented Interfaces:
org.picocontainer.Startable

public class UnlockService
extends Object
implements org.picocontainer.Startable

Author:
Fbradai

Nested Class Summary
static class UnlockService.UnlockFilter
           
static class UnlockService.UnlockServlet
           
 
Field Summary
static String ERROR
           
static String restContext
           
 
Constructor Summary
UnlockService(org.exoplatform.commons.info.ProductInformations productInformations, org.exoplatform.container.xml.InitParams params)
           
 
Method Summary
static String computeRemindDateFromTodayBase64()
           
static String getCalledUrl()
           
static ScheduledExecutorService getExecutor()
           
static String getExtendFormUrl()
           
static int getNbDaysAfterExpiration()
           
static int getNbDaysBeforeExpiration()
           
static String getProductCode()
           
static String getRegistrationFormUrl()
           
static String getSubscriptionUrl()
           
static boolean isOutdated()
           
static boolean isUnlocked()
           
static boolean showTermsAndConditions()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restContext

public static String restContext

ERROR

public static String ERROR
Constructor Detail

UnlockService

public UnlockService(org.exoplatform.commons.info.ProductInformations productInformations,
                     org.exoplatform.container.xml.InitParams params)
              throws org.exoplatform.commons.info.MissingProductInformationException
Throws:
org.exoplatform.commons.info.MissingProductInformationException
Method Detail

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable

computeRemindDateFromTodayBase64

public static String computeRemindDateFromTodayBase64()

getRegistrationFormUrl

public static String getRegistrationFormUrl()

getNbDaysBeforeExpiration

public static int getNbDaysBeforeExpiration()

getNbDaysAfterExpiration

public static int getNbDaysAfterExpiration()

showTermsAndConditions

public static boolean showTermsAndConditions()

getSubscriptionUrl

public static String getSubscriptionUrl()

isUnlocked

public static boolean isUnlocked()

isOutdated

public static boolean isOutdated()

getExecutor

public static ScheduledExecutorService getExecutor()

getCalledUrl

public static String getCalledUrl()

getExtendFormUrl

public static String getExtendFormUrl()

getProductCode

public static String getProductCode()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.