Uses of Class
fr.paris.lutece.util.ReferenceList

Packages that use ReferenceList
fr.paris.lutece.portal.business.page   
fr.paris.lutece.portal.business.portlet   
fr.paris.lutece.portal.business.rbac   
fr.paris.lutece.portal.business.role   
fr.paris.lutece.portal.business.style   
fr.paris.lutece.portal.business.workgroup   
fr.paris.lutece.portal.service.advancedparameter   
fr.paris.lutece.portal.service.database   
fr.paris.lutece.portal.service.i18n   
fr.paris.lutece.portal.service.insert   
fr.paris.lutece.portal.service.mailinglist   
fr.paris.lutece.portal.service.page   
fr.paris.lutece.portal.service.portal   
fr.paris.lutece.portal.service.portlet   
fr.paris.lutece.portal.service.rbac   
fr.paris.lutece.portal.service.user   
fr.paris.lutece.portal.service.util   
fr.paris.lutece.portal.service.workflow   
fr.paris.lutece.portal.service.workgroup   
fr.paris.lutece.portal.web.stylesheet   
fr.paris.lutece.util   
fr.paris.lutece.util.pool   
 

Uses of ReferenceList in fr.paris.lutece.portal.business.page
 

Methods in fr.paris.lutece.portal.business.page that return ReferenceList
 ReferenceList PageDAO.getPagesList()
          Load the Referencelist of documentTypes
 ReferenceList IPageDAO.getPagesList()
          Load the Referencelist of documentTypes
static ReferenceList PageHome.getPagesList()
          Returns the list of page
 

Uses of ReferenceList in fr.paris.lutece.portal.business.portlet
 

Methods in fr.paris.lutece.portal.business.portlet that return ReferenceList
static ReferenceList AliasPortletHome.getAcceptAliasPortletList()
          Returns the list of the portlets which accept an alias
static ReferenceList AliasPortletHome.getPortletsByTypeList(java.lang.String strPortletTypeId)
          Loads the list of the portlets whose type is the same as the one specified in parameter
static ReferenceList PortletTypeHome.getPortletsTypesList(java.util.Locale locale)
          Returns the list of the portlet types
static ReferenceList PortletHome.getStylesList(java.lang.String strIdPortletType)
          Returns all the styles corresponding to a portlet typeun type de portlet
 ReferenceList AliasPortletDAO.selectAcceptAliasPortletList()
          Select all portlets that accept alias
 ReferenceList IAliasPortletDAO.selectAcceptAliasPortletList()
          Select all portlets that accept alias
 ReferenceList AliasPortletDAO.selectPortletsByTypeList(java.lang.String strPortletTypeId)
          Select portlets by type
 ReferenceList IAliasPortletDAO.selectPortletsByTypeList(java.lang.String strPortletTypeId)
          Select portlets by type
 ReferenceList PortletTypeDAO.selectPortletsTypesList(java.util.Locale locale)
          Return a Reference List of portletType
 ReferenceList IPortletTypeDAO.selectPortletsTypesList(java.util.Locale locale)
          Return a Reference List of portletType
 ReferenceList PortletDAO.selectStylesList(java.lang.String strPortletTypeId)
          Returns all the styles corresponding to a portlet type
 ReferenceList IPortletDAO.selectStylesList(java.lang.String strPortletTypeId)
          Returns all the styles corresponding to a portlet type
 

Uses of ReferenceList in fr.paris.lutece.portal.business.rbac
 

Methods in fr.paris.lutece.portal.business.rbac that return ReferenceList
static ReferenceList AdminRoleHome.getRolesList()
          Returns a reference of roles objects
 

Uses of ReferenceList in fr.paris.lutece.portal.business.role
 

Methods in fr.paris.lutece.portal.business.role that return ReferenceList
static ReferenceList RoleHome.getRolesList()
          Return the list of all roles
static ReferenceList RoleHome.getRolesList(AdminUser user)
          Return the list of all roles
 ReferenceList RoleDAO.selectRolesList()
          Returns a list of all the right role
 ReferenceList IRoleDAO.selectRolesList()
          Returns a list of all the right role
 

Uses of ReferenceList in fr.paris.lutece.portal.business.style
 

Methods in fr.paris.lutece.portal.business.style that return ReferenceList
static ReferenceList ModeHome.getModes()
          Returns a reference list which contains all the modes
 ReferenceList IModeDAO.getModesList()
          Returns the list of the modes in form of a reference list
 ReferenceList ModeDAO.getModesList()
          Returns the list of the modes in form of a reference list
static ReferenceList StyleHome.getPortalComponentList()
          Returns a reference list which contains all the Portal Components
static ReferenceList ThemeHome.getThemes()
          Returns a reference list which contains all the themes
 ReferenceList ThemeDAO.getThemesList()
          Returns the list of the themes in form of a reference list
 ReferenceList IThemeDAO.getThemesList()
          Returns the list of the themes in form of a reference list
 ReferenceList StyleDAO.selectPortalComponentList()
          Returns the list of the portal component in form of a ReferenceList
 ReferenceList IStyleDAO.selectPortalComponentList()
          Returns the list of the portal component in form of a ReferenceList
 

Uses of ReferenceList in fr.paris.lutece.portal.business.workgroup
 

Methods in fr.paris.lutece.portal.business.workgroup that return ReferenceList
static ReferenceList AdminWorkgroupHome.getUserWorkgroups(AdminUser user)
          Returns the list of all workgroups the user is member
 ReferenceList AdminWorkgroupDAO.getUserWorkgroups(int nIdUser)
          Returns the list of all workgroups the user is member
 ReferenceList IAdminWorkgroupDAO.getUserWorkgroups(int nIdUser)
          Returns the list of all workgroups the user is member
 

