@ProviderType
public class UserGroupPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>
implements com.liferay.portal.kernel.service.persistence.UserGroupPersistence
Caching information and settings can be found in portal.properties
UserGroupPersistence,
UserGroupUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
entityCache |
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static 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.kernel.dao.orm.FinderCache |
finderCache |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.persistence.TeamPersistence |
teamPersistence |
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.UserGroup,com.liferay.portal.kernel.model.Group> |
userGroupToGroupTableMapper |
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.UserGroup,com.liferay.portal.kernel.model.Team> |
userGroupToTeamTableMapper |
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.UserGroup,com.liferay.portal.kernel.model.User> |
userGroupToUserTableMapper |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, 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.kernel.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,
List<com.liferay.portal.kernel.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.kernel.model.Team team)
Adds an association between the user group and the team.
|
void |
addTeams(long pk,
List<com.liferay.portal.kernel.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.kernel.model.User user)
Adds an association between the user group and the user.
|
void |
addUsers(long pk,
List<com.liferay.portal.kernel.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(List<com.liferay.portal.kernel.model.UserGroup> userGroups)
Caches the user groups in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.UserGroup userGroup)
Caches the user group in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(UserGroupModelImpl userGroupModelImpl,
boolean isNew) |
void |
clearCache()
Clears the cache for all user groups.
|
void |
clearCache(List<com.liferay.portal.kernel.model.UserGroup> userGroups) |
void |
clearCache(com.liferay.portal.kernel.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(UserGroupModelImpl userGroupModelImpl) |
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,
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(String uuid,
long companyId)
Returns the number of user groups where uuid = ? and companyId = ?.
|
int |
countByUuid(String uuid)
Returns the number of user groups where uuid = ?.
|
com.liferay.portal.kernel.model.UserGroup |
create(long userGroupId)
Creates a new user group with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.UserGroup |
fetchByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.UserGroup |
fetchByC_N(long companyId,
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.kernel.model.UserGroup |
fetchByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
fetchByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.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.kernel.model.UserGroup |
fetchByPrimaryKey(Serializable primaryKey)
Returns the user group with the primary key or returns
null if it could not be found. |
Map<Serializable,com.liferay.portal.kernel.model.UserGroup> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
com.liferay.portal.kernel.model.UserGroup |
fetchByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
fetchByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
fetchByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.UserGroup |
fetchByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> 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(String uuid,
long companyId)
Returns the number of user groups that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(String uuid)
Returns the number of user groups that the user has permission to view where uuid = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> 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 = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
List<com.liferay.portal.kernel.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 = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> 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 = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByCompanyId(long companyId)
Returns all the user groups that the user has permission to view where companyId = ?.
|
List<com.liferay.portal.kernel.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 = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> 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 = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByUuid_C(String uuid,
long companyId)
Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByUuid_C(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 = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> 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 = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByUuid(String uuid)
Returns all the user groups that the user has permission to view where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
|
protected com.liferay.portal.kernel.model.UserGroup |
filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserGroup |
filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserGroup |
filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserGroup |
filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
List<com.liferay.portal.kernel.model.UserGroup> |
findAll()
Returns all the user groups.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findAll(int start,
int end)
Returns a range of all the user groups.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups.
|
com.liferay.portal.kernel.model.UserGroup |
findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a
NoSuchUserGroupException if it could not be found. |
com.liferay.portal.kernel.model.UserGroup |
findByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
findByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByCompanyId(long companyId)
Returns all the user groups where companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups where companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ?.
|
com.liferay.portal.kernel.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.kernel.model.UserGroup |
findByPrimaryKey(Serializable primaryKey)
Returns the user group with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.UserGroup |
findByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
findByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid_C(String uuid,
long companyId)
Returns all the user groups where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user groups where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserGroup |
findByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.UserGroup |
findByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.UserGroup[] |
findByUuid_PrevAndNext(long userGroupId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid(String uuid)
Returns all the user groups where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the user groups where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ?.
|
Set<String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.UserGroup |
getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserGroup |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserGroup |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserGroup |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous) |
long[] |
getGroupPrimaryKeys(long pk)
Returns the primaryKeys of groups associated with the user group.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk)
Returns all the groups associated with the user group.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user group.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> 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.
|
protected Map<String,Integer> |
getTableColumnsMap() |
long[] |
getTeamPrimaryKeys(long pk)
Returns the primaryKeys of teams associated with the user group.
|
List<com.liferay.portal.kernel.model.Team> |
getTeams(long pk)
Returns all the teams associated with the user group.
|
List<com.liferay.portal.kernel.model.Team> |
getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user group.
|
List<com.liferay.portal.kernel.model.Team> |
getTeams(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> 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.
|
long[] |
getUserPrimaryKeys(long pk)
Returns the primaryKeys of users associated with the user group.
|
List<com.liferay.portal.kernel.model.User> |
getUsers(long pk)
Returns all the users associated with the user group.
|
List<com.liferay.portal.kernel.model.User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the user group.
|
List<com.liferay.portal.kernel.model.User> |
getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> 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.kernel.model.UserGroup |
remove(long userGroupId)
Removes the user group with the primary key from the database.
|
com.liferay.portal.kernel.model.UserGroup |
remove(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.kernel.model.UserGroup |
removeByC_N(long companyId,
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(String uuid,
long companyId)
Removes all the user groups where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the user groups where uuid = ? from the database.
|
void |
removeGroup(long pk,
com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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.kernel.model.UserGroup |
removeImpl(com.liferay.portal.kernel.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.kernel.model.Team team)
Removes the association between the user group and the team.
|
void |
removeTeams(long pk,
List<com.liferay.portal.kernel.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.kernel.model.User user)
Removes the association between the user group and the user.
|
void |
removeUsers(long pk,
List<com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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.kernel.model.UserGroup |
toUnwrappedModel(com.liferay.portal.kernel.model.UserGroup userGroup) |
com.liferay.portal.kernel.model.UserGroup |
updateImpl(com.liferay.portal.kernel.model.UserGroup userGroup) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, updateclone, 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, updatepublic static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final 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.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache
protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.UserGroup,com.liferay.portal.kernel.model.Group> userGroupToGroupTableMapper
@BeanReference(type=com.liferay.portal.kernel.service.persistence.TeamPersistence.class) protected com.liferay.portal.kernel.service.persistence.TeamPersistence teamPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.UserGroup,com.liferay.portal.kernel.model.Team> userGroupToTeamTableMapper
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.UserGroup,com.liferay.portal.kernel.model.User> userGroupToUserTableMapper
public List<com.liferay.portal.kernel.model.UserGroup> findByUuid(String uuid)
findByUuid in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.UserGroup> findByUuid(String uuid, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator, boolean retrieveFromCache)
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.kernel.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)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.UserGroup findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByUuid_First in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByUuid_First in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByUuid_Last in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByUuid_Last in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup[] findByUuid_PrevAndNext(long userGroupId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByUuid_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.UserGroup> filterFindByUuid(String uuid)
filterFindByUuid in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.UserGroup> filterFindByUuid(String uuid, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public com.liferay.portal.kernel.model.UserGroup[] filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
filterFindByUuid_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidpublic int filterCountByUuid(String uuid)
filterCountByUuid in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.UserGroup> findByUuid_C(String uuid, long companyId)
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.UserGroup> findByUuid_C(String uuid, long companyId, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator, boolean retrieveFromCache)
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.kernel.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)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.UserGroup findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByUuid_C_First in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByUuid_C_First in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.UserGroup findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByUuid_C_Last in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByUuid_C_Last in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.UserGroup[] findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByUuid_C_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.UserGroup> filterFindByUuid_C(String uuid, long companyId)
filterFindByUuid_C in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.UserGroup> filterFindByUuid_C(String uuid, long companyId, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public com.liferay.portal.kernel.model.UserGroup[] filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
filterFindByUuid_C_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid, long companyId)
removeByUuid_C in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDpublic int countByUuid_C(String uuid, long companyId)
countByUuid_C in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDpublic int filterCountByUuid_C(String uuid, long companyId)
filterCountByUuid_C in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.UserGroup> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDpublic List<com.liferay.portal.kernel.model.UserGroup> findByCompanyId(long companyId, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator, boolean retrieveFromCache)
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.kernel.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)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.UserGroup findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup[] findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByCompanyId_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.UserGroup> filterFindByCompanyId(long companyId)
filterFindByCompanyId in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDpublic List<com.liferay.portal.kernel.model.UserGroup> filterFindByCompanyId(long companyId, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public com.liferay.portal.kernel.model.UserGroup[] filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
filterFindByCompanyId_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDpublic int filterCountByCompanyId(long companyId)
filterCountByCompanyId in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDpublic List<com.liferay.portal.kernel.model.UserGroup> findByC_P(long companyId, long parentUserGroupId)
findByC_P in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDpublic List<com.liferay.portal.kernel.model.UserGroup> findByC_P(long companyId, long parentUserGroupId, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByC_P(long companyId, long parentUserGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findByC_P(long companyId, long parentUserGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator, boolean retrieveFromCache)
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.kernel.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)retrieveFromCache - whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.UserGroup findByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByC_P_First in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByC_P_First(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByC_P_First in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.UserGroup findByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByC_P_Last in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByC_P_Last(long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
fetchByC_P_Last in interface com.liferay.portal.kernel.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 foundpublic com.liferay.portal.kernel.model.UserGroup[] findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByC_P_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.UserGroup> filterFindByC_P(long companyId, long parentUserGroupId)
filterFindByC_P in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDpublic List<com.liferay.portal.kernel.model.UserGroup> filterFindByC_P(long companyId, long parentUserGroupId, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public com.liferay.portal.kernel.model.UserGroup[] filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
filterFindByC_P_PrevAndNext in interface com.liferay.portal.kernel.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.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserGroup userGroup,
long companyId,
long parentUserGroupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator,
boolean previous)
public void removeByC_P(long companyId,
long parentUserGroupId)
removeByC_P in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDpublic int countByC_P(long companyId,
long parentUserGroupId)
countByC_P in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDpublic int filterCountByC_P(long companyId,
long parentUserGroupId)
filterCountByC_P in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDparentUserGroupId - the parent user group IDpublic com.liferay.portal.kernel.model.UserGroup findByC_N(long companyId,
String name)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
NoSuchUserGroupException if it could not be found.findByC_N in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.NoSuchUserGroupException - if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByC_N(long companyId,
String name)
null if it could not be found. Uses the finder cache.fetchByC_N in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namenull if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.fetchByC_N in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDname - the nameretrieveFromCache - whether to retrieve from the finder cachenull if a matching user group could not be foundpublic com.liferay.portal.kernel.model.UserGroup removeByC_N(long companyId,
String name)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
removeByC_N in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.NoSuchUserGroupExceptionpublic int countByC_N(long companyId,
String name)
countByC_N in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencecompanyId - the company IDname - the namepublic void cacheResult(com.liferay.portal.kernel.model.UserGroup userGroup)
cacheResult in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuserGroup - the user grouppublic void cacheResult(List<com.liferay.portal.kernel.model.UserGroup> userGroups)
cacheResult in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuserGroups - the user groupspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>public void clearCache(com.liferay.portal.kernel.model.UserGroup userGroup)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>public void clearCache(List<com.liferay.portal.kernel.model.UserGroup> userGroups)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>protected void cacheUniqueFindersCache(UserGroupModelImpl userGroupModelImpl, boolean isNew)
protected void clearUniqueFindersCache(UserGroupModelImpl userGroupModelImpl)
public com.liferay.portal.kernel.model.UserGroup create(long userGroupId)
create in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuserGroupId - the primary key for the new user grouppublic com.liferay.portal.kernel.model.UserGroup remove(long userGroupId)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
remove in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the user groupcom.liferay.portal.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserGroup remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>primaryKey - the primary key of the user groupcom.liferay.portal.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserGroup removeImpl(com.liferay.portal.kernel.model.UserGroup userGroup)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>public com.liferay.portal.kernel.model.UserGroup updateImpl(com.liferay.portal.kernel.model.UserGroup userGroup)
updateImpl in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>protected com.liferay.portal.kernel.model.UserGroup toUnwrappedModel(com.liferay.portal.kernel.model.UserGroup userGroup)
public com.liferay.portal.kernel.model.UserGroup findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>primaryKey - the primary key of the user groupcom.liferay.portal.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserGroup findByPrimaryKey(long userGroupId)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
NoSuchUserGroupException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the user groupcom.liferay.portal.kernel.exception.NoSuchUserGroupException - if a user group with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>primaryKey - the primary key of the user groupnull if a user group with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserGroup fetchByPrimaryKey(long userGroupId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistenceuserGroupId - the primary key of the user groupnull if a user group with the primary key could not be foundpublic Map<Serializable,com.liferay.portal.kernel.model.UserGroup> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencefetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>public List<com.liferay.portal.kernel.model.UserGroup> findAll()
findAll in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepublic List<com.liferay.portal.kernel.model.UserGroup> findAll(int start, int end)
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.kernel.service.persistence.UserGroupPersistencestart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)public List<com.liferay.portal.kernel.model.UserGroup> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
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.kernel.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)public List<com.liferay.portal.kernel.model.UserGroup> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator, boolean retrieveFromCache)
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.kernel.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)retrieveFromCache - whether to retrieve from the finder cachepublic void removeAll()
removeAll in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepublic int countAll()
countAll in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepublic long[] getGroupPrimaryKeys(long pk)
getGroupPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic List<com.liferay.portal.kernel.model.Group> getGroups(long pk)
getGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic List<com.liferay.portal.kernel.model.Group> getGroups(long pk, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.Group> getGroups(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
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.kernel.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)public int getGroupsSize(long pk)
getGroupsSize in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic boolean containsGroup(long pk,
long groupPK)
true if the group is associated with the user group.containsGroup in interface com.liferay.portal.kernel.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 otherwisepublic boolean containsGroups(long pk)
true if the user group has any groups associated with it.containsGroups in interface com.liferay.portal.kernel.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 otherwisepublic void addGroup(long pk,
long groupPK)
addGroup in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPK - the primary key of the grouppublic void addGroup(long pk,
com.liferay.portal.kernel.model.Group group)
addGroup in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroup - the grouppublic void addGroups(long pk,
long[] groupPKs)
addGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPKs - the primary keys of the groupspublic void addGroups(long pk,
List<com.liferay.portal.kernel.model.Group> groups)
addGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroups - the groupspublic void clearGroups(long pk)
clearGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user group to clear the associated groups frompublic void removeGroup(long pk,
long groupPK)
removeGroup in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPK - the primary key of the grouppublic void removeGroup(long pk,
com.liferay.portal.kernel.model.Group group)
removeGroup in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroup - the grouppublic void removeGroups(long pk,
long[] groupPKs)
removeGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPKs - the primary keys of the groupspublic void removeGroups(long pk,
List<com.liferay.portal.kernel.model.Group> groups)
removeGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroups - the groupspublic void setGroups(long pk,
long[] groupPKs)
setGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroupPKs - the primary keys of the groups to be associated with the user grouppublic void setGroups(long pk,
List<com.liferay.portal.kernel.model.Group> groups)
setGroups in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupgroups - the groups to be associated with the user grouppublic long[] getTeamPrimaryKeys(long pk)
getTeamPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic List<com.liferay.portal.kernel.model.Team> getTeams(long pk)
getTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic List<com.liferay.portal.kernel.model.Team> getTeams(long pk, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.Team> getTeams(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator)
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.kernel.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)public int getTeamsSize(long pk)
getTeamsSize in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic boolean containsTeam(long pk,
long teamPK)
true if the team is associated with the user group.containsTeam in interface com.liferay.portal.kernel.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 otherwisepublic boolean containsTeams(long pk)
true if the user group has any teams associated with it.containsTeams in interface com.liferay.portal.kernel.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 otherwisepublic void addTeam(long pk,
long teamPK)
addTeam in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPK - the primary key of the teampublic void addTeam(long pk,
com.liferay.portal.kernel.model.Team team)
addTeam in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteam - the teampublic void addTeams(long pk,
long[] teamPKs)
addTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPKs - the primary keys of the teamspublic void addTeams(long pk,
List<com.liferay.portal.kernel.model.Team> teams)
addTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteams - the teamspublic void clearTeams(long pk)
clearTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user group to clear the associated teams frompublic void removeTeam(long pk,
long teamPK)
removeTeam in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPK - the primary key of the teampublic void removeTeam(long pk,
com.liferay.portal.kernel.model.Team team)
removeTeam in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteam - the teampublic void removeTeams(long pk,
long[] teamPKs)
removeTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPKs - the primary keys of the teamspublic void removeTeams(long pk,
List<com.liferay.portal.kernel.model.Team> teams)
removeTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteams - the teamspublic void setTeams(long pk,
long[] teamPKs)
setTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteamPKs - the primary keys of the teams to be associated with the user grouppublic void setTeams(long pk,
List<com.liferay.portal.kernel.model.Team> teams)
setTeams in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupteams - the teams to be associated with the user grouppublic long[] getUserPrimaryKeys(long pk)
getUserPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic List<com.liferay.portal.kernel.model.User> getUsers(long pk)
getUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic List<com.liferay.portal.kernel.model.User> getUsers(long pk, int start, int end)
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.kernel.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)public List<com.liferay.portal.kernel.model.User> getUsers(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
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.kernel.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)public int getUsersSize(long pk)
getUsersSize in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user grouppublic boolean containsUser(long pk,
long userPK)
true if the user is associated with the user group.containsUser in interface com.liferay.portal.kernel.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 otherwisepublic boolean containsUsers(long pk)
true if the user group has any users associated with it.containsUsers in interface com.liferay.portal.kernel.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 otherwisepublic void addUser(long pk,
long userPK)
addUser in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPK - the primary key of the userpublic void addUser(long pk,
com.liferay.portal.kernel.model.User user)
addUser in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupuser - the userpublic void addUsers(long pk,
long[] userPKs)
addUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPKs - the primary keys of the userspublic void addUsers(long pk,
List<com.liferay.portal.kernel.model.User> users)
addUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupusers - the userspublic void clearUsers(long pk)
clearUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user group to clear the associated users frompublic void removeUser(long pk,
long userPK)
removeUser in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPK - the primary key of the userpublic void removeUser(long pk,
com.liferay.portal.kernel.model.User user)
removeUser in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupuser - the userpublic void removeUsers(long pk,
long[] userPKs)
removeUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPKs - the primary keys of the userspublic void removeUsers(long pk,
List<com.liferay.portal.kernel.model.User> users)
removeUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupusers - the userspublic void setUsers(long pk,
long[] userPKs)
setUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupuserPKs - the primary keys of the users to be associated with the user grouppublic void setUsers(long pk,
List<com.liferay.portal.kernel.model.User> users)
setUsers in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencepk - the primary key of the user groupusers - the users to be associated with the user grouppublic Set<String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.UserGroupPersistencegetBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>public void afterPropertiesSet()
public void destroy()