com.silverpeas.jobManagerPeas
Class JobManagerSettings

java.lang.Object
  extended by com.silverpeas.jobManagerPeas.JobManagerSettings

public class JobManagerSettings
extends Object

This class manage the informations needed for job manager


Field Summary
static int m_GroupsByPage
           
static boolean m_IsKMVisible
           
static boolean m_IsPortletDeployerVisible
           
static boolean m_IsTemplateDesignerVisible
           
static boolean m_IsToolSpecificAuthentVisible
           
static boolean m_IsToolsVisible
           
static boolean m_IsToolWorkflowDesignerVisible
           
static int m_UsersByPage
           
 
Constructor Summary
JobManagerSettings()
           
 
Method Summary
protected static boolean readBoolean(ResourceLocator rs, String propName, boolean defaultValue)
           
protected static int readInt(ResourceLocator rs, String propName, int defaultValue)
           
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_IsKMVisible

public static boolean m_IsKMVisible

m_IsToolsVisible

public static boolean m_IsToolsVisible

m_IsToolSpecificAuthentVisible

public static boolean m_IsToolSpecificAuthentVisible

m_IsToolWorkflowDesignerVisible

public static boolean m_IsToolWorkflowDesignerVisible

m_IsTemplateDesignerVisible

public static boolean m_IsTemplateDesignerVisible

m_IsPortletDeployerVisible

public static boolean m_IsPortletDeployerVisible
Constructor Detail

JobManagerSettings

public JobManagerSettings()
Method Detail

readInt

protected static int readInt(ResourceLocator rs,
                             String propName,
                             int defaultValue)

readBoolean

protected static boolean readBoolean(ResourceLocator rs,
                                     String propName,
                                     boolean defaultValue)

sortGroups

public static void sortGroups(Group[] toSort)

sortUsers

public static void sortUsers(UserDetail[] toSort)


Copyright © 2016 Silverpeas. All Rights Reserved.