public class UserGroupPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>
implements com.liferay.portal.service.persistence.UserGroupPersistence
Caching information and settings can be found in portal.properties
UserGroupPersistence,
UserGroupUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.persistence.TeamPersistence |
teamPersistence |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.UserGroup,com.liferay.portal.model.Group> |
userGroupToGroupTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.UserGroup,com.liferay.portal.model.Team> |
userGroupToTeamTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.UserGroup,com.liferay.portal.model.User> |
userGroupToUserTableMapper |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, 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 and Description |
|---|
UserGroupPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(long pk,
com.liferay.portal.model.Group group)
Adds an association between the user group and the group.
|
void |
addGroup(long pk,
long groupPK)
Adds an association between the user group and the group.
|
void |
addGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Adds an association between the user group and the groups.
|
void |
addGroups(long pk,
long[] groupPKs)
Adds an association between the user group and the groups.
|
void |
addTeam(long pk,
long teamPK)
Adds an association between the user group and the team.
|
void |
addTeam(long pk,
com.liferay.portal.model.Team team)
Adds an association between the user group and the team.
|
void |
addTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
Adds an association between the user group and the teams.
|
void |
addTeams(long pk,
long[] teamPKs)
Adds an association between the user group and the teams.
|
void |
addUser(long pk,
long userPK)
Adds an association between the user group and the user.
|
void |
addUser(long pk,
com.liferay.portal.model.User user)
Adds an association between the user group and the user.
|
void |
addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Adds an association between the user group and the users.
|
void |
addUsers(long pk,
long[] userPKs)
Adds an association between the user group and the users.
|
void |
afterPropertiesSet()
Initializes the user group persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.UserGroup> userGroups)
Caches the user groups in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.model.UserGroup userGroup)
Caches the user group in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.UserGroup userGroup) |
void |
clearCache()
Clears the cache for all user groups.
|
void |
clearCache(java.util.List<com.liferay.portal.model.UserGroup> userGroups) |
void |
clearCache(com.liferay.portal.model.UserGroup userGroup)
Clears the cache for the user group.
|
void |
clearGroups(long pk)
Clears all associations between the user group and its groups.
|
void |
clearTeams(long pk)
Clears all associations between the user group and its teams.
|
protected void |
clearUniqueFindersCache(com.liferay.portal.model.UserGroup userGroup) |
void |
clearUsers(long pk)
Clears all associations between the user group and its users.
|
boolean |
containsGroup(long pk,
long groupPK)
Returns
true if the group is associated with the user group. |
boolean |
containsGroups(long pk)
Returns
true if the user group has any groups associated with it. |
boolean |
containsTeam(long pk,
long teamPK)
Returns
true if the team is associated with the user group. |
boolean |
containsTeams(long pk)
Returns
true if the user group has any teams associated with it. |
boolean |
containsUser(long pk,
long userPK)
Returns
true if the user is associated with the user group. |
boolean |
containsUsers(long pk)
Returns
true if the user group has any users associated with it. |
int |
countAll()
Returns the number of user groups.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of user groups where companyId = ? and name = ?.
|
int |
countByC_P(long companyId,
long parentUserGroupId)
Returns the number of user groups where companyId = ? and parentUserGroupId = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of user groups where companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of user groups where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of user groups where uuid = ?.
|
com.liferay.portal.model.UserGroup |
create(long userGroupId)
Creates a new user group with the primary key.
|
void |
destroy() |
com.liferay.portal.model.UserGroup |
fetchByC_N(long companyId,
java.lang.String name)
Returns the user group where companyId = ? and name = ? or returns
null if it could not be found. |
com.liferay.portal.model.UserGroup |
fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
Returns the user group where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.UserGroup |
fetchByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.model.UserGroup |
fetchByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.model.UserGroup |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
com.liferay.portal.model.UserGroup |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
com.liferay.portal.model.UserGroup |
fetchByPrimaryKey(long userGroupId)
Returns the user group with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.UserGroup |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the user group with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.UserGroup |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.UserGroup |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.UserGroup |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
com.liferay.portal.model.UserGroup |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
int |
filterCountByC_P(long companyId,
long parentUserGroupId)
Returns the number of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of user groups that the user has permission to view where companyId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of user groups that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of user groups that the user has permission to view where uuid = ?.
|
com.liferay.portal.model.UserGroup[] |
filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.model.UserGroup[] |
filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByCompanyId(long companyId)
Returns all the user groups that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
|
com.liferay.portal.model.UserGroup[] |
filterFindByUuid_C_PrevAndNext(long userGroupId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
|
com.liferay.portal.model.UserGroup[] |
filterFindByUuid_PrevAndNext(long userGroupId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByUuid(java.lang.String uuid)
Returns all the user groups that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
|
protected com.liferay.portal.model.UserGroup |
filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.UserGroup |
filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.UserGroup |
filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.UserGroup |
filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.UserGroup> |
findAll()
Returns all the user groups.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findAll(int start,
int end)
Returns a range of all the user groups.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups.
|
com.liferay.portal.model.UserGroup |
findByC_N(long companyId,
java.lang.String name)
Returns the user group where companyId = ? and name = ? or throws a
NoSuchUserGroupException if it could not be found. |
com.liferay.portal.model.UserGroup |
findByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.model.UserGroup |
findByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.model.UserGroup[] |
findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups where companyId = ? and parentUserGroupId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.model.UserGroup |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
com.liferay.portal.model.UserGroup |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
com.liferay.portal.model.UserGroup[] |
findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByCompanyId(long companyId)
Returns all the user groups where companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups where companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where companyId = ?.
|
com.liferay.portal.model.UserGroup |
findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a
NoSuchUserGroupException if it could not be found. |
com.liferay.portal.model.UserGroup |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the user group with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.model.UserGroup |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.UserGroup |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.UserGroup[] |
findByUuid_C_PrevAndNext(long userGroupId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the user groups where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the user groups where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
com.liferay.portal.model.UserGroup |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
com.liferay.portal.model.UserGroup |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
com.liferay.portal.model.UserGroup[] |
findByUuid_PrevAndNext(long userGroupId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByUuid(java.lang.String uuid)
Returns all the user groups where uuid = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the user groups where uuid = ?.
|
java.util.List<com.liferay.portal.model.UserGroup> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where uuid = ?.
|
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.model.UserGroup |
getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.UserGroup |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.UserGroup |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.UserGroup |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk)
Returns all the groups associated with the user group.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user group.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the user group.
|
int |
getGroupsSize(long pk)
Returns the number of groups associated with the user group.
|
java.util.List<com.liferay.portal.model.Team> |
getTeams(long pk)
Returns all the teams associated with the user group.
|
java.util.List<com.liferay.portal.model.Team> |
getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user group.
|
java.util.List<com.liferay.portal.model.Team> |
getTeams(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the teams associated with the user group.
|
int |
getTeamsSize(long pk)
Returns the number of teams associated with the user group.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk)
Returns all the users associated with the user group.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the user group.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the user group.
|
int |
getUsersSize(long pk)
Returns the number of users associated with the user group.
|
com.liferay.portal.model.UserGroup |
remove(long userGroupId)
Removes the user group with the primary key from the database.
|
com.liferay.portal.model.UserGroup |
remove(java.io.Serializable primaryKey)
Removes the user group with the primary key from the database.
|
void |
removeAll()
Removes all the user groups from the database.
|
com.liferay.portal.model.UserGroup |
removeByC_N(long companyId,
java.lang.String name)
Removes the user group where companyId = ? and name = ? from the database.
|
void |
removeByC_P(long companyId,
long parentUserGroupId)
Removes all the user groups where companyId = ? and parentUserGroupId = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the user groups where companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the user groups where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the user groups where uuid = ? from the database.
|
void |
removeGroup(long pk,
com.liferay.portal.model.Group group)
Removes the association between the user group and the group.
|
void |
removeGroup(long pk,
long groupPK)
Removes the association between the user group and the group.
|
void |
removeGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Removes the association between the user group and the groups.
|
void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the user group and the groups.
|
protected com.liferay.portal.model.UserGroup |
removeImpl(com.liferay.portal.model.UserGroup userGroup) |
void |
removeTeam(long pk,
long teamPK)
Removes the association between the user group and the team.
|
void |
removeTeam(long pk,
com.liferay.portal.model.Team team)
Removes the association between the user group and the team.
|
void |
removeTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
Removes the association between the user group and the teams.
|
void |
removeTeams(long pk,
long[] teamPKs)
Removes the association between the user group and the teams.
|
void |
removeUser(long pk,
long userPK)
Removes the association between the user group and the user.
|
void |
removeUser(long pk,
com.liferay.portal.model.User user)
Removes the association between the user group and the user.
|
void |
removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Removes the association between the user group and the users.
|
void |
removeUsers(long pk,
long[] userPKs)
Removes the association between the user group and the users.
|
void |
setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Sets the groups associated with the user group, removing and adding associations as necessary.
|
void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the user group, removing and adding associations as necessary.
|
void |
setTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
Sets the teams associated with the user group, removing and adding associations as necessary.
|
void |
setTeams(long pk,
long[] teamPKs)
Sets the teams associated with the user group, removing and adding associations as necessary.
|
void |
setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Sets the users associated with the user group, removing and adding associations as necessary.
|
void |
setUsers(long pk,
long[] userPKs)
Sets the users associated with the user group, removing and adding associations as necessary.
|
protected com.liferay.portal.model.UserGroup |
toUnwrappedModel(com.liferay.portal.model.UserGroup userGroup) |
com.liferay.portal.model.UserGroup |
updateImpl(com.liferay.portal.model.UserGroup userGroup) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.UserGroup,com.liferay.portal.model.Group> userGroupToGroupTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.TeamPersistence.class) protected com.liferay.portal.service.persistence.TeamPersistence teamPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.UserGroup,com.liferay.portal.model.Team> userGroupToTeamTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.UserGroup,com.liferay.portal.model.User> userGroupToUserTableMapper
public java.util.List<com.liferay.portal.model.UserGroup> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_First in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_First in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_Last in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] findByUuid_PrevAndNext(long userGroupId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.UserGroup> filterFindByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] filterFindByUuid_PrevAndNext(long userGroupId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_First in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_First in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_Last in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_Last in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] findByUuid_C_PrevAndNext(long userGroupId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.UserGroup> filterFindByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] filterFindByUuid_C_PrevAndNext(long userGroupId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid_C in interface com.liferay.portal.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.UserGroup> filterFindByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByCompanyId in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByC_P(long companyId,
long parentUserGroupId)
throws com.liferay.portal.kernel.exception.SystemException
findByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByC_P_First in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_P_First in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByC_P_Last in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_P_Last in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
findByC_P_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupcompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.UserGroup> filterFindByC_P(long companyId,
long parentUserGroupId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup[] filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
filterFindByC_P_PrevAndNext in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the current user groupcompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_P(long companyId,
long parentUserGroupId)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_P(long companyId,
long parentUserGroupId)
throws com.liferay.portal.kernel.exception.SystemException
countByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByC_P(long companyId,
long parentUserGroupId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByC_P in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserGroupException if it could not be found.findByC_N in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namecom.liferay.portal.NoSuchUserGroupException - if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_N in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namenull if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_N in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDname - the nameretrieveFromCache - whether to use the finder cachenull if a matching user group could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup removeByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
removeByC_N in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchUserGroupExceptionpublic int countByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
countByC_N in interface com.liferay.portal.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.UserGroup userGroup)
cacheResult in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroup - the user grouppublic void cacheResult(java.util.List<com.liferay.portal.model.UserGroup> userGroups)
cacheResult in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroups - the user groupspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.UserGroup>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>public void clearCache(com.liferay.portal.model.UserGroup userGroup)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.UserGroup>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>public void clearCache(java.util.List<com.liferay.portal.model.UserGroup> userGroups)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.UserGroup>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>protected void cacheUniqueFindersCache(com.liferay.portal.model.UserGroup userGroup)
protected void clearUniqueFindersCache(com.liferay.portal.model.UserGroup userGroup)
public com.liferay.portal.model.UserGroup create(long userGroupId)
create in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key for the new user grouppublic com.liferay.portal.model.UserGroup remove(long userGroupId)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the user groupcom.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.UserGroup>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>primaryKey - the primary key of the user groupcom.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.UserGroup removeImpl(com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.UserGroup updateImpl(com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.UserGroupPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.UserGroup toUnwrappedModel(com.liferay.portal.model.UserGroup userGroup)
public com.liferay.portal.model.UserGroup findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.UserGroup>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>primaryKey - the primary key of the user groupcom.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup findByPrimaryKey(long userGroupId)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.kernel.exception.SystemException
NoSuchUserGroupException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the user groupcom.liferay.portal.NoSuchUserGroupException - if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.UserGroup>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>primaryKey - the primary key of the user groupnull if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.UserGroup fetchByPrimaryKey(long userGroupId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the user groupnull if a user group with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.UserGroupPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.UserGroupPersistencestart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.UserGroup> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.UserGroupPersistencestart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.UserGroupPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.UserGroupPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getGroupsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroupsSize in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the group is associated with the user group.containsGroup in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPK - the primary key of the grouptrue if the group is associated with the user group; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user group has any groups associated with it.containsGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user group to check for associations with groupstrue if the user group has any groups associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user group to clear the associated groups fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPKs - the primary keys of the groups to be associated with the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroups - the groups to be associated with the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Team> getTeams(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Team> getTeams(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Team> getTeams(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getTeamsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getTeamsSize in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsTeam(long pk,
long teamPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the team is associated with the user group.containsTeam in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPK - the primary key of the teamtrue if the team is associated with the user group; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsTeams(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user group has any teams associated with it.containsTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user group to check for associations with teamstrue if the user group has any teams associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeam(long pk,
long teamPK)
throws com.liferay.portal.kernel.exception.SystemException
addTeam in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPK - the primary key of the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeam(long pk,
com.liferay.portal.model.Team team)
throws com.liferay.portal.kernel.exception.SystemException
addTeam in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteam - the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeams(long pk,
long[] teamPKs)
throws com.liferay.portal.kernel.exception.SystemException
addTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPKs - the primary keys of the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
throws com.liferay.portal.kernel.exception.SystemException
addTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteams - the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearTeams(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user group to clear the associated teams fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeam(long pk,
long teamPK)
throws com.liferay.portal.kernel.exception.SystemException
removeTeam in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPK - the primary key of the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeam(long pk,
com.liferay.portal.model.Team team)
throws com.liferay.portal.kernel.exception.SystemException
removeTeam in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteam - the teamcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeams(long pk,
long[] teamPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPKs - the primary keys of the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
throws com.liferay.portal.kernel.exception.SystemException
removeTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteams - the teamscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setTeams(long pk,
long[] teamPKs)
throws com.liferay.portal.kernel.exception.SystemException
setTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPKs - the primary keys of the teams to be associated with the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setTeams(long pk,
java.util.List<com.liferay.portal.model.Team> teams)
throws com.liferay.portal.kernel.exception.SystemException
setTeams in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupteams - the teams to be associated with the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupstart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getUsersSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUsersSize in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the user is associated with the user group.containsUser in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPK - the primary key of the usertrue if the user is associated with the user group; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the user group has any users associated with it.containsUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user group to check for associations with userstrue if the user group has any users associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
addUser in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPK - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
addUser in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuser - the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
addUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPKs - the primary keys of the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
addUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupusers - the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user group to clear the associated users fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
removeUser in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPK - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
removeUser in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuser - the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPKs - the primary keys of the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
removeUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupusers - the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
setUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPKs - the primary keys of the users to be associated with the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
setUsers in interface com.liferay.portal.service.persistence.UserGroupPersistencepk - the primary key of the user groupusers - the users to be associated with the user groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.UserGroup>public void afterPropertiesSet()
public void destroy()