com.liferay.portal.service.persistence
Class GroupPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl
com.liferay.portal.service.persistence.GroupPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portal.service.persistence.GroupPersistence
public class GroupPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
- implements com.liferay.portal.service.persistence.GroupPersistence
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners |
Method Summary |
void |
addOrganization(long pk,
long organizationPK)
|
void |
addOrganization(long pk,
com.liferay.portal.model.Organization organization)
|
void |
addOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
|
void |
addOrganizations(long pk,
long[] organizationPKs)
|
void |
addPermission(long pk,
long permissionPK)
|
void |
addPermission(long pk,
com.liferay.portal.model.Permission permission)
|
void |
addPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
|
void |
addPermissions(long pk,
long[] permissionPKs)
|
void |
addRole(long pk,
long rolePK)
|
void |
addRole(long pk,
com.liferay.portal.model.Role role)
|
void |
addRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
|
void |
addRoles(long pk,
long[] rolePKs)
|
void |
addUser(long pk,
long userPK)
|
void |
addUser(long pk,
com.liferay.portal.model.User user)
|
void |
addUserGroup(long pk,
long userGroupPK)
|
void |
addUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
|
void |
addUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
|
void |
addUserGroups(long pk,
long[] userGroupPKs)
|
void |
addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
|
void |
addUsers(long pk,
long[] userPKs)
|
void |
afterPropertiesSet()
|
void |
cacheResult(com.liferay.portal.model.Group group)
|
void |
cacheResult(java.util.List<com.liferay.portal.model.Group> groups)
|
void |
clearCache()
|
void |
clearOrganizations(long pk)
|
void |
clearPermissions(long pk)
|
void |
clearRoles(long pk)
|
void |
clearUserGroups(long pk)
|
void |
clearUsers(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 |
containsUser(long pk,
long userPK)
|
boolean |
containsUserGroup(long pk,
long userGroupPK)
|
boolean |
containsUserGroups(long pk)
|
boolean |
containsUsers(long pk)
|
int |
countAll()
|
int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
|
int |
countByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
|
int |
countByC_F(long companyId,
java.lang.String friendlyURL)
|
int |
countByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
|
int |
countByC_N(long companyId,
java.lang.String name)
|
int |
countByLiveGroupId(long liveGroupId)
|
int |
countByT_A(int type,
boolean active)
|
com.liferay.portal.model.Group |
create(long groupId)
|
com.liferay.portal.model.Group |
fetchByC_C_C(long companyId,
long classNameId,
long classPK)
|
com.liferay.portal.model.Group |
fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
|
com.liferay.portal.model.Group |
fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
|
com.liferay.portal.model.Group |
fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name,
boolean retrieveFromCache)
|
com.liferay.portal.model.Group |
fetchByC_F(long companyId,
java.lang.String friendlyURL)
|
com.liferay.portal.model.Group |
fetchByC_F(long companyId,
java.lang.String friendlyURL,
boolean retrieveFromCache)
|
com.liferay.portal.model.Group |
fetchByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
|
com.liferay.portal.model.Group |
fetchByC_L_N(long companyId,
long liveGroupId,
java.lang.String name,
boolean retrieveFromCache)
|
com.liferay.portal.model.Group |
fetchByC_N(long companyId,
java.lang.String name)
|
com.liferay.portal.model.Group |
fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
|
com.liferay.portal.model.Group |
fetchByLiveGroupId(long liveGroupId)
|
com.liferay.portal.model.Group |
fetchByLiveGroupId(long liveGroupId,
boolean retrieveFromCache)
|
com.liferay.portal.model.Group |
fetchByPrimaryKey(long groupId)
|
java.util.List<com.liferay.portal.model.Group> |
findAll()
|
java.util.List<com.liferay.portal.model.Group> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portal.model.Group> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.model.Group |
findByC_C_C(long companyId,
long classNameId,
long classPK)
|
com.liferay.portal.model.Group |
findByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
|
com.liferay.portal.model.Group |
findByC_F(long companyId,
java.lang.String friendlyURL)
|
com.liferay.portal.model.Group |
findByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
|
com.liferay.portal.model.Group |
findByC_N(long companyId,
java.lang.String name)
|
com.liferay.portal.model.Group |
findByLiveGroupId(long liveGroupId)
|
com.liferay.portal.model.Group |
findByPrimaryKey(long groupId)
|
com.liferay.portal.model.Group |
findByT_A_First(int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.model.Group |
findByT_A_Last(int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.model.Group[] |
findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portal.model.Group> |
findByT_A(int type,
boolean active)
|
java.util.List<com.liferay.portal.model.Group> |
findByT_A(int type,
boolean active,
int start,
int end)
|
java.util.List<com.liferay.portal.model.Group> |
findByT_A(int type,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk)
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk,
int start,
int end)
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getOrganizationsSize(long pk)
|
java.util.List<com.liferay.portal.model.Permission> |
getPermissions(long pk)
|
java.util.List<com.liferay.portal.model.Permission> |
getPermissions(long pk,
int start,
int end)
|
java.util.List<com.liferay.portal.model.Permission> |
getPermissions(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getPermissionsSize(long pk)
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk)
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk,
int start,
int end)
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getRolesSize(long pk)
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk)
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk,
int start,
int end)
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUserGroupsSize(long pk)
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk)
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end)
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUsersSize(long pk)
|
com.liferay.portal.model.Group |
remove(com.liferay.portal.model.Group group)
|
com.liferay.portal.model.Group |
remove(long groupId)
|
void |
removeAll()
|
void |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
|
void |
removeByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
|
void |
removeByC_F(long companyId,
java.lang.String friendlyURL)
|
void |
removeByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
|
void |
removeByC_N(long companyId,
java.lang.String name)
|
void |
removeByLiveGroupId(long liveGroupId)
|
void |
removeByT_A(int type,
boolean active)
|
protected com.liferay.portal.model.Group |
removeImpl(com.liferay.portal.model.Group group)
|
void |
removeOrganization(long pk,
long organizationPK)
|
void |
removeOrganization(long pk,
com.liferay.portal.model.Organization organization)
|
void |
removeOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
|
void |
removeOrganizations(long pk,
long[] organizationPKs)
|
void |
removePermission(long pk,
long permissionPK)
|
void |
removePermission(long pk,
com.liferay.portal.model.Permission permission)
|
void |
removePermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
|
void |
removePermissions(long pk,
long[] permissionPKs)
|
void |
removeRole(long pk,
long rolePK)
|
void |
removeRole(long pk,
com.liferay.portal.model.Role role)
|
void |
removeRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
|
void |
removeRoles(long pk,
long[] rolePKs)
|
void |
removeUser(long pk,
long userPK)
|
void |
removeUser(long pk,
com.liferay.portal.model.User user)
|
void |
removeUserGroup(long pk,
long userGroupPK)
|
void |
removeUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
|
void |
removeUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
|
void |
removeUserGroups(long pk,
long[] userGroupPKs)
|
void |
removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
|
void |
removeUsers(long pk,
long[] userPKs)
|
void |
setOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
|
void |
setOrganizations(long pk,
long[] organizationPKs)
|
void |
setPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
|
void |
setPermissions(long pk,
long[] permissionPKs)
|
void |
setRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
|
void |
setRoles(long pk,
long[] rolePKs)
|
void |
setUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
|
void |
setUserGroups(long pk,
long[] userGroupPKs)
|
void |
setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
|
void |
setUsers(long pk,
long[] userPKs)
|
com.liferay.portal.model.Group |
update(com.liferay.portal.model.Group group)
Deprecated. Use update(Group group, boolean merge) . |
com.liferay.portal.model.Group |
update(com.liferay.portal.model.Group group,
boolean merge)
Add, update, or merge, the entity. |
com.liferay.portal.model.Group |
updateImpl(com.liferay.portal.model.Group group,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener |
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 |
getListeners, registerListener, unregisterListener |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FETCH_BY_LIVEGROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_LIVEGROUPID
FINDER_PATH_COUNT_BY_LIVEGROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_LIVEGROUPID
FINDER_PATH_FETCH_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_N
FINDER_PATH_COUNT_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N
FINDER_PATH_FETCH_BY_C_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_F
FINDER_PATH_COUNT_BY_C_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_F
FINDER_PATH_FIND_BY_T_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_T_A
FINDER_PATH_FIND_BY_OBC_T_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_T_A
FINDER_PATH_COUNT_BY_T_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_T_A
FINDER_PATH_FETCH_BY_C_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C_C
FINDER_PATH_COUNT_BY_C_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C_C
FINDER_PATH_FETCH_BY_C_L_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_L_N
FINDER_PATH_COUNT_BY_C_L_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_L_N
FINDER_PATH_FETCH_BY_C_C_L_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C_L_N
FINDER_PATH_COUNT_BY_C_C_L_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C_L_N
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
FINDER_PATH_GET_ORGANIZATIONS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ORGANIZATIONS
FINDER_PATH_GET_ORGANIZATIONS_SIZE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ORGANIZATIONS_SIZE
FINDER_PATH_CONTAINS_ORGANIZATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_ORGANIZATION
FINDER_PATH_GET_PERMISSIONS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_PERMISSIONS
FINDER_PATH_GET_PERMISSIONS_SIZE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_PERMISSIONS_SIZE
FINDER_PATH_CONTAINS_PERMISSION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_PERMISSION
FINDER_PATH_GET_ROLES
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ROLES
FINDER_PATH_GET_ROLES_SIZE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ROLES_SIZE
FINDER_PATH_CONTAINS_ROLE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_ROLE
FINDER_PATH_GET_USERGROUPS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_USERGROUPS
FINDER_PATH_GET_USERGROUPS_SIZE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_USERGROUPS_SIZE
FINDER_PATH_CONTAINS_USERGROUP
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_USERGROUP
FINDER_PATH_GET_USERS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_USERS
FINDER_PATH_GET_USERS_SIZE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_USERS_SIZE
FINDER_PATH_CONTAINS_USER
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_USER
accountPersistence
@BeanReference(name="com.liferay.portal.service.persistence.AccountPersistence.impl")
protected com.liferay.portal.service.persistence.AccountPersistence accountPersistence
addressPersistence
@BeanReference(name="com.liferay.portal.service.persistence.AddressPersistence.impl")
protected com.liferay.portal.service.persistence.AddressPersistence addressPersistence
browserTrackerPersistence
@BeanReference(name="com.liferay.portal.service.persistence.BrowserTrackerPersistence.impl")
protected com.liferay.portal.service.persistence.BrowserTrackerPersistence browserTrackerPersistence
classNamePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ClassNamePersistence.impl")
protected com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence
companyPersistence
@BeanReference(name="com.liferay.portal.service.persistence.CompanyPersistence.impl")
protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
contactPersistence
@BeanReference(name="com.liferay.portal.service.persistence.ContactPersistence.impl")
protected com.liferay.portal.service.persistence.ContactPersistence contactPersistence
countryPersistence
@BeanReference(name="com.liferay.portal.service.persistence.CountryPersistence.impl")
protected com.liferay.portal.service.persistence.CountryPersistence countryPersistence
emailAddressPersistence
@BeanReference(name="com.liferay.portal.service.persistence.EmailAddressPersistence.impl")
protected com.liferay.portal.service.persistence.EmailAddressPersistence emailAddressPersistence
groupPersistence
@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence.impl")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
imagePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ImagePersistence.impl")
protected com.liferay.portal.service.persistence.ImagePersistence imagePersistence
layoutPersistence
@BeanReference(name="com.liferay.portal.service.persistence.LayoutPersistence.impl")
protected com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence
layoutSetPersistence
@BeanReference(name="com.liferay.portal.service.persistence.LayoutSetPersistence.impl")
protected com.liferay.portal.service.persistence.LayoutSetPersistence layoutSetPersistence
listTypePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ListTypePersistence.impl")
protected com.liferay.portal.service.persistence.ListTypePersistence listTypePersistence
membershipRequestPersistence
@BeanReference(name="com.liferay.portal.service.persistence.MembershipRequestPersistence.impl")
protected com.liferay.portal.service.persistence.MembershipRequestPersistence membershipRequestPersistence
organizationPersistence
@BeanReference(name="com.liferay.portal.service.persistence.OrganizationPersistence.impl")
protected com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence
orgGroupPermissionPersistence
@BeanReference(name="com.liferay.portal.service.persistence.OrgGroupPermissionPersistence.impl")
protected com.liferay.portal.service.persistence.OrgGroupPermissionPersistence orgGroupPermissionPersistence
orgGroupRolePersistence
@BeanReference(name="com.liferay.portal.service.persistence.OrgGroupRolePersistence.impl")
protected com.liferay.portal.service.persistence.OrgGroupRolePersistence orgGroupRolePersistence
orgLaborPersistence
@BeanReference(name="com.liferay.portal.service.persistence.OrgLaborPersistence.impl")
protected com.liferay.portal.service.persistence.OrgLaborPersistence orgLaborPersistence
passwordPolicyPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PasswordPolicyPersistence.impl")
protected com.liferay.portal.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence
passwordPolicyRelPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PasswordPolicyRelPersistence.impl")
protected com.liferay.portal.service.persistence.PasswordPolicyRelPersistence passwordPolicyRelPersistence
passwordTrackerPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PasswordTrackerPersistence.impl")
protected com.liferay.portal.service.persistence.PasswordTrackerPersistence passwordTrackerPersistence
permissionPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PermissionPersistence.impl")
protected com.liferay.portal.service.persistence.PermissionPersistence permissionPersistence
phonePersistence
@BeanReference(name="com.liferay.portal.service.persistence.PhonePersistence.impl")
protected com.liferay.portal.service.persistence.PhonePersistence phonePersistence
pluginSettingPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PluginSettingPersistence.impl")
protected com.liferay.portal.service.persistence.PluginSettingPersistence pluginSettingPersistence
portletPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PortletPersistence.impl")
protected com.liferay.portal.service.persistence.PortletPersistence portletPersistence
portletItemPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PortletItemPersistence.impl")
protected com.liferay.portal.service.persistence.PortletItemPersistence portletItemPersistence
portletPreferencesPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PortletPreferencesPersistence.impl")
protected com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence
regionPersistence
@BeanReference(name="com.liferay.portal.service.persistence.RegionPersistence.impl")
protected com.liferay.portal.service.persistence.RegionPersistence regionPersistence
releasePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ReleasePersistence.impl")
protected com.liferay.portal.service.persistence.ReleasePersistence releasePersistence
resourcePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence.impl")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
resourceActionPersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourceActionPersistence.impl")
protected com.liferay.portal.service.persistence.ResourceActionPersistence resourceActionPersistence
resourceCodePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourceCodePersistence.impl")
protected com.liferay.portal.service.persistence.ResourceCodePersistence resourceCodePersistence
resourcePermissionPersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourcePermissionPersistence.impl")
protected com.liferay.portal.service.persistence.ResourcePermissionPersistence resourcePermissionPersistence
rolePersistence
@BeanReference(name="com.liferay.portal.service.persistence.RolePersistence.impl")
protected com.liferay.portal.service.persistence.RolePersistence rolePersistence
serviceComponentPersistence
@BeanReference(name="com.liferay.portal.service.persistence.ServiceComponentPersistence.impl")
protected com.liferay.portal.service.persistence.ServiceComponentPersistence serviceComponentPersistence
shardPersistence
@BeanReference(name="com.liferay.portal.service.persistence.ShardPersistence.impl")
protected com.liferay.portal.service.persistence.ShardPersistence shardPersistence
subscriptionPersistence
@BeanReference(name="com.liferay.portal.service.persistence.SubscriptionPersistence.impl")
protected com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence
userPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
userGroupPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserGroupPersistence.impl")
protected com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence
userGroupRolePersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserGroupRolePersistence.impl")
protected com.liferay.portal.service.persistence.UserGroupRolePersistence userGroupRolePersistence
userIdMapperPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserIdMapperPersistence.impl")
protected com.liferay.portal.service.persistence.UserIdMapperPersistence userIdMapperPersistence
userTrackerPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserTrackerPersistence.impl")
protected com.liferay.portal.service.persistence.UserTrackerPersistence userTrackerPersistence
userTrackerPathPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserTrackerPathPersistence.impl")
protected com.liferay.portal.service.persistence.UserTrackerPathPersistence userTrackerPathPersistence
webDAVPropsPersistence
@BeanReference(name="com.liferay.portal.service.persistence.WebDAVPropsPersistence.impl")
protected com.liferay.portal.service.persistence.WebDAVPropsPersistence webDAVPropsPersistence
websitePersistence
@BeanReference(name="com.liferay.portal.service.persistence.WebsitePersistence.impl")
protected com.liferay.portal.service.persistence.WebsitePersistence websitePersistence
blogsEntryPersistence
@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
blogsStatsUserPersistence
@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence
bookmarksFolderPersistence
@BeanReference(name="com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence.impl")
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence bookmarksFolderPersistence
calEventPersistence
@BeanReference(name="com.liferay.portlet.calendar.service.persistence.CalEventPersistence.impl")
protected com.liferay.portlet.calendar.service.persistence.CalEventPersistence calEventPersistence
dlFolderPersistence
@BeanReference(name="com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence.impl")
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence
igFolderPersistence
@BeanReference(name="com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence.impl")
protected com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence
journalArticlePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticlePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence
journalStructurePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalStructurePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalStructurePersistence journalStructurePersistence
journalTemplatePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalTemplatePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalTemplatePersistence journalTemplatePersistence
mbBanPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBBanPersistence.impl")
protected com.liferay.portlet.messageboards.service.persistence.MBBanPersistence mbBanPersistence
mbCategoryPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence.impl")
protected com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence mbCategoryPersistence
mbStatsUserPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence.impl")
protected com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence mbStatsUserPersistence
pollsQuestionPersistence
@BeanReference(name="com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence.impl")
protected com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence
shoppingCartPersistence
@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence shoppingCartPersistence
shoppingCategoryPersistence
@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence shoppingCategoryPersistence
shoppingCouponPersistence
@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence shoppingCouponPersistence
shoppingOrderPersistence
@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence shoppingOrderPersistence
scFrameworkVersionPersistence
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence.impl")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence
scProductEntryPersistence
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence.impl")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence
tasksProposalPersistence
@BeanReference(name="com.liferay.portlet.tasks.service.persistence.TasksProposalPersistence.impl")
protected com.liferay.portlet.tasks.service.persistence.TasksProposalPersistence tasksProposalPersistence
tagsAssetPersistence
@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsAssetPersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
wikiNodePersistence
@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiNodePersistence.impl")
protected com.liferay.portlet.wiki.service.persistence.WikiNodePersistence wikiNodePersistence
containsOrganization
protected GroupPersistenceImpl.ContainsOrganization containsOrganization
addOrganization
protected GroupPersistenceImpl.AddOrganization addOrganization
clearOrganizations
protected GroupPersistenceImpl.ClearOrganizations clearOrganizations
removeOrganization
protected GroupPersistenceImpl.RemoveOrganization removeOrganization
containsPermission
protected GroupPersistenceImpl.ContainsPermission containsPermission
addPermission
protected GroupPersistenceImpl.AddPermission addPermission
clearPermissions
protected GroupPersistenceImpl.ClearPermissions clearPermissions
removePermission
protected GroupPersistenceImpl.RemovePermission removePermission
containsRole
protected GroupPersistenceImpl.ContainsRole containsRole
addRole
protected GroupPersistenceImpl.AddRole addRole
clearRoles
protected GroupPersistenceImpl.ClearRoles clearRoles
removeRole
protected GroupPersistenceImpl.RemoveRole removeRole
containsUserGroup
protected GroupPersistenceImpl.ContainsUserGroup containsUserGroup
addUserGroup
protected GroupPersistenceImpl.AddUserGroup addUserGroup
clearUserGroups
protected GroupPersistenceImpl.ClearUserGroups clearUserGroups
removeUserGroup
protected GroupPersistenceImpl.RemoveUserGroup removeUserGroup
containsUser
protected GroupPersistenceImpl.ContainsUser containsUser
addUser
protected GroupPersistenceImpl.AddUser addUser
clearUsers
protected GroupPersistenceImpl.ClearUsers clearUsers
removeUser
protected GroupPersistenceImpl.RemoveUser removeUser
GroupPersistenceImpl
public GroupPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portal.model.Group group)
- Specified by:
cacheResult
in interface com.liferay.portal.service.persistence.GroupPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portal.model.Group> groups)
- Specified by:
cacheResult
in interface com.liferay.portal.service.persistence.GroupPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.GroupPersistence
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
create
public com.liferay.portal.model.Group create(long groupId)
- Specified by:
create
in interface com.liferay.portal.service.persistence.GroupPersistence
remove
public com.liferay.portal.model.Group remove(long groupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
remove
public com.liferay.portal.model.Group remove(com.liferay.portal.model.Group group)
throws com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portal.model.Group removeImpl(com.liferay.portal.model.Group group)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portal.model.Group update(com.liferay.portal.model.Group group)
throws com.liferay.portal.SystemException
- Deprecated. Use
update(Group group, boolean merge)
.
- Specified by:
update
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portal.model.Group update(com.liferay.portal.model.Group group,
boolean merge)
throws com.liferay.portal.SystemException
- Add, update, or merge, the entity. This method also calls the model
listeners to trigger the proper events associated with adding, deleting,
or updating an entity.
- Specified by:
update
in interface com.liferay.portal.service.persistence.GroupPersistence
- Parameters:
group
- 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 group is
transient. See LEP-5473 for a detailed discussion of this
method.
- Returns:
- true if the portlet can be displayed via Ajax
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portal.model.Group updateImpl(com.liferay.portal.model.Group group,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateImpl
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portal.model.Group findByPrimaryKey(long groupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portal.model.Group fetchByPrimaryKey(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByLiveGroupId
public com.liferay.portal.model.Group findByLiveGroupId(long liveGroupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByLiveGroupId
public com.liferay.portal.model.Group fetchByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
fetchByLiveGroupId
public com.liferay.portal.model.Group fetchByLiveGroupId(long liveGroupId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByC_N
public com.liferay.portal.model.Group findByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_N
public com.liferay.portal.model.Group fetchByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
fetchByC_N
public com.liferay.portal.model.Group fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByC_F
public com.liferay.portal.model.Group findByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_F
public com.liferay.portal.model.Group fetchByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
fetchByC_F
public com.liferay.portal.model.Group fetchByC_F(long companyId,
java.lang.String friendlyURL,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByT_A
public java.util.List<com.liferay.portal.model.Group> findByT_A(int type,
boolean active)
throws com.liferay.portal.SystemException
- Specified by:
findByT_A
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByT_A
public java.util.List<com.liferay.portal.model.Group> findByT_A(int type,
boolean active,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByT_A
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByT_A
public java.util.List<com.liferay.portal.model.Group> findByT_A(int type,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByT_A
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByT_A_First
public com.liferay.portal.model.Group findByT_A_First(int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByT_A_First
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
findByT_A_Last
public com.liferay.portal.model.Group findByT_A_Last(int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByT_A_Last
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
findByT_A_PrevAndNext
public com.liferay.portal.model.Group[] findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByT_A_PrevAndNext
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
findByC_C_C
public com.liferay.portal.model.Group findByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_C_C
public com.liferay.portal.model.Group fetchByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
fetchByC_C_C
public com.liferay.portal.model.Group fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByC_L_N
public com.liferay.portal.model.Group findByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_L_N
public com.liferay.portal.model.Group fetchByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
fetchByC_L_N
public com.liferay.portal.model.Group fetchByC_L_N(long companyId,
long liveGroupId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByC_C_L_N
public com.liferay.portal.model.Group findByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_C_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_C_L_N
public com.liferay.portal.model.Group fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_C_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
fetchByC_C_L_N
public com.liferay.portal.model.Group fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_C_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portal.model.Group> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portal.model.Group> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portal.model.Group> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeByLiveGroupId
public void removeByLiveGroupId(long liveGroupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByC_N
public void removeByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByC_F
public void removeByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByT_A
public void removeByT_A(int type,
boolean active)
throws com.liferay.portal.SystemException
- Specified by:
removeByT_A
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeByC_C_C
public void removeByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByC_L_N
public void removeByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByC_C_L_N
public void removeByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_C_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByLiveGroupId
public int countByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException
- Specified by:
countByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_N
public int countByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
countByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_F
public int countByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException
- Specified by:
countByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByT_A
public int countByT_A(int type,
boolean active)
throws com.liferay.portal.SystemException
- Specified by:
countByT_A
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_C_C
public int countByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
countByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_L_N
public int countByC_L_N(long companyId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
countByC_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_C_L_N
public int countByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
countByC_C_L_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Specified by:
countAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getOrganizations
public java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getOrganizations
public java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getOrganizations
public java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getOrganizationsSize
public int getOrganizationsSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getOrganizationsSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsOrganization
public boolean containsOrganization(long pk,
long organizationPK)
throws com.liferay.portal.SystemException
- Specified by:
containsOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsOrganizations
public boolean containsOrganizations(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addOrganization
public void addOrganization(long pk,
long organizationPK)
throws com.liferay.portal.SystemException
- Specified by:
addOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addOrganization
public void addOrganization(long pk,
com.liferay.portal.model.Organization organization)
throws com.liferay.portal.SystemException
- Specified by:
addOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addOrganizations
public void addOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.SystemException
- Specified by:
addOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addOrganizations
public void addOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.SystemException
- Specified by:
addOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
clearOrganizations
public void clearOrganizations(long pk)
throws com.liferay.portal.SystemException
- Specified by:
clearOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeOrganization
public void removeOrganization(long pk,
long organizationPK)
throws com.liferay.portal.SystemException
- Specified by:
removeOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeOrganization
public void removeOrganization(long pk,
com.liferay.portal.model.Organization organization)
throws com.liferay.portal.SystemException
- Specified by:
removeOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeOrganizations
public void removeOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.SystemException
- Specified by:
removeOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeOrganizations
public void removeOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.SystemException
- Specified by:
removeOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setOrganizations
public void setOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.SystemException
- Specified by:
setOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setOrganizations
public void setOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.SystemException
- Specified by:
setOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getPermissions
public java.util.List<com.liferay.portal.model.Permission> getPermissions(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getPermissions
public java.util.List<com.liferay.portal.model.Permission> getPermissions(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getPermissions
public java.util.List<com.liferay.portal.model.Permission> getPermissions(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getPermissionsSize
public int getPermissionsSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getPermissionsSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsPermission
public boolean containsPermission(long pk,
long permissionPK)
throws com.liferay.portal.SystemException
- Specified by:
containsPermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsPermissions
public boolean containsPermissions(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addPermission
public void addPermission(long pk,
long permissionPK)
throws com.liferay.portal.SystemException
- Specified by:
addPermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addPermission
public void addPermission(long pk,
com.liferay.portal.model.Permission permission)
throws com.liferay.portal.SystemException
- Specified by:
addPermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addPermissions
public void addPermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.SystemException
- Specified by:
addPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addPermissions
public void addPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
throws com.liferay.portal.SystemException
- Specified by:
addPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
clearPermissions
public void clearPermissions(long pk)
throws com.liferay.portal.SystemException
- Specified by:
clearPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removePermission
public void removePermission(long pk,
long permissionPK)
throws com.liferay.portal.SystemException
- Specified by:
removePermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removePermission
public void removePermission(long pk,
com.liferay.portal.model.Permission permission)
throws com.liferay.portal.SystemException
- Specified by:
removePermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removePermissions
public void removePermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.SystemException
- Specified by:
removePermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removePermissions
public void removePermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
throws com.liferay.portal.SystemException
- Specified by:
removePermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setPermissions
public void setPermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.SystemException
- Specified by:
setPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setPermissions
public void setPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
throws com.liferay.portal.SystemException
- Specified by:
setPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getRoles
public java.util.List<com.liferay.portal.model.Role> getRoles(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getRoles
public java.util.List<com.liferay.portal.model.Role> getRoles(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getRoles
public java.util.List<com.liferay.portal.model.Role> getRoles(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getRolesSize
public int getRolesSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getRolesSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsRole
public boolean containsRole(long pk,
long rolePK)
throws com.liferay.portal.SystemException
- Specified by:
containsRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsRoles
public boolean containsRoles(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addRole
public void addRole(long pk,
long rolePK)
throws com.liferay.portal.SystemException
- Specified by:
addRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addRole
public void addRole(long pk,
com.liferay.portal.model.Role role)
throws com.liferay.portal.SystemException
- Specified by:
addRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addRoles
public void addRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.SystemException
- Specified by:
addRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addRoles
public void addRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.SystemException
- Specified by:
addRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
clearRoles
public void clearRoles(long pk)
throws com.liferay.portal.SystemException
- Specified by:
clearRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeRole
public void removeRole(long pk,
long rolePK)
throws com.liferay.portal.SystemException
- Specified by:
removeRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeRole
public void removeRole(long pk,
com.liferay.portal.model.Role role)
throws com.liferay.portal.SystemException
- Specified by:
removeRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeRoles
public void removeRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.SystemException
- Specified by:
removeRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeRoles
public void removeRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.SystemException
- Specified by:
removeRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setRoles
public void setRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.SystemException
- Specified by:
setRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setRoles
public void setRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.SystemException
- Specified by:
setRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUserGroups
public java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUserGroups
public java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUserGroups
public java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUserGroupsSize
public int getUserGroupsSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getUserGroupsSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUserGroup
public boolean containsUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.SystemException
- Specified by:
containsUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUserGroups
public boolean containsUserGroups(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUserGroup
public void addUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.SystemException
- Specified by:
addUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUserGroup
public void addUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.SystemException
- Specified by:
addUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUserGroups
public void addUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.SystemException
- Specified by:
addUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUserGroups
public void addUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.SystemException
- Specified by:
addUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
clearUserGroups
public void clearUserGroups(long pk)
throws com.liferay.portal.SystemException
- Specified by:
clearUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUserGroup
public void removeUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.SystemException
- Specified by:
removeUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUserGroup
public void removeUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.SystemException
- Specified by:
removeUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUserGroups
public void removeUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.SystemException
- Specified by:
removeUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUserGroups
public void removeUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.SystemException
- Specified by:
removeUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setUserGroups
public void setUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.SystemException
- Specified by:
setUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setUserGroups
public void setUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.SystemException
- Specified by:
setUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUsers
public java.util.List<com.liferay.portal.model.User> getUsers(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUsers
public java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUsers
public java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getUsersSize
public int getUsersSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getUsersSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUser
public boolean containsUser(long pk,
long userPK)
throws com.liferay.portal.SystemException
- Specified by:
containsUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUsers
public boolean containsUsers(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUser
public void addUser(long pk,
long userPK)
throws com.liferay.portal.SystemException
- Specified by:
addUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUser
public void addUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.SystemException
- Specified by:
addUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUsers
public void addUsers(long pk,
long[] userPKs)
throws com.liferay.portal.SystemException
- Specified by:
addUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUsers
public void addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.SystemException
- Specified by:
addUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
clearUsers
public void clearUsers(long pk)
throws com.liferay.portal.SystemException
- Specified by:
clearUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUser
public void removeUser(long pk,
long userPK)
throws com.liferay.portal.SystemException
- Specified by:
removeUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUser
public void removeUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.SystemException
- Specified by:
removeUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUsers
public void removeUsers(long pk,
long[] userPKs)
throws com.liferay.portal.SystemException
- Specified by:
removeUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeUsers
public void removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.SystemException
- Specified by:
removeUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setUsers
public void setUsers(long pk,
long[] userPKs)
throws com.liferay.portal.SystemException
- Specified by:
setUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
setUsers
public void setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.SystemException
- Specified by:
setUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
afterPropertiesSet
public void afterPropertiesSet()