|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<User>
com.liferay.portal.service.persistence.UserPersistenceImpl
public class UserPersistenceImpl
UserPersistence,
UserUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
UserPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
addGroup(long pk,
Group group)
|
void |
addGroup(long pk,
long groupPK)
|
void |
addGroups(long pk,
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,
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,
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,
List<Role> roles)
|
void |
addRoles(long pk,
long[] rolePKs)
|
void |
addTeam(long pk,
long teamPK)
|
void |
addTeam(long pk,
Team team)
|
void |
addTeams(long pk,
List<Team> teams)
|
void |
addTeams(long pk,
long[] teamPKs)
|
void |
addUserGroup(long pk,
long userGroupPK)
|
void |
addUserGroup(long pk,
UserGroup userGroup)
|
void |
addUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
addUserGroups(long pk,
long[] userGroupPKs)
|
void |
afterPropertiesSet()
|
void |
cacheResult(List<User> users)
|
void |
cacheResult(User user)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(User user)
Clears the cache for one instance of this model. |
void |
clearGroups(long pk)
|
void |
clearOrganizations(long pk)
|
void |
clearPermissions(long pk)
|
void |
clearRoles(long pk)
|
void |
clearTeams(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 |
containsTeam(long pk,
long teamPK)
|
boolean |
containsTeams(long pk)
|
boolean |
containsUserGroup(long pk,
long userGroupPK)
|
boolean |
containsUserGroups(long pk)
|
int |
countAll()
|
int |
countByC_A(long companyId,
boolean active)
|
int |
countByC_DU(long companyId,
boolean defaultUser)
|
int |
countByC_EA(long companyId,
String emailAddress)
|
int |
countByC_FID(long companyId,
long facebookId)
|
int |
countByC_O(long companyId,
String openId)
|
int |
countByC_SN(long companyId,
String screenName)
|
int |
countByC_U(long companyId,
long userId)
|
int |
countByCompanyId(long companyId)
|
int |
countByContactId(long contactId)
|
int |
countByEmailAddress(String emailAddress)
|
int |
countByPortraitId(long portraitId)
|
int |
countByUuid(String uuid)
|
User |
create(long userId)
|
User |
fetchByC_DU(long companyId,
boolean defaultUser)
|
User |
fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
|
User |
fetchByC_EA(long companyId,
String emailAddress)
|
User |
fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
|
User |
fetchByC_FID(long companyId,
long facebookId)
|
User |
fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
|
User |
fetchByC_O(long companyId,
String openId)
|
User |
fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
|
User |
fetchByC_SN(long companyId,
String screenName)
|
User |
fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
|
User |
fetchByC_U(long companyId,
long userId)
|
User |
fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
|
User |
fetchByContactId(long contactId)
|
User |
fetchByContactId(long contactId,
boolean retrieveFromCache)
|
User |
fetchByPortraitId(long portraitId)
|
User |
fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
|
User |
fetchByPrimaryKey(long userId)
|
User |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
List<User> |
findAll()
|
List<User> |
findAll(int start,
int end)
|
List<User> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
User |
findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
|
User |
findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
|
User[] |
findByC_A_PrevAndNext(long userId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
|
List<User> |
findByC_A(long companyId,
boolean active)
|
List<User> |
findByC_A(long companyId,
boolean active,
int start,
int end)
|
List<User> |
findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
|
User |
findByC_DU(long companyId,
boolean defaultUser)
|
User |
findByC_EA(long companyId,
String emailAddress)
|
User |
findByC_FID(long companyId,
long facebookId)
|
User |
findByC_O(long companyId,
String openId)
|
User |
findByC_SN(long companyId,
String screenName)
|
User |
findByC_U(long companyId,
long userId)
|
User |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
User |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
User[] |
findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
|
List<User> |
findByCompanyId(long companyId)
|
List<User> |
findByCompanyId(long companyId,
int start,
int end)
|
List<User> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
User |
findByContactId(long contactId)
|
User |
findByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
|
User |
findByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
|
User[] |
findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator orderByComparator)
|
List<User> |
findByEmailAddress(String emailAddress)
|
List<User> |
findByEmailAddress(String emailAddress,
int start,
int end)
|
List<User> |
findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
|
User |
findByPortraitId(long portraitId)
|
User |
findByPrimaryKey(long userId)
|
User |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
User |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
|
User |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
|
User[] |
findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator orderByComparator)
|
List<User> |
findByUuid(String uuid)
|
List<User> |
findByUuid(String uuid,
int start,
int end)
|
List<User> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
|
protected User |
getByC_A_PrevAndNext(Session session,
User user,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByCompanyId_PrevAndNext(Session session,
User user,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByEmailAddress_PrevAndNext(Session session,
User user,
String emailAddress,
OrderByComparator orderByComparator,
boolean previous)
|
protected User |
getByUuid_PrevAndNext(Session session,
User user,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
List<Group> |
getGroups(long pk)
|
List<Group> |
getGroups(long pk,
int start,
int end)
|
List<Group> |
getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getGroupsSize(long pk)
|
List<Organization> |
getOrganizations(long pk)
|
List<Organization> |
getOrganizations(long pk,
int start,
int end)
|
List<Organization> |
getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getOrganizationsSize(long pk)
|
List<Permission> |
getPermissions(long pk)
|
List<Permission> |
getPermissions(long pk,
int start,
int end)
|
List<Permission> |
getPermissions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getPermissionsSize(long pk)
|
List<Role> |
getRoles(long pk)
|
List<Role> |
getRoles(long pk,
int start,
int end)
|
List<Role> |
getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getRolesSize(long pk)
|
List<Team> |
getTeams(long pk)
|
List<Team> |
getTeams(long pk,
int start,
int end)
|
List<Team> |
getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getTeamsSize(long pk)
|
List<UserGroup> |
getUserGroups(long pk)
|
List<UserGroup> |
getUserGroups(long pk,
int start,
int end)
|
List<UserGroup> |
getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getUserGroupsSize(long pk)
|
User |
remove(long userId)
|
User |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
void |
removeAll()
|
void |
removeByC_A(long companyId,
boolean active)
|
void |
removeByC_DU(long companyId,
boolean defaultUser)
|
void |
removeByC_EA(long companyId,
String emailAddress)
|
void |
removeByC_FID(long companyId,
long facebookId)
|
void |
removeByC_O(long companyId,
String openId)
|
void |
removeByC_SN(long companyId,
String screenName)
|
void |
removeByC_U(long companyId,
long userId)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByContactId(long contactId)
|
void |
removeByEmailAddress(String emailAddress)
|
void |
removeByPortraitId(long portraitId)
|
void |
removeByUuid(String uuid)
|
void |
removeGroup(long pk,
Group group)
|
void |
removeGroup(long pk,
long groupPK)
|
void |
removeGroups(long pk,
List<Group> groups)
|
void |
removeGroups(long pk,
long[] groupPKs)
|
protected User |
removeImpl(User user)
Removes the model instance from the database. |
void |
removeOrganization(long pk,
long organizationPK)
|
void |
removeOrganization(long pk,
Organization organization)
|
void |
removeOrganizations(long pk,
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,
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,
List<Role> roles)
|
void |
removeRoles(long pk,
long[] rolePKs)
|
void |
removeTeam(long pk,
long teamPK)
|
void |
removeTeam(long pk,
Team team)
|
void |
removeTeams(long pk,
List<Team> teams)
|
void |
removeTeams(long pk,
long[] teamPKs)
|
void |
removeUserGroup(long pk,
long userGroupPK)
|
void |
removeUserGroup(long pk,
UserGroup userGroup)
|
void |
removeUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
removeUserGroups(long pk,
long[] userGroupPKs)
|
void |
setGroups(long pk,
List<Group> groups)
|
void |
setGroups(long pk,
long[] groupPKs)
|
void |
setOrganizations(long pk,
List<Organization> organizations)
|
void |
setOrganizations(long pk,
long[] organizationPKs)
|
void |
setPermissions(long pk,
List<Permission> permissions)
|
void |
setPermissions(long pk,
long[] permissionPKs)
|
void |
setRoles(long pk,
List<Role> roles)
|
void |
setRoles(long pk,
long[] rolePKs)
|
void |
setTeams(long pk,
List<Team> teams)
|
void |
setTeams(long pk,
long[] teamPKs)
|
void |
setUserGroups(long pk,
List<UserGroup> userGroups)
|
void |
setUserGroups(long pk,
long[] userGroupPKs)
|
protected User |
toUnwrappedModel(User user)
|
User |
updateImpl(User user,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FETCH_BY_CONTACTID
public static final FinderPath FINDER_PATH_COUNT_BY_CONTACTID
public static final FinderPath FINDER_PATH_FIND_BY_EMAILADDRESS
public static final FinderPath FINDER_PATH_COUNT_BY_EMAILADDRESS
public static final FinderPath FINDER_PATH_FETCH_BY_PORTRAITID
public static final FinderPath FINDER_PATH_COUNT_BY_PORTRAITID
public static final FinderPath FINDER_PATH_FETCH_BY_C_U
public static final FinderPath FINDER_PATH_COUNT_BY_C_U
public static final FinderPath FINDER_PATH_FETCH_BY_C_DU
public static final FinderPath FINDER_PATH_COUNT_BY_C_DU
public static final FinderPath FINDER_PATH_FETCH_BY_C_SN
public static final FinderPath FINDER_PATH_COUNT_BY_C_SN
public static final FinderPath FINDER_PATH_FETCH_BY_C_EA
public static final FinderPath FINDER_PATH_COUNT_BY_C_EA
public static final FinderPath FINDER_PATH_FETCH_BY_C_FID
public static final FinderPath FINDER_PATH_COUNT_BY_C_FID
public static final FinderPath FINDER_PATH_FETCH_BY_C_O
public static final FinderPath FINDER_PATH_COUNT_BY_C_O
public static final FinderPath FINDER_PATH_FIND_BY_C_A
public static final FinderPath FINDER_PATH_COUNT_BY_C_A
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_GET_GROUPS
public static final FinderPath FINDER_PATH_GET_GROUPS_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_GROUP
public static final FinderPath FINDER_PATH_GET_ORGANIZATIONS
public static final FinderPath FINDER_PATH_GET_ORGANIZATIONS_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_ORGANIZATION
public static final FinderPath FINDER_PATH_GET_PERMISSIONS
public static final FinderPath FINDER_PATH_GET_PERMISSIONS_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_PERMISSION
public static final FinderPath FINDER_PATH_GET_ROLES
public static final FinderPath FINDER_PATH_GET_ROLES_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_ROLE
public static final FinderPath FINDER_PATH_GET_TEAMS
public static final FinderPath FINDER_PATH_GET_TEAMS_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_TEAM
public static final FinderPath FINDER_PATH_GET_USERGROUPS
public static final FinderPath FINDER_PATH_GET_USERGROUPS_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_USERGROUP
@BeanReference(type=AccountPersistence.class) protected AccountPersistence accountPersistence
@BeanReference(type=AddressPersistence.class) protected AddressPersistence addressPersistence
@BeanReference(type=BrowserTrackerPersistence.class) protected BrowserTrackerPersistence browserTrackerPersistence
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=ContactPersistence.class) protected ContactPersistence contactPersistence
@BeanReference(type=CountryPersistence.class) protected CountryPersistence countryPersistence
@BeanReference(type=EmailAddressPersistence.class) protected EmailAddressPersistence emailAddressPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutPrototypePersistence.class) protected LayoutPrototypePersistence layoutPrototypePersistence
@BeanReference(type=LayoutSetPersistence.class) protected LayoutSetPersistence layoutSetPersistence
@BeanReference(type=LayoutSetPrototypePersistence.class) protected LayoutSetPrototypePersistence layoutSetPrototypePersistence
@BeanReference(type=ListTypePersistence.class) protected ListTypePersistence listTypePersistence
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=MembershipRequestPersistence.class) protected MembershipRequestPersistence membershipRequestPersistence
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrgGroupPermissionPersistence.class) protected OrgGroupPermissionPersistence orgGroupPermissionPersistence
@BeanReference(type=OrgGroupRolePersistence.class) protected OrgGroupRolePersistence orgGroupRolePersistence
@BeanReference(type=OrgLaborPersistence.class) protected OrgLaborPersistence orgLaborPersistence
@BeanReference(type=PasswordPolicyPersistence.class) protected PasswordPolicyPersistence passwordPolicyPersistence
@BeanReference(type=PasswordPolicyRelPersistence.class) protected PasswordPolicyRelPersistence passwordPolicyRelPersistence
@BeanReference(type=PasswordTrackerPersistence.class) protected PasswordTrackerPersistence passwordTrackerPersistence
@BeanReference(type=PermissionPersistence.class) protected PermissionPersistence permissionPersistence
@BeanReference(type=PhonePersistence.class) protected PhonePersistence phonePersistence
@BeanReference(type=PluginSettingPersistence.class) protected PluginSettingPersistence pluginSettingPersistence
@BeanReference(type=PortletPersistence.class) protected PortletPersistence portletPersistence
@BeanReference(type=PortletItemPersistence.class) protected PortletItemPersistence portletItemPersistence
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=RegionPersistence.class) protected RegionPersistence regionPersistence
@BeanReference(type=ReleasePersistence.class) protected ReleasePersistence releasePersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceActionPersistence.class) protected ResourceActionPersistence resourceActionPersistence
@BeanReference(type=ResourceCodePersistence.class) protected ResourceCodePersistence resourceCodePersistence
@BeanReference(type=ResourcePermissionPersistence.class) protected ResourcePermissionPersistence resourcePermissionPersistence
@BeanReference(type=RolePersistence.class) protected RolePersistence rolePersistence
@BeanReference(type=ServiceComponentPersistence.class) protected ServiceComponentPersistence serviceComponentPersistence
@BeanReference(type=ShardPersistence.class) protected ShardPersistence shardPersistence
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=TicketPersistence.class) protected TicketPersistence ticketPersistence
@BeanReference(type=TeamPersistence.class) protected TeamPersistence teamPersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
@BeanReference(type=UserGroupGroupRolePersistence.class) protected UserGroupGroupRolePersistence userGroupGroupRolePersistence
@BeanReference(type=UserGroupRolePersistence.class) protected UserGroupRolePersistence userGroupRolePersistence
@BeanReference(type=UserIdMapperPersistence.class) protected UserIdMapperPersistence userIdMapperPersistence
@BeanReference(type=UserTrackerPersistence.class) protected UserTrackerPersistence userTrackerPersistence
@BeanReference(type=UserTrackerPathPersistence.class) protected UserTrackerPathPersistence userTrackerPathPersistence
@BeanReference(type=WebDAVPropsPersistence.class) protected WebDAVPropsPersistence webDAVPropsPersistence
@BeanReference(type=WebsitePersistence.class) protected WebsitePersistence websitePersistence
@BeanReference(type=WorkflowDefinitionLinkPersistence.class) protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=AnnouncementsDeliveryPersistence.class) protected AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=BlogsStatsUserPersistence.class) protected BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=MBBanPersistence.class) protected MBBanPersistence mbBanPersistence
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFlagPersistence.class) protected MBMessageFlagPersistence mbMessageFlagPersistence
@BeanReference(type=MBStatsUserPersistence.class) protected MBStatsUserPersistence mbStatsUserPersistence
@BeanReference(type=ShoppingCartPersistence.class) protected ShoppingCartPersistence shoppingCartPersistence
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
protected UserPersistenceImpl.ContainsGroup containsGroup
protected UserPersistenceImpl.AddGroup addGroup
protected UserPersistenceImpl.ClearGroups clearGroups
protected UserPersistenceImpl.RemoveGroup removeGroup
protected UserPersistenceImpl.ContainsOrganization containsOrganization
protected UserPersistenceImpl.AddOrganization addOrganization
protected UserPersistenceImpl.ClearOrganizations clearOrganizations
protected UserPersistenceImpl.RemoveOrganization removeOrganization
protected UserPersistenceImpl.ContainsPermission containsPermission
protected UserPersistenceImpl.AddPermission addPermission
protected UserPersistenceImpl.ClearPermissions clearPermissions
protected UserPersistenceImpl.RemovePermission removePermission
protected UserPersistenceImpl.ContainsRole containsRole
protected UserPersistenceImpl.AddRole addRole
protected UserPersistenceImpl.ClearRoles clearRoles
protected UserPersistenceImpl.RemoveRole removeRole
protected UserPersistenceImpl.ContainsTeam containsTeam
protected UserPersistenceImpl.AddTeam addTeam
protected UserPersistenceImpl.ClearTeams clearTeams
protected UserPersistenceImpl.RemoveTeam removeTeam
protected UserPersistenceImpl.ContainsUserGroup containsUserGroup
protected UserPersistenceImpl.AddUserGroup addUserGroup
protected UserPersistenceImpl.ClearUserGroups clearUserGroups
protected UserPersistenceImpl.RemoveUserGroup removeUserGroup
| Constructor Detail |
|---|
public UserPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(User user)
cacheResult in interface UserPersistencepublic void cacheResult(List<User> users)
cacheResult in interface UserPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<User>clearCache in class BasePersistenceImpl<User>public void clearCache(User user)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<User>clearCache in class BasePersistenceImpl<User>user - the instance of this model to clear the cache forpublic User create(long userId)
create in interface UserPersistence
public User remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<User>remove in class BasePersistenceImpl<User>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public User remove(long userId)
throws NoSuchUserException,
SystemException
remove in interface UserPersistenceNoSuchUserException
SystemException
protected User removeImpl(User user)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<User>user - the model instance to remove
SystemException - if a system exception occurred
public User updateImpl(User user,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface UserPersistenceupdateImpl in class BasePersistenceImpl<User>user - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected User toUnwrappedModel(User user)
public User findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<User>findByPrimaryKey in class BasePersistenceImpl<User>primaryKey - the primary key of the model instance to find
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public User findByPrimaryKey(long userId)
throws NoSuchUserException,
SystemException
findByPrimaryKey in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<User>fetchByPrimaryKey in class BasePersistenceImpl<User>primaryKey - the primary key of the model instance to find
null if an instance of this
model with the primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public User fetchByPrimaryKey(long userId)
throws SystemException
fetchByPrimaryKey in interface UserPersistenceSystemException
public List<User> findByUuid(String uuid)
throws SystemException
findByUuid in interface UserPersistenceSystemException
public List<User> findByUuid(String uuid,
int start,
int end)
throws SystemException
findByUuid in interface UserPersistenceSystemException
public List<User> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUuid in interface UserPersistenceSystemException
public User findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_First in interface UserPersistenceNoSuchUserException
SystemException
public User findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_Last in interface UserPersistenceNoSuchUserException
SystemException
public User[] findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByUuid_PrevAndNext in interface UserPersistenceNoSuchUserException
SystemException
protected User getByUuid_PrevAndNext(Session session,
User user,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public List<User> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface UserPersistenceSystemException
public List<User> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
findByCompanyId in interface UserPersistenceSystemException
public List<User> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByCompanyId in interface UserPersistenceSystemException
public User findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByCompanyId_First in interface UserPersistenceNoSuchUserException
SystemException
public User findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByCompanyId_Last in interface UserPersistenceNoSuchUserException
SystemException
public User[] findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByCompanyId_PrevAndNext in interface UserPersistenceNoSuchUserException
SystemException
protected User getByCompanyId_PrevAndNext(Session session,
User user,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public User findByContactId(long contactId)
throws NoSuchUserException,
SystemException
findByContactId in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByContactId(long contactId)
throws SystemException
fetchByContactId in interface UserPersistenceSystemException
public User fetchByContactId(long contactId,
boolean retrieveFromCache)
throws SystemException
fetchByContactId in interface UserPersistenceSystemException
public List<User> findByEmailAddress(String emailAddress)
throws SystemException
findByEmailAddress in interface UserPersistenceSystemException
public List<User> findByEmailAddress(String emailAddress,
int start,
int end)
throws SystemException
findByEmailAddress in interface UserPersistenceSystemException
public List<User> findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByEmailAddress in interface UserPersistenceSystemException
public User findByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByEmailAddress_First in interface UserPersistenceNoSuchUserException
SystemException
public User findByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByEmailAddress_Last in interface UserPersistenceNoSuchUserException
SystemException
public User[] findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByEmailAddress_PrevAndNext in interface UserPersistenceNoSuchUserException
SystemException
protected User getByEmailAddress_PrevAndNext(Session session,
User user,
String emailAddress,
OrderByComparator orderByComparator,
boolean previous)
public User findByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
findByPortraitId in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByPortraitId(long portraitId)
throws SystemException
fetchByPortraitId in interface UserPersistenceSystemException
public User fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
throws SystemException
fetchByPortraitId in interface UserPersistenceSystemException
public User findByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
findByC_U in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByC_U(long companyId,
long userId)
throws SystemException
fetchByC_U in interface UserPersistenceSystemException
public User fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
throws SystemException
fetchByC_U in interface UserPersistenceSystemException
public User findByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
findByC_DU in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByC_DU(long companyId,
boolean defaultUser)
throws SystemException
fetchByC_DU in interface UserPersistenceSystemException
public User fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
throws SystemException
fetchByC_DU in interface UserPersistenceSystemException
public User findByC_SN(long companyId,
String screenName)
throws NoSuchUserException,
SystemException
findByC_SN in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByC_SN(long companyId,
String screenName)
throws SystemException
fetchByC_SN in interface UserPersistenceSystemException
public User fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
throws SystemException
fetchByC_SN in interface UserPersistenceSystemException
public User findByC_EA(long companyId,
String emailAddress)
throws NoSuchUserException,
SystemException
findByC_EA in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByC_EA(long companyId,
String emailAddress)
throws SystemException
fetchByC_EA in interface UserPersistenceSystemException
public User fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
throws SystemException
fetchByC_EA in interface UserPersistenceSystemException
public User findByC_FID(long companyId,
long facebookId)
throws NoSuchUserException,
SystemException
findByC_FID in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByC_FID(long companyId,
long facebookId)
throws SystemException
fetchByC_FID in interface UserPersistenceSystemException
public User fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
throws SystemException
fetchByC_FID in interface UserPersistenceSystemException
public User findByC_O(long companyId,
String openId)
throws NoSuchUserException,
SystemException
findByC_O in interface UserPersistenceNoSuchUserException
SystemException
public User fetchByC_O(long companyId,
String openId)
throws SystemException
fetchByC_O in interface UserPersistenceSystemException
public User fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
throws SystemException
fetchByC_O in interface UserPersistenceSystemException
public List<User> findByC_A(long companyId,
boolean active)
throws SystemException
findByC_A in interface UserPersistenceSystemException
public List<User> findByC_A(long companyId,
boolean active,
int start,
int end)
throws SystemException
findByC_A in interface UserPersistenceSystemException
public List<User> findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByC_A in interface UserPersistenceSystemException
public User findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_A_First in interface UserPersistenceNoSuchUserException
SystemException
public User findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_A_Last in interface UserPersistenceNoSuchUserException
SystemException
public User[] findByC_A_PrevAndNext(long userId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchUserException,
SystemException
findByC_A_PrevAndNext in interface UserPersistenceNoSuchUserException
SystemException
protected User getByC_A_PrevAndNext(Session session,
User user,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
public List<User> findAll()
throws SystemException
findAll in interface UserPersistenceSystemException
public List<User> findAll(int start,
int end)
throws SystemException
findAll in interface UserPersistenceSystemException
public List<User> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface UserPersistenceSystemException
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface UserPersistenceSystemException
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface UserPersistenceSystemException
public void removeByContactId(long contactId)
throws NoSuchUserException,
SystemException
removeByContactId in interface UserPersistenceNoSuchUserException
SystemException
public void removeByEmailAddress(String emailAddress)
throws SystemException
removeByEmailAddress in interface UserPersistenceSystemException
public void removeByPortraitId(long portraitId)
throws NoSuchUserException,
SystemException
removeByPortraitId in interface UserPersistenceNoSuchUserException
SystemException
public void removeByC_U(long companyId,
long userId)
throws NoSuchUserException,
SystemException
removeByC_U in interface UserPersistenceNoSuchUserException
SystemException
public void removeByC_DU(long companyId,
boolean defaultUser)
throws NoSuchUserException,
SystemException
removeByC_DU in interface UserPersistenceNoSuchUserException
SystemException
public void removeByC_SN(long companyId,
String screenName)
throws NoSuchUserException,
SystemException
removeByC_SN in interface UserPersistenceNoSuchUserException
SystemException
public void removeByC_EA(long companyId,
String emailAddress)
throws NoSuchUserException,
SystemException
removeByC_EA in interface UserPersistenceNoSuchUserException
SystemException
public void removeByC_FID(long companyId,
long facebookId)
throws NoSuchUserException,
SystemException
removeByC_FID in interface UserPersistenceNoSuchUserException
SystemException
public void removeByC_O(long companyId,
String openId)
throws NoSuchUserException,
SystemException
removeByC_O in interface UserPersistenceNoSuchUserException
SystemException
public void removeByC_A(long companyId,
boolean active)
throws SystemException
removeByC_A in interface UserPersistenceSystemException
public void removeAll()
throws SystemException
removeAll in interface UserPersistenceSystemException
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface UserPersistenceSystemException
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface UserPersistenceSystemException
public int countByContactId(long contactId)
throws SystemException
countByContactId in interface UserPersistenceSystemException
public int countByEmailAddress(String emailAddress)
throws SystemException
countByEmailAddress in interface UserPersistenceSystemException
public int countByPortraitId(long portraitId)
throws SystemException
countByPortraitId in interface UserPersistenceSystemException
public int countByC_U(long companyId,
long userId)
throws SystemException
countByC_U in interface UserPersistenceSystemException
public int countByC_DU(long companyId,
boolean defaultUser)
throws SystemException
countByC_DU in interface UserPersistenceSystemException
public int countByC_SN(long companyId,
String screenName)
throws SystemException
countByC_SN in interface UserPersistenceSystemException
public int countByC_EA(long companyId,
String emailAddress)
throws SystemException
countByC_EA in interface UserPersistenceSystemException
public int countByC_FID(long companyId,
long facebookId)
throws SystemException
countByC_FID in interface UserPersistenceSystemException
public int countByC_O(long companyId,
String openId)
throws SystemException
countByC_O in interface UserPersistenceSystemException
public int countByC_A(long companyId,
boolean active)
throws SystemException
countByC_A in interface UserPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface UserPersistenceSystemException
public List<Group> getGroups(long pk)
throws SystemException
getGroups in interface UserPersistenceSystemException
public List<Group> getGroups(long pk,
int start,
int end)
throws SystemException
getGroups in interface UserPersistenceSystemException
public List<Group> getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getGroups in interface UserPersistenceSystemException
public int getGroupsSize(long pk)
throws SystemException
getGroupsSize in interface UserPersistenceSystemException
public boolean containsGroup(long pk,
long groupPK)
throws SystemException
containsGroup in interface UserPersistenceSystemException
public boolean containsGroups(long pk)
throws SystemException
containsGroups in interface UserPersistenceSystemException
public void addGroup(long pk,
long groupPK)
throws SystemException
addGroup in interface UserPersistenceSystemException
public void addGroup(long pk,
Group group)
throws SystemException
addGroup in interface UserPersistenceSystemException
public void addGroups(long pk,
long[] groupPKs)
throws SystemException
addGroups in interface UserPersistenceSystemException
public void addGroups(long pk,
List<Group> groups)
throws SystemException
addGroups in interface UserPersistenceSystemException
public void clearGroups(long pk)
throws SystemException
clearGroups in interface UserPersistenceSystemException
public void removeGroup(long pk,
long groupPK)
throws SystemException
removeGroup in interface UserPersistenceSystemException
public void removeGroup(long pk,
Group group)
throws SystemException
removeGroup in interface UserPersistenceSystemException
public void removeGroups(long pk,
long[] groupPKs)
throws SystemException
removeGroups in interface UserPersistenceSystemException
public void removeGroups(long pk,
List<Group> groups)
throws SystemException
removeGroups in interface UserPersistenceSystemException
public void setGroups(long pk,
long[] groupPKs)
throws SystemException
setGroups in interface UserPersistenceSystemException
public void setGroups(long pk,
List<Group> groups)
throws SystemException
setGroups in interface UserPersistenceSystemException
public List<Organization> getOrganizations(long pk)
throws SystemException
getOrganizations in interface UserPersistenceSystemException
public List<Organization> getOrganizations(long pk,
int start,
int end)
throws SystemException
getOrganizations in interface UserPersistenceSystemException
public List<Organization> getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getOrganizations in interface UserPersistenceSystemException
public int getOrganizationsSize(long pk)
throws SystemException
getOrganizationsSize in interface UserPersistenceSystemException
public boolean containsOrganization(long pk,
long organizationPK)
throws SystemException
containsOrganization in interface UserPersistenceSystemException
public boolean containsOrganizations(long pk)
throws SystemException
containsOrganizations in interface UserPersistenceSystemException
public void addOrganization(long pk,
long organizationPK)
throws SystemException
addOrganization in interface UserPersistenceSystemException
public void addOrganization(long pk,
Organization organization)
throws SystemException
addOrganization in interface UserPersistenceSystemException
public void addOrganizations(long pk,
long[] organizationPKs)
throws SystemException
addOrganizations in interface UserPersistenceSystemException
public void addOrganizations(long pk,
List<Organization> organizations)
throws SystemException
addOrganizations in interface UserPersistenceSystemException
public void clearOrganizations(long pk)
throws SystemException
clearOrganizations in interface UserPersistenceSystemException
public void removeOrganization(long pk,
long organizationPK)
throws SystemException
removeOrganization in interface UserPersistenceSystemException
public void removeOrganization(long pk,
Organization organization)
throws SystemException
removeOrganization in interface UserPersistenceSystemException
public void removeOrganizations(long pk,
long[] organizationPKs)
throws SystemException
removeOrganizations in interface UserPersistenceSystemException
public void removeOrganizations(long pk,
List<Organization> organizations)
throws SystemException
removeOrganizations in interface UserPersistenceSystemException
public void setOrganizations(long pk,
long[] organizationPKs)
throws SystemException
setOrganizations in interface UserPersistenceSystemException
public void setOrganizations(long pk,
List<Organization> organizations)
throws SystemException
setOrganizations in interface UserPersistenceSystemException
public List<Permission> getPermissions(long pk)
throws SystemException
getPermissions in interface UserPersistenceSystemException
public List<Permission> getPermissions(long pk,
int start,
int end)
throws SystemException
getPermissions in interface UserPersistenceSystemException
public List<Permission> getPermissions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getPermissions in interface UserPersistenceSystemException
public int getPermissionsSize(long pk)
throws SystemException
getPermissionsSize in interface UserPersistenceSystemException
public boolean containsPermission(long pk,
long permissionPK)
throws SystemException
containsPermission in interface UserPersistenceSystemException
public boolean containsPermissions(long pk)
throws SystemException
containsPermissions in interface UserPersistenceSystemException
public void addPermission(long pk,
long permissionPK)
throws SystemException
addPermission in interface UserPersistenceSystemException
public void addPermission(long pk,
Permission permission)
throws SystemException
addPermission in interface UserPersistenceSystemException
public void addPermissions(long pk,
long[] permissionPKs)
throws SystemException
addPermissions in interface UserPersistenceSystemException
public void addPermissions(long pk,
List<Permission> permissions)
throws SystemException
addPermissions in interface UserPersistenceSystemException
public void clearPermissions(long pk)
throws SystemException
clearPermissions in interface UserPersistenceSystemException
public void removePermission(long pk,
long permissionPK)
throws SystemException
removePermission in interface UserPersistenceSystemException
public void removePermission(long pk,
Permission permission)
throws SystemException
removePermission in interface UserPersistenceSystemException
public void removePermissions(long pk,
long[] permissionPKs)
throws SystemException
removePermissions in interface UserPersistenceSystemException
public void removePermissions(long pk,
List<Permission> permissions)
throws SystemException
removePermissions in interface UserPersistenceSystemException
public void setPermissions(long pk,
long[] permissionPKs)
throws SystemException
setPermissions in interface UserPersistenceSystemException
public void setPermissions(long pk,
List<Permission> permissions)
throws SystemException
setPermissions in interface UserPersistenceSystemException
public List<Role> getRoles(long pk)
throws SystemException
getRoles in interface UserPersistenceSystemException
public List<Role> getRoles(long pk,
int start,
int end)
throws SystemException
getRoles in interface UserPersistenceSystemException
public List<Role> getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getRoles in interface UserPersistenceSystemException
public int getRolesSize(long pk)
throws SystemException
getRolesSize in interface UserPersistenceSystemException
public boolean containsRole(long pk,
long rolePK)
throws SystemException
containsRole in interface UserPersistenceSystemException
public boolean containsRoles(long pk)
throws SystemException
containsRoles in interface UserPersistenceSystemException
public void addRole(long pk,
long rolePK)
throws SystemException
addRole in interface UserPersistenceSystemException
public void addRole(long pk,
Role role)
throws SystemException
addRole in interface UserPersistenceSystemException
public void addRoles(long pk,
long[] rolePKs)
throws SystemException
addRoles in interface UserPersistenceSystemException
public void addRoles(long pk,
List<Role> roles)
throws SystemException
addRoles in interface UserPersistenceSystemException
public void clearRoles(long pk)
throws SystemException
clearRoles in interface UserPersistenceSystemException
public void removeRole(long pk,
long rolePK)
throws SystemException
removeRole in interface UserPersistenceSystemException
public void removeRole(long pk,
Role role)
throws SystemException
removeRole in interface UserPersistenceSystemException
public void removeRoles(long pk,
long[] rolePKs)
throws SystemException
removeRoles in interface UserPersistenceSystemException
public void removeRoles(long pk,
List<Role> roles)
throws SystemException
removeRoles in interface UserPersistenceSystemException
public void setRoles(long pk,
long[] rolePKs)
throws SystemException
setRoles in interface UserPersistenceSystemException
public void setRoles(long pk,
List<Role> roles)
throws SystemException
setRoles in interface UserPersistenceSystemException
public List<Team> getTeams(long pk)
throws SystemException
getTeams in interface UserPersistenceSystemException
public List<Team> getTeams(long pk,
int start,
int end)
throws SystemException
getTeams in interface UserPersistenceSystemException
public List<Team> getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getTeams in interface UserPersistenceSystemException
public int getTeamsSize(long pk)
throws SystemException
getTeamsSize in interface UserPersistenceSystemException
public boolean containsTeam(long pk,
long teamPK)
throws SystemException
containsTeam in interface UserPersistenceSystemException
public boolean containsTeams(long pk)
throws SystemException
containsTeams in interface UserPersistenceSystemException
public void addTeam(long pk,
long teamPK)
throws SystemException
addTeam in interface UserPersistenceSystemException
public void addTeam(long pk,
Team team)
throws SystemException
addTeam in interface UserPersistenceSystemException
public void addTeams(long pk,
long[] teamPKs)
throws SystemException
addTeams in interface UserPersistenceSystemException
public void addTeams(long pk,
List<Team> teams)
throws SystemException
addTeams in interface UserPersistenceSystemException
public void clearTeams(long pk)
throws SystemException
clearTeams in interface UserPersistenceSystemException
public void removeTeam(long pk,
long teamPK)
throws SystemException
removeTeam in interface UserPersistenceSystemException
public void removeTeam(long pk,
Team team)
throws SystemException
removeTeam in interface UserPersistenceSystemException
public void removeTeams(long pk,
long[] teamPKs)
throws SystemException
removeTeams in interface UserPersistenceSystemException
public void removeTeams(long pk,
List<Team> teams)
throws SystemException
removeTeams in interface UserPersistenceSystemException
public void setTeams(long pk,
long[] teamPKs)
throws SystemException
setTeams in interface UserPersistenceSystemException
public void setTeams(long pk,
List<Team> teams)
throws SystemException
setTeams in interface UserPersistenceSystemException
public List<UserGroup> getUserGroups(long pk)
throws SystemException
getUserGroups in interface UserPersistenceSystemException
public List<UserGroup> getUserGroups(long pk,
int start,
int end)
throws SystemException
getUserGroups in interface UserPersistenceSystemException
public List<UserGroup> getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getUserGroups in interface UserPersistenceSystemException
public int getUserGroupsSize(long pk)
throws SystemException
getUserGroupsSize in interface UserPersistenceSystemException
public boolean containsUserGroup(long pk,
long userGroupPK)
throws SystemException
containsUserGroup in interface UserPersistenceSystemException
public boolean containsUserGroups(long pk)
throws SystemException
containsUserGroups in interface UserPersistenceSystemException
public void addUserGroup(long pk,
long userGroupPK)
throws SystemException
addUserGroup in interface UserPersistenceSystemException
public void addUserGroup(long pk,
UserGroup userGroup)
throws SystemException
addUserGroup in interface UserPersistenceSystemException
public void addUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
addUserGroups in interface UserPersistenceSystemException
public void addUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
addUserGroups in interface UserPersistenceSystemException
public void clearUserGroups(long pk)
throws SystemException
clearUserGroups in interface UserPersistenceSystemException
public void removeUserGroup(long pk,
long userGroupPK)
throws SystemException
removeUserGroup in interface UserPersistenceSystemException
public void removeUserGroup(long pk,
UserGroup userGroup)
throws SystemException
removeUserGroup in interface UserPersistenceSystemException
public void removeUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
removeUserGroups in interface UserPersistenceSystemException
public void removeUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
removeUserGroups in interface UserPersistenceSystemException
public void setUserGroups(long pk,
long[] userGroupPKs)
throws SystemException
setUserGroups in interface UserPersistenceSystemException
public void setUserGroups(long pk,
List<UserGroup> userGroups)
throws SystemException
setUserGroups in interface UserPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||