|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserPersistence
Method Summary | |
---|---|
void |
addGroup(long pk,
Group group)
|
void |
addGroup(long pk,
long groupPK)
|
void |
addGroups(long pk,
java.util.List<Group> groups)
|
void |
addGroups(long pk,
long[] groupPKs)
|
void |
addOrganization(long pk,
long organizationPK)
|
void |
addOrganization(long pk,
Organization organization)
|
void |
addOrganizations(long pk,
java.util.List<Organization> organizations)
|
void |
addOrganizations(long pk,
long[] organizationPKs)
|
void |
addPermission(long pk,
long permissionPK)
|
void |
addPermission(long pk,
Permission permission)
|
void |
addPermissions(long pk,
java.util.List<Permission> permissions)
|
void |
addPermissions(long pk,
long[] permissionPKs)
|
void |
addRole(long pk,
long rolePK)
|
void |
addRole(long pk,
Role role)
|
void |
addRoles(long pk,
java.util.List<Role> roles)
|
void |
addRoles(long pk,
long[] rolePKs)
|
void |
addUserGroup(long pk,
long userGroupPK)
|
void |
addUserGroup(long pk,
UserGroup userGroup)
|
void |
addUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
void |
addUserGroups(long pk,
long[] userGroupPKs)
|
void |
clearGroups(long pk)
|
void |
clearOrganizations(long pk)
|
void |
clearPermissions(long pk)
|
void |
clearRoles(long pk)
|
void |
clearUserGroups(long pk)
|
boolean |
containsGroup(long pk,
long groupPK)
|
boolean |
containsGroups(long pk)
|
boolean |
containsOrganization(long pk,
long organizationPK)
|
boolean |
containsOrganizations(long pk)
|
boolean |
containsPermission(long pk,
long permissionPK)
|
boolean |
containsPermissions(long pk)
|
boolean |
containsRole(long pk,
long rolePK)
|
boolean |
containsRoles(long pk)
|
boolean |
containsUserGroup(long pk,
long userGroupPK)
|
boolean |
containsUserGroups(long pk)
|
int |
countAll()
|
int |
countByC_DU(long companyId,
boolean defaultUser)
|
int |
countByC_EA(long companyId,
java.lang.String emailAddress)
|
int |
countByC_P(long companyId,
java.lang.String password)
|
int |
countByC_SN(long companyId,
java.lang.String screenName)
|
int |
countByC_U(long companyId,
long userId)
|
int |
countByCompanyId(long companyId)
|
int |
countByContactId(long contactId)
|
int |
countByPortraitId(long portraitId)
|
int |
countByUuid(java.lang.String uuid)
|
User |
create(long userId)
|
User |
fetchByC_DU(long companyId,
boolean defaultUser)
|
User |
fetchByC_EA(long companyId,
java.lang.String emailAddress)
|
User |
fetchByC_SN(long companyId,
java.lang.String screenName)
|
User |
fetchByC_U(long companyId,
long userId)
|
User |
fetchByContactId(long contactId)
|
User |
fetchByPortraitId(long portraitId)
|
User |
fetchByPrimaryKey(long userId)
|
java.util.List<User> |
findAll()
|
java.util.List<User> |
findAll(int begin,
int end)
|
java.util.List<User> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User |
findByC_DU(long companyId,
boolean defaultUser)
|
User |
findByC_EA(long companyId,
java.lang.String emailAddress)
|
User |
findByC_P_First(long companyId,
java.lang.String password,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User |
findByC_P_Last(long companyId,
java.lang.String password,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User[] |
findByC_P_PrevAndNext(long userId,
long companyId,
java.lang.String password,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<User> |
findByC_P(long companyId,
java.lang.String password)
|
java.util.List<User> |
findByC_P(long companyId,
java.lang.String password,
int begin,
int end)
|
java.util.List<User> |
findByC_P(long companyId,
java.lang.String password,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User |
findByC_SN(long companyId,
java.lang.String screenName)
|
User |
findByC_U(long companyId,
long userId)
|
User |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User[] |
findByCompanyId_PrevAndNext(long userId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<User> |
findByCompanyId(long companyId)
|
java.util.List<User> |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List<User> |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User |
findByContactId(long contactId)
|
User |
findByPortraitId(long portraitId)
|
User |
findByPrimaryKey(long userId)
|
User |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
User[] |
findByUuid_PrevAndNext(long userId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<User> |
findByUuid(java.lang.String uuid)
|
java.util.List<User> |
findByUuid(java.lang.String uuid,
int begin,
int end)
|
java.util.List<User> |
findByUuid(java.lang.String uuid,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<User> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<User> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List<Group> |
getGroups(long pk)
|
java.util.List<Group> |
getGroups(long pk,
int begin,
int end)
|
java.util.List<Group> |
getGroups(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupsSize(long pk)
|
java.util.List<Organization> |
getOrganizations(long pk)
|
java.util.List<Organization> |
getOrganizations(long pk,
int begin,
int end)
|
java.util.List<Organization> |
getOrganizations(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getOrganizationsSize(long pk)
|
java.util.List<Permission> |
getPermissions(long pk)
|
java.util.List<Permission> |
getPermissions(long pk,
int begin,
int end)
|
java.util.List<Permission> |
getPermissions(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getPermissionsSize(long pk)
|
java.util.List<Role> |
getRoles(long pk)
|
java.util.List<Role> |
getRoles(long pk,
int begin,
int end)
|
java.util.List<Role> |
getRoles(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getRolesSize(long pk)
|
java.util.List<UserGroup> |
getUserGroups(long pk)
|
java.util.List<UserGroup> |
getUserGroups(long pk,
int begin,
int end)
|
java.util.List<UserGroup> |
getUserGroups(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUserGroupsSize(long pk)
|
User |
remove(long userId)
|
User |
remove(User user)
|
void |
removeAll()
|
void |
removeByC_DU(long companyId,
boolean defaultUser)
|
void |
removeByC_EA(long companyId,
java.lang.String emailAddress)
|
void |
removeByC_P(long companyId,
java.lang.String password)
|
void |
removeByC_SN(long companyId,
java.lang.String screenName)
|
void |
removeByC_U(long companyId,
long userId)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByContactId(long contactId)
|
void |
removeByPortraitId(long portraitId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
removeGroup(long pk,
Group group)
|
void |
removeGroup(long pk,
long groupPK)
|
void |
removeGroups(long pk,
java.util.List<Group> groups)
|
void |
removeGroups(long pk,
long[] groupPKs)
|
void |
removeOrganization(long pk,
long organizationPK)
|
void |
removeOrganization(long pk,
Organization organization)
|
void |
removeOrganizations(long pk,
java.util.List<Organization> organizations)
|
void |
removeOrganizations(long pk,
long[] organizationPKs)
|
void |
removePermission(long pk,
long permissionPK)
|
void |
removePermission(long pk,
Permission permission)
|
void |
removePermissions(long pk,
java.util.List<Permission> permissions)
|
void |
removePermissions(long pk,
long[] permissionPKs)
|
void |
removeRole(long pk,
long rolePK)
|
void |
removeRole(long pk,
Role role)
|
void |
removeRoles(long pk,
java.util.List<Role> roles)
|
void |
removeRoles(long pk,
long[] rolePKs)
|
void |
removeUserGroup(long pk,
long userGroupPK)
|
void |
removeUserGroup(long pk,
UserGroup userGroup)
|
void |
removeUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
void |
removeUserGroups(long pk,
long[] userGroupPKs)
|
void |
setGroups(long pk,
java.util.List<Group> groups)
|
void |
setGroups(long pk,
long[] groupPKs)
|
void |
setOrganizations(long pk,
java.util.List<Organization> organizations)
|
void |
setOrganizations(long pk,
long[] organizationPKs)
|
void |
setPermissions(long pk,
java.util.List<Permission> permissions)
|
void |
setPermissions(long pk,
long[] permissionPKs)
|
void |
setRoles(long pk,
java.util.List<Role> roles)
|
void |
setRoles(long pk,
long[] rolePKs)
|
void |
setUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
void |
setUserGroups(long pk,
long[] userGroupPKs)
|
User |
update(User user)
Deprecated. Use update(User user, boolean merge) . |
User |
update(User user,
boolean merge)
Add, update, or merge, the entity. |
User |
updateImpl(User user,
boolean merge)
|
Method Detail |
---|
User create(long userId)
User remove(long userId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User remove(User user) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User update(User user) throws com.liferay.portal.SystemException
update(User user, boolean merge)
.
com.liferay.portal.SystemException
User update(User user, boolean merge) throws com.liferay.portal.SystemException
user
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when user is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
User updateImpl(User user, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByPrimaryKey(long userId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User fetchByPrimaryKey(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByUuid(java.lang.String uuid, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByUuid(java.lang.String uuid, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User[] findByUuid_PrevAndNext(long userId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<User> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByCompanyId(long companyId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User[] findByCompanyId_PrevAndNext(long userId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User findByContactId(long contactId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User fetchByContactId(long contactId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByPortraitId(long portraitId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User fetchByPortraitId(long portraitId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByC_U(long companyId, long userId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User fetchByC_U(long companyId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User fetchByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByC_P(long companyId, java.lang.String password) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByC_P(long companyId, java.lang.String password, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findByC_P(long companyId, java.lang.String password, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByC_P_First(long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User findByC_P_Last(long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User[] findByC_P_PrevAndNext(long userId, long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User findByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User fetchByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
User findByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
User fetchByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<User> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByContactId(long contactId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeByPortraitId(long portraitId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeByC_U(long companyId, long userId) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeByC_P(long companyId, java.lang.String password) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByContactId(long contactId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByPortraitId(long portraitId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_U(long companyId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_P(long companyId, java.lang.String password) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Group> getGroups(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Group> getGroups(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Group> getGroups(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
int getGroupsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsGroup(long pk, long groupPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsGroups(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addGroup(long pk, long groupPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void addGroup(long pk, Group group) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void addGroups(long pk, long[] groupPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void addGroups(long pk, java.util.List<Group> groups) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void clearGroups(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeGroup(long pk, long groupPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void removeGroup(long pk, Group group) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void removeGroups(long pk, long[] groupPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void removeGroups(long pk, java.util.List<Group> groups) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void setGroups(long pk, long[] groupPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void setGroups(long pk, java.util.List<Group> groups) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
java.util.List<Organization> getOrganizations(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Organization> getOrganizations(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Organization> getOrganizations(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
int getOrganizationsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsOrganizations(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void addOrganization(long pk, Organization organization) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void addOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void addOrganizations(long pk, java.util.List<Organization> organizations) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void clearOrganizations(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void removeOrganization(long pk, Organization organization) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void removeOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void removeOrganizations(long pk, java.util.List<Organization> organizations) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void setOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
void setOrganizations(long pk, java.util.List<Organization> organizations) throws com.liferay.portal.SystemException, NoSuchOrganizationException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchOrganizationException
NoSuchUserException
java.util.List<Permission> getPermissions(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Permission> getPermissions(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Permission> getPermissions(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
int getPermissionsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsPermission(long pk, long permissionPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsPermissions(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addPermission(long pk, long permissionPK) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void addPermission(long pk, Permission permission) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void addPermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void addPermissions(long pk, java.util.List<Permission> permissions) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void clearPermissions(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removePermission(long pk, long permissionPK) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void removePermission(long pk, Permission permission) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void removePermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void removePermissions(long pk, java.util.List<Permission> permissions) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void setPermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
void setPermissions(long pk, java.util.List<Permission> permissions) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchUserException
java.util.List<Role> getRoles(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Role> getRoles(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<Role> getRoles(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
int getRolesSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsRole(long pk, long rolePK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsRoles(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addRole(long pk, long rolePK) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void addRole(long pk, Role role) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void addRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void addRoles(long pk, java.util.List<Role> roles) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void clearRoles(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeRole(long pk, long rolePK) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void removeRole(long pk, Role role) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void removeRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void removeRoles(long pk, java.util.List<Role> roles) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void setRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
void setRoles(long pk, java.util.List<Role> roles) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchUserException
java.util.List<UserGroup> getUserGroups(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<UserGroup> getUserGroups(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
java.util.List<UserGroup> getUserGroups(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
int getUserGroupsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsUserGroups(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void addUserGroup(long pk, UserGroup userGroup) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void addUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void addUserGroups(long pk, java.util.List<UserGroup> userGroups) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void clearUserGroups(long pk) throws com.liferay.portal.SystemException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchUserException
void removeUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void removeUserGroup(long pk, UserGroup userGroup) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void removeUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void removeUserGroups(long pk, java.util.List<UserGroup> userGroups) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void setUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
void setUserGroups(long pk, java.util.List<UserGroup> userGroups) throws com.liferay.portal.SystemException, NoSuchUserException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchUserException
NoSuchUserGroupException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |