com.stratelia.silverpeas.selectionPeas
Class CacheManagerUsersGroups

java.lang.Object
  extended by com.stratelia.silverpeas.selectionPeas.CacheManager
      extended by com.stratelia.silverpeas.selectionPeas.CacheManagerUsersGroups

public class CacheManagerUsersGroups
extends CacheManager


Field Summary
protected  AdminController adminController
           
protected static int COL_GROUP_DESCRIPTION
           
protected static int COL_GROUP_NAME
           
protected static int COL_GROUP_NBUSERS
           
protected static int COL_USER_DOMAIN
           
protected static int COL_USER_EMAIL
           
protected static int COL_USER_FIRSTNAME
           
protected static int COL_USER_LASTNAME
           
protected  OrganisationController m_oc
           
protected  UserDetail userDetail
           
 
Fields inherited from class com.stratelia.silverpeas.selectionPeas.CacheManager
elementCache, globalResourceLocator, iconResourceLocator, language, localResourceLocator, selectedElements, selectedSets, selection, setCache
 
Constructor Summary
CacheManagerUsersGroups(String language, ResourceLocator local, ResourceLocator icon, Selection selection, UserDetail ud)
           
 
Method Summary
 BrowsePanelProvider getBrowsePanelProvider(CacheType what, SelectionExtraParams sep)
           
 PanelProvider getCartPanelProvider(CacheType what, SelectionExtraParams sep)
           
 String[] getColumnsNames(CacheType what)
           
 String[] getContentColumnsNames(CacheType what)
           
 String[][] getContentInfos(CacheType what, String id)
           
 String[][] getContentLines(CacheType what, String id)
           
 String getContentText(CacheType what)
           
 int getLineCount(CacheType what)
           
protected  PanelLine getLineFromId(CacheType what, String id)
           
 PanelMiniFilterToken[] getPanelMiniFilters(CacheType what)
           
 PanelOperation getPanelOperation(String operation)
           
 BrowsePanelProvider getSearchPanelProvider(CacheType what, SelectionExtraParams sep)
           
 PanelMiniFilterSelect getSelectMiniFilter(CacheType what)
           
protected  String getSetParentName(String id)
           
protected  SelectionUsersGroups getSureExtraParams(SelectionExtraParams sep)
           
 
Methods inherited from class com.stratelia.silverpeas.selectionPeas.CacheManager
getCache, getInfos, getSelected, getSelectedIds, getSelectedLines, getSelectedNumber, resetAll, setInfos, setSelected, setSelected, unselectAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COL_USER_LASTNAME

protected static final int COL_USER_LASTNAME
See Also:
Constant Field Values

COL_USER_FIRSTNAME

protected static final int COL_USER_FIRSTNAME
See Also:
Constant Field Values

COL_USER_EMAIL

protected static final int COL_USER_EMAIL
See Also:
Constant Field Values

COL_USER_DOMAIN

protected static final int COL_USER_DOMAIN
See Also:
Constant Field Values

COL_GROUP_NAME

protected static final int COL_GROUP_NAME
See Also:
Constant Field Values

COL_GROUP_DESCRIPTION

protected static final int COL_GROUP_DESCRIPTION
See Also:
Constant Field Values

COL_GROUP_NBUSERS

protected static final int COL_GROUP_NBUSERS
See Also:
Constant Field Values

m_oc

protected OrganisationController m_oc

adminController

protected AdminController adminController

userDetail

protected UserDetail userDetail
Constructor Detail

CacheManagerUsersGroups

public CacheManagerUsersGroups(String language,
                               ResourceLocator local,
                               ResourceLocator icon,
                               Selection selection,
                               UserDetail ud)
Method Detail

getSetParentName

protected String getSetParentName(String id)

getContentLines

public String[][] getContentLines(CacheType what,
                                  String id)
Specified by:
getContentLines in class CacheManager

getContentColumnsNames

public String[] getContentColumnsNames(CacheType what)
Specified by:
getContentColumnsNames in class CacheManager

getContentInfos

public String[][] getContentInfos(CacheType what,
                                  String id)
Specified by:
getContentInfos in class CacheManager

getContentText

public String getContentText(CacheType what)
Specified by:
getContentText in class CacheManager

getColumnsNames

public String[] getColumnsNames(CacheType what)
Specified by:
getColumnsNames in class CacheManager

getSelectMiniFilter

public PanelMiniFilterSelect getSelectMiniFilter(CacheType what)
Specified by:
getSelectMiniFilter in class CacheManager

getPanelMiniFilters

public PanelMiniFilterToken[] getPanelMiniFilters(CacheType what)
Specified by:
getPanelMiniFilters in class CacheManager

getLineFromId

protected PanelLine getLineFromId(CacheType what,
                                  String id)
Specified by:
getLineFromId in class CacheManager

getLineCount

public int getLineCount(CacheType what)
Specified by:
getLineCount in class CacheManager

getSearchPanelProvider

public BrowsePanelProvider getSearchPanelProvider(CacheType what,
                                                  SelectionExtraParams sep)
Specified by:
getSearchPanelProvider in class CacheManager

getBrowsePanelProvider

public BrowsePanelProvider getBrowsePanelProvider(CacheType what,
                                                  SelectionExtraParams sep)
Specified by:
getBrowsePanelProvider in class CacheManager

getCartPanelProvider

public PanelProvider getCartPanelProvider(CacheType what,
                                          SelectionExtraParams sep)
Specified by:
getCartPanelProvider in class CacheManager

getPanelOperation

public PanelOperation getPanelOperation(String operation)
Specified by:
getPanelOperation in class CacheManager

getSureExtraParams

protected SelectionUsersGroups getSureExtraParams(SelectionExtraParams sep)


Copyright © 2016 Silverpeas. All Rights Reserved.