Package org.silverpeas.web.jobstartpage
Class JobStartPagePeasSettings
- java.lang.Object
 - 
- org.silverpeas.web.jobstartpage.JobStartPagePeasSettings
 
 
- 
public class JobStartPagePeasSettings extends Object
This class manage the informations needed for job start page 
- 
- 
Field Summary
Fields Modifier and Type Field Description static booleancomponentsInSpaceQuotaActivatedstatic StringCUSTOMERS_TEMPLATE_PATHstatic longdataStorageInPersonalSpaceQuotaDefaultMaxCountstatic booleandataStorageInSpaceQuotaActivatedstatic longdataStorageInSpaceQuotaDefaultMaxCountstatic StringdefaultAuthorizedFilesstatic StringdefaultForbiddenFilesstatic booleanisBackupEnablestatic booleanisBasketEnablestatic booleanisInheritanceEnablestatic booleanisPublicParameterEnablestatic booleanm_IsProfileEditablestatic booleanrecoverRightsEnablestatic StringSPACEDISPLAYPOSITION_AFTERstatic StringSPACEDISPLAYPOSITION_BEFOREstatic StringSPACEDISPLAYPOSITION_CONFIGstatic StringSPACEDISPLAYPOSITION_TODEFINEstatic StringTEMPLATE_PATHstatic booleanuseBasketWhenAdminstatic booleanuseComponentsCopy 
- 
Constructor Summary
Constructors Constructor Description JobStartPagePeasSettings() 
 - 
 
- 
- 
Field Detail
- 
m_IsProfileEditable
public static boolean m_IsProfileEditable
 
- 
isBackupEnable
public static boolean isBackupEnable
 
- 
isBasketEnable
public static boolean isBasketEnable
 
- 
useBasketWhenAdmin
public static boolean useBasketWhenAdmin
 
- 
isInheritanceEnable
public static boolean isInheritanceEnable
 
- 
isPublicParameterEnable
public static boolean isPublicParameterEnable
 
- 
useComponentsCopy
public static boolean useComponentsCopy
 
- 
SPACEDISPLAYPOSITION_AFTER
public static String SPACEDISPLAYPOSITION_AFTER
 
- 
SPACEDISPLAYPOSITION_BEFORE
public static String SPACEDISPLAYPOSITION_BEFORE
 
- 
SPACEDISPLAYPOSITION_TODEFINE
public static String SPACEDISPLAYPOSITION_TODEFINE
 
- 
SPACEDISPLAYPOSITION_CONFIG
public static String SPACEDISPLAYPOSITION_CONFIG
 
- 
recoverRightsEnable
public static boolean recoverRightsEnable
 
- 
TEMPLATE_PATH
public static String TEMPLATE_PATH
 
- 
CUSTOMERS_TEMPLATE_PATH
public static String CUSTOMERS_TEMPLATE_PATH
 
- 
componentsInSpaceQuotaActivated
public static boolean componentsInSpaceQuotaActivated
 
- 
dataStorageInSpaceQuotaActivated
public static boolean dataStorageInSpaceQuotaActivated
 
- 
dataStorageInSpaceQuotaDefaultMaxCount
public static long dataStorageInSpaceQuotaDefaultMaxCount
 
- 
dataStorageInPersonalSpaceQuotaDefaultMaxCount
public static long dataStorageInPersonalSpaceQuotaDefaultMaxCount
 
- 
defaultAuthorizedFiles
public static String defaultAuthorizedFiles
 
- 
defaultForbiddenFiles
public static String defaultForbiddenFiles
 
 - 
 
 -