com.stratelia.webactiv.beans.admin
Class ProfiledObjectManager

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.ProfiledObjectManager

public class ProfiledObjectManager
extends Object


Constructor Summary
ProfiledObjectManager()
          Constructor
 
Method Summary
 List<ProfileInst> getProfiles(DomainDriverManager ddManager, int componentId)
           
 List<ProfileInst> getProfiles(DomainDriverManager ddManager, int objectId, String objectType, int componentId)
           
 String[] getUserProfileNames(int objectId, String objectType, int componentId, int userId, List<String> groupIds)
           
 Map<Integer,List<String>> getUserProfileNames(String objectType, int componentId, int userId, List<String> groupIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfiledObjectManager

public ProfiledObjectManager()
Constructor

Method Detail

getProfiles

public List<ProfileInst> getProfiles(DomainDriverManager ddManager,
                                     int objectId,
                                     String objectType,
                                     int componentId)
                              throws AdminException
Throws:
AdminException

getUserProfileNames

public String[] getUserProfileNames(int objectId,
                                    String objectType,
                                    int componentId,
                                    int userId,
                                    List<String> groupIds)
                             throws AdminException
Throws:
AdminException

getUserProfileNames

public Map<Integer,List<String>> getUserProfileNames(String objectType,
                                                     int componentId,
                                                     int userId,
                                                     List<String> groupIds)
                                              throws AdminException
Throws:
AdminException

getProfiles

public List<ProfileInst> getProfiles(DomainDriverManager ddManager,
                                     int componentId)
                              throws AdminException
Throws:
AdminException


Copyright © 2016 Silverpeas. All Rights Reserved.