com.silverpeas.jobDomainPeas
Class JobDomainSettings

java.lang.Object
  extended by com.silverpeas.jobDomainPeas.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 A VALID GROUP (with Id, etc...)


Field Summary
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
JobDomainSettings()
           
 
Method Summary
static void sortGroups(Group[] toSort)
           
static void sortUsers(UserDetail[] toSort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

JobDomainSettings

public JobDomainSettings()
Method Detail

sortGroups

public static void sortGroups(Group[] toSort)

sortUsers

public static void sortUsers(UserDetail[] toSort)


Copyright © 2016 Silverpeas. All Rights Reserved.