Package org.silverpeas.core.admin.user
Class ProfiledObjectManager
- java.lang.Object
-
- org.silverpeas.core.admin.user.ProfiledObjectManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProfiledObjectManager()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProfileInst>
getProfiles(int componentId)
List<ProfileInst>
getProfiles(ProfiledObjectId objectRef, int componentId)
String[]
getUserProfileNames(ProfiledObjectId objectRef, int componentId, int userId, List<String> groupIds)
Map<org.silverpeas.kernel.util.Pair<Integer,Integer>,Set<String>>
getUserProfileNames(ProfiledObjectIds profiledObjectIds, Collection<Integer> componentIds, int userId, List<String> groupIds)
Map<String,List<String>>
getUserProfileNames(ProfiledObjectType profiledObjectType, int componentId, int userId, List<String> groupIds)
-
-
-
Method Detail
-
getProfiles
public List<ProfileInst> getProfiles(ProfiledObjectId objectRef, int componentId) throws AdminException
- Throws:
AdminException
-
getUserProfileNames
public String[] getUserProfileNames(ProfiledObjectId objectRef, int componentId, int userId, List<String> groupIds) throws AdminException
- Throws:
AdminException
-
getUserProfileNames
public Map<org.silverpeas.kernel.util.Pair<Integer,Integer>,Set<String>> getUserProfileNames(ProfiledObjectIds profiledObjectIds, Collection<Integer> componentIds, int userId, List<String> groupIds) throws AdminException
- Throws:
AdminException
-
getUserProfileNames
public Map<String,List<String>> getUserProfileNames(ProfiledObjectType profiledObjectType, int componentId, int userId, List<String> groupIds) throws AdminException
- Throws:
AdminException
-
getProfiles
public List<ProfileInst> getProfiles(int componentId) throws AdminException
- Throws:
AdminException
-
-