Uses of Class
org.silverpeas.core.admin.user.model.ProfileInst
-
Packages that use ProfileInst Package Description org.silverpeas.core.admin.component.model org.silverpeas.core.admin.persistence Provides the classes to manage the persistence of all of the organizational beans that made up an organizational structure in Silverpeas.org.silverpeas.core.admin.service Provides the services to manage and to access an organizational structure in Silverpeas.org.silverpeas.core.admin.service.cache org.silverpeas.core.admin.user Provides the classes to represent and to manage the users and the user groups in Silverpeas.org.silverpeas.core.admin.user.model Provides the interfaces modelling a user and a user group in Silverpeas.org.silverpeas.web.jobdomain org.silverpeas.web.jobstartpage.control -
-
Uses of ProfileInst in org.silverpeas.core.admin.component.model
Methods in org.silverpeas.core.admin.component.model that return ProfileInst Modifier and Type Method Description ProfileInst
ComponentInst. getInheritedProfileInst(String profileName)
ProfileInst
ComponentInst. getProfileInst(int nIndex)
ProfileInst
ComponentInst. getProfileInst(String profileName)
Methods in org.silverpeas.core.admin.component.model that return types with arguments of type ProfileInst Modifier and Type Method Description List<ProfileInst>
ComponentInst. getAllProfilesInst()
List<ProfileInst>
ComponentInst. getInheritedProfiles()
List<ProfileInst>
ComponentInst. getProfiles()
Gets the specific right profiles of this component instance (that is to say all the non-inherited profiles)Methods in org.silverpeas.core.admin.component.model with parameters of type ProfileInst Modifier and Type Method Description void
ComponentInst. addProfileInst(ProfileInst profileInst)
void
ComponentInst. deleteProfileInst(ProfileInst profileInst)
-
Uses of ProfileInst in org.silverpeas.core.admin.persistence
Methods in org.silverpeas.core.admin.persistence with parameters of type ProfileInst Modifier and Type Method Description static UserRoleRow
UserRoleRow. makeFrom(ProfileInst profileInst)
-
Uses of ProfileInst in org.silverpeas.core.admin.service
Methods in org.silverpeas.core.admin.service that return ProfileInst Modifier and Type Method Description ProfileInst
AdminController. getProfileInst(String sProfileId)
Return the profile Instance corresponding to the given profile idProfileInst
Administration. getProfileInst(String sProfileId)
Get the profile instance corresponding to the given idProfileInst
DefaultOrganizationController. getUserProfile(String profileId)
ProfileInst
OrganizationController. getUserProfile(String profileId)
Gets the user profile with the specified unique identifier.Methods in org.silverpeas.core.admin.service that return types with arguments of type ProfileInst Modifier and Type Method Description List<ProfileInst>
Administration. getAllProfiles(String userId, String componentId)
Gets all the profiles of the specified user in the given component instance.List<ProfileInst>
AdminController. getProfilesByObject(ProfiledObjectId objectId, String componentId)
List<ProfileInst>
Administration. getProfilesByObject(ProfiledObjectId objectRef, String componentId)
List<ProfileInst>
DefaultOrganizationController. getUserProfiles(String componentId, ProfiledObjectId objectId)
List<ProfileInst>
OrganizationController. getUserProfiles(String componentId, ProfiledObjectId objectId)
Gets all the user profiles defined in the specified component instance to access the specified resource.Methods in org.silverpeas.core.admin.service with parameters of type ProfileInst Modifier and Type Method Description String
AdminController. addProfileInst(ProfileInst profileInst)
Add the given Profile InstanceString
AdminController. addProfileInst(ProfileInst profileInst, String userId)
String
Administration. addProfileInst(ProfileInst profileInst)
String
Administration. addProfileInst(ProfileInst profileInst, String userId)
String
AdminController. updateProfileInst(ProfileInst profileInst)
Update the Profile Instance corresponding to the given space Profile with the given ProfileInstString
AdminController. updateProfileInst(ProfileInst profileInst, String userId)
String
Administration. updateProfileInst(ProfileInst profileInstNew)
String
Administration. updateProfileInst(ProfileInst profileInstNew, String userId)
-
Uses of ProfileInst in org.silverpeas.core.admin.service.cache
Methods in org.silverpeas.core.admin.service.cache that return types with arguments of type ProfileInst Modifier and Type Method Description Optional<ProfileInst>
AdminCache. getProfileInst(String profileId)
Methods in org.silverpeas.core.admin.service.cache with parameters of type ProfileInst Modifier and Type Method Description void
AdminCache. opAddProfile(ProfileInst profile)
void
AdminCache. opRemoveProfile(ProfileInst profile)
void
AdminCache. opUpdateProfile(ProfileInst profile)
void
AdminCache. putProfileInst(ProfileInst profileInst)
-
Uses of ProfileInst in org.silverpeas.core.admin.user
Methods in org.silverpeas.core.admin.user that return ProfileInst Modifier and Type Method Description ProfileInst
ProfileInstManager. getInheritedProfileInst(int instanceLocalId, String roleName)
ProfileInst
ProfileInstManager. getProfileInst(String sProfileId, boolean includeRemovedUsersAndGroups)
Get Profile information from database with the given id and creates a new Profile instanceMethods in org.silverpeas.core.admin.user that return types with arguments of type ProfileInst Modifier and Type Method Description List<ProfileInst>
ProfiledObjectManager. getProfiles(int componentId)
List<ProfileInst>
ProfiledObjectManager. getProfiles(ProfiledObjectId objectRef, int componentId)
Methods in org.silverpeas.core.admin.user with parameters of type ProfileInst Modifier and Type Method Description String
ProfileInstManager. createProfileInst(ProfileInst profileInst, int fatherCompLocalId)
Create a new user access profile instance into the database.void
ProfileInstManager. deleteProfileInst(ProfileInst profileInst)
Deletes the specified profile instance.String
ProfileInstManager. updateProfileInst(ProfileInst profileInstNew)
Updates the specified profile instance. -
Uses of ProfileInst in org.silverpeas.core.admin.user.model
Constructors in org.silverpeas.core.admin.user.model with parameters of type ProfileInst Constructor Description ProfileInst(ProfileInst profile)
Constructs a right profile on a component instance by copying the specified one. -
Uses of ProfileInst in org.silverpeas.web.jobdomain
Methods in org.silverpeas.web.jobdomain with parameters of type ProfileInst Modifier and Type Method Description void
LocalizedComponentInstProfiles. addProfile(ProfileInst profile)
-
Uses of ProfileInst in org.silverpeas.web.jobstartpage.control
Methods in org.silverpeas.web.jobstartpage.control that return ProfileInst Modifier and Type Method Description ProfileInst
JobStartPagePeasSessionController. getManagedInheritedProfile()
ProfileInst
JobStartPagePeasSessionController. getManagedProfile()
ProfileInst
JobStartPagePeasSessionController. getProfile(String sProfileId, String sProfileName, String sProfileLabel)
Methods in org.silverpeas.web.jobstartpage.control that return types with arguments of type ProfileInst Modifier and Type Method Description List<ProfileInst>
JobStartPagePeasSessionController. getAllProfiles(ComponentInst m_FatherComponentInst)
Methods in org.silverpeas.web.jobstartpage.control with parameters of type ProfileInst Modifier and Type Method Description void
JobStartPagePeasSessionController. setManagedProfile(ProfileInst sProfile)
-