Uses of ReferenceList in fr.paris.lutece.portal.service.advancedparameter
 

Methods in fr.paris.lutece.portal.service.advancedparameter that return ReferenceList
 ReferenceList AdvancedParameterResourceIdService.getResourceIdList(java.util.Locale locale)
          Returns a list of resource ids
 

Uses of ReferenceList in fr.paris.lutece.portal.service.database
 

Methods in fr.paris.lutece.portal.service.database with parameters of type ReferenceList
static void AppConnectionService.getPoolList(ReferenceList list)
          Gets the list of all pools defined in the db.properties file
 

Uses of ReferenceList in fr.paris.lutece.portal.service.i18n
 

Methods in fr.paris.lutece.portal.service.i18n that return ReferenceList
static ReferenceList I18nService.getAdminLocales(java.util.Locale locale)
          Returns a ReferenceList of available locales
 

Uses of ReferenceList in fr.paris.lutece.portal.service.insert
 

Methods in fr.paris.lutece.portal.service.insert that return ReferenceList
 ReferenceList InsertResourceIdService.getResourceIdList(java.util.Locale locale)
          Returns a list of resource ids
 

Uses of ReferenceList in fr.paris.lutece.portal.service.mailinglist
 

Methods in fr.paris.lutece.portal.service.mailinglist that return ReferenceList
static ReferenceList AdminMailingListService.getMailingLists(AdminUser user)
          Returns a list of all mailing list visible by the user
 

Uses of ReferenceList in fr.paris.lutece.portal.service.page
 

Methods in fr.paris.lutece.portal.service.page that return ReferenceList
 ReferenceList PageResourceIdService.getResourceIdList(java.util.Locale locale)
          Returns a list of resource ids
 

Uses of ReferenceList in fr.paris.lutece.portal.service.portal
 

Methods in fr.paris.lutece.portal.service.portal that return ReferenceList
static ReferenceList ThemesService.getPageThemes(java.util.Locale locale)
          Returns a reference list which contains all the themes
 

Uses of ReferenceList in fr.paris.lutece.portal.service.portlet
 

Methods in fr.paris.lutece.portal.service.portlet that return ReferenceList
 ReferenceList PortletResourceIdService.getResourceIdList(java.util.Locale locale)
          Returns a list of resource ids
 

Uses of ReferenceList in fr.paris.lutece.portal.service.rbac
 

Methods in fr.paris.lutece.portal.service.rbac that return ReferenceList
static ReferenceList RBACService.getAuthorizedReferenceList(ReferenceList listResources, java.lang.String strResourceType, java.lang.String strPermission, AdminUser user)
          Filter a Reference List for a given user
static ReferenceList ResourceTypeManager.getPermissionsList(java.lang.String strResourceType, java.util.Locale locale)
          Gets a localized list of permission for a given resource type
abstract  ReferenceList ResourceIdService.getResourceIdList(java.util.Locale locale)
          Provide the list of all resources (id - label)
 

Methods in fr.paris.lutece.portal.service.rbac with parameters of type ReferenceList
static ReferenceList RBACService.getAuthorizedReferenceList(ReferenceList listResources, java.lang.String strResourceType, java.lang.String strPermission, AdminUser user)
          Filter a Reference List for a given user
 

Uses of ReferenceList in fr.paris.lutece.portal.service.user
 

Methods in fr.paris.lutece.portal.service.user that return ReferenceList
 ReferenceList AdminUserResourceIdService.getResourceIdList(java.util.Locale locale)
          Returns a list of resource ids
 

Uses of ReferenceList in fr.paris.lutece.portal.service.util
 

Methods in fr.paris.lutece.portal.service.util that return ReferenceList
static ReferenceList AppPathService.getAvailableVirtualHosts()
          Gets available virtual hosts defined in the config.properties
 

Uses of ReferenceList in fr.paris.lutece.portal.service.workflow
 

Methods in fr.paris.lutece.portal.service.workflow that return ReferenceList
 ReferenceList WorkflowService.getWorkflowsEnabled(AdminUser user, java.util.Locale locale)
          return a reference list which contains a list enabled workflow
 ReferenceList IWorkflowService.getWorkflowsEnabled(AdminUser user, java.util.Locale locale)
          return a referencelist wich contains a list enabled workflow
 

Uses of ReferenceList in fr.paris.lutece.portal.service.workgroup
 

Methods in fr.paris.lutece.portal.service.workgroup that return ReferenceList
static ReferenceList AdminWorkgroupService.getUserWorkgroups(AdminUser user, java.util.Locale locale)
          Gets all workgroups of the user
 

Uses of ReferenceList in fr.paris.lutece.portal.web.stylesheet
 

Methods in fr.paris.lutece.portal.web.stylesheet that return ReferenceList
 ReferenceList StyleSheetJspBean.getStyleList()
          Return a ReferenceList with id style for code and a concatenation of portal name + portlet type name + style description for name.
 

Uses of ReferenceList in fr.paris.lutece.util
 

Methods in fr.paris.lutece.util that return ReferenceList
static ReferenceList ReferenceList.convert(java.util.Collection collection, java.lang.String strCodeAttribute, java.lang.String strNameAttribute, boolean bNumericCode)
          Converts a collection to a ReferenceList
 

Uses of ReferenceList in fr.paris.lutece.util.pool
 

Methods in fr.paris.lutece.util.pool that return ReferenceList
 ReferenceList PoolManager.getPoolsInfos()
          Returns pool's infos (currently opened connections)
 



Copyright © 2010 Mairie de Paris. All Rights Reserved.