Package org.silverpeas.web.jobdomain
Class JobDomainSettings
- java.lang.Object
-
- org.silverpeas.web.jobdomain.JobDomainSettings
-
public class JobDomainSettings extends Object
This class manage the informations needed for groups navigation and browse PRE-REQUIRED : the Group passed in the constructor MUST BE AGroupState.VALID
GROUP (with Id, etc...)
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
lastConnectionColumnEnabled
static int
m_GroupsByPage
static int
m_MinLengthLogin
static boolean
m_UseCommunityManagement
static boolean
m_UserAddingAllowedForGroupManagers
static int
m_UsersByPage
static boolean
usersInDomainQuotaActivated
-
Constructor Summary
Constructors Constructor Description JobDomainSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
sortGroups(Group[] toSort)
static void
sortUsers(UserDetail[] toSort)
-
-
-
Field Detail
-
m_UsersByPage
public static int m_UsersByPage
-
m_GroupsByPage
public static int m_GroupsByPage
-
m_MinLengthLogin
public static int m_MinLengthLogin
-
m_UserAddingAllowedForGroupManagers
public static boolean m_UserAddingAllowedForGroupManagers
-
m_UseCommunityManagement
public static boolean m_UseCommunityManagement
-
usersInDomainQuotaActivated
public static boolean usersInDomainQuotaActivated
-
lastConnectionColumnEnabled
public static boolean lastConnectionColumnEnabled
-
-
Method Detail
-
sortGroups
public static void sortGroups(Group[] toSort)
-
sortUsers
public static void sortUsers(UserDetail[] toSort)
-
-