public class RolePersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>
implements com.liferay.portal.service.persistence.RolePersistence
Caching information and settings can be found in portal.properties
RolePersistence,
RoleUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_C_C |
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_T |
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_NAME |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_SUBTYPE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_T_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_TYPE |
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_C_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_COUNT_BY_C_T |
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_T |
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_NAME |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_SUBTYPE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_T_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_TYPE |
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_T |
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_NAME |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SUBTYPE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_T_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TYPE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Role,com.liferay.portal.model.Group> |
roleToGroupTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Role,com.liferay.portal.model.User> |
roleToUserTableMapper |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
RolePersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(long pk,
com.liferay.portal.model.Group group)
Adds an association between the role and the group.
|
void |
addGroup(long pk,
long groupPK)
Adds an association between the role and the group.
|
void |
addGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Adds an association between the role and the groups.
|
void |
addGroups(long pk,
long[] groupPKs)
Adds an association between the role and the groups.
|
void |
addUser(long pk,
long userPK)
Adds an association between the role and the user.
|
void |
addUser(long pk,
com.liferay.portal.model.User user)
Adds an association between the role and the user.
|
void |
addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Adds an association between the role and the users.
|
void |
addUsers(long pk,
long[] userPKs)
Adds an association between the role and the users.
|
void |
afterPropertiesSet()
Initializes the role persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.Role> roles)
Caches the roles in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.model.Role role)
Caches the role in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.Role role) |
void |
clearCache()
Clears the cache for all roles.
|
void |
clearCache(java.util.List<com.liferay.portal.model.Role> roles) |
void |
clearCache(com.liferay.portal.model.Role role)
Clears the cache for the role.
|
void |
clearGroups(long pk)
Clears all associations between the role and its groups.
|
protected void |
clearUniqueFindersCache(com.liferay.portal.model.Role role) |
void |
clearUsers(long pk)
Clears all associations between the role and its users.
|
boolean |
containsGroup(long pk,
long groupPK)
Returns
true if the group is associated with the role. |
boolean |
containsGroups(long pk)
Returns
true if the role has any groups associated with it. |
boolean |
containsUser(long pk,
long userPK)
Returns
true if the user is associated with the role. |
boolean |
containsUsers(long pk)
Returns
true if the role has any users associated with it. |
int |
countAll()
Returns the number of roles.
|
int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of roles where companyId = ? and classNameId = ? and classPK = ?.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of roles where companyId = ? and name = ?.
|
int |
countByC_T(long companyId,
int type)
Returns the number of roles where companyId = ? and type = ?.
|
int |
countByC_T(long companyId,
int[] types)
Returns the number of roles where companyId = ? and type = any ?.
|
int |
countByCompanyId(long companyId)
Returns the number of roles where companyId = ?.
|
int |
countByName(java.lang.String name)
Returns the number of roles where name = ?.
|
int |
countBySubtype(java.lang.String subtype)
Returns the number of roles where subtype = ?.
|
int |
countByT_S(int type,
java.lang.String subtype)
Returns the number of roles where type = ? and subtype = ?.
|
int |
countByType(int type)
Returns the number of roles where type = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of roles where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of roles where uuid = ?.
|
com.liferay.portal.model.Role |
create(long roleId)
Creates a new role with the primary key.
|
void |
destroy() |
com.liferay.portal.model.Role |
fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found. |
com.liferay.portal.model.Role |
fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Role |
fetchByC_N(long companyId,
java.lang.String name)
Returns the role where companyId = ? and name = ? or returns
null if it could not be found. |
com.liferay.portal.model.Role |
fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Role |
fetchByC_T_First(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.model.Role |
fetchByC_T_Last(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.model.Role |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?.
|
com.liferay.portal.model.Role |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?.
|
com.liferay.portal.model.Role |
fetchByName_First(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?.
|
com.liferay.portal.model.Role |
fetchByName_Last(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?.
|
com.liferay.portal.model.Role |
fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.Role |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the role with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.Role |
fetchBySubtype_First(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?.
|
com.liferay.portal.model.Role |
fetchBySubtype_Last(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?.
|
com.liferay.portal.model.Role |
fetchByT_S_First(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.model.Role |
fetchByT_S_Last(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.model.Role |
fetchByType_First(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ?.
|
com.liferay.portal.model.Role |
fetchByType_Last(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ?.
|
com.liferay.portal.model.Role |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Role |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Role |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where uuid = ?.
|
com.liferay.portal.model.Role |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where uuid = ?.
|
int |
filterCountByC_T(long companyId,
int type)
Returns the number of roles that the user has permission to view where companyId = ? and type = ?.
|
int |
filterCountByC_T(long companyId,
int[] types)
Returns the number of roles that the user has permission to view where companyId = ? and type = any ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of roles that the user has permission to view where companyId = ?.
|
int |
filterCountByName(java.lang.String name)
Returns the number of roles that the user has permission to view where name = ?.
|
int |
filterCountBySubtype(java.lang.String subtype)
Returns the number of roles that the user has permission to view where subtype = ?.
|
int |
filterCountByT_S(int type,
java.lang.String subtype)
Returns the number of roles that the user has permission to view where type = ? and subtype = ?.
|
int |
filterCountByType(int type)
Returns the number of roles that the user has permission to view where type = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of roles that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of roles that the user has permission to view where uuid = ?.
|
com.liferay.portal.model.Role[] |
filterFindByC_T_PrevAndNext(long roleId,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByC_T(long companyId,
int type)
Returns all the roles that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByC_T(long companyId,
int[] types)
Returns all the roles that the user has permission to view where companyId = ? and type = any ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByC_T(long companyId,
int[] types,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ? and type = any ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByC_T(long companyId,
int[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByC_T(long companyId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
|
com.liferay.portal.model.Role[] |
filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
|
com.liferay.portal.model.Role[] |
filterFindByName_PrevAndNext(long roleId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByName(java.lang.String name)
Returns all the roles that the user has permission to view where name = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByName(java.lang.String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByName(java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?.
|
com.liferay.portal.model.Role[] |
filterFindBySubtype_PrevAndNext(long roleId,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindBySubtype(java.lang.String subtype)
Returns all the roles that the user has permission to view where subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindBySubtype(java.lang.String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindBySubtype(java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.
|
com.liferay.portal.model.Role[] |
filterFindByT_S_PrevAndNext(long roleId,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByT_S(int type,
java.lang.String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByT_S(int type,
java.lang.String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByT_S(int type,
java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
|
com.liferay.portal.model.Role[] |
filterFindByType_PrevAndNext(long roleId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByType(int type)
Returns all the roles that the user has permission to view where type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByType(int type,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByType(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ?.
|
com.liferay.portal.model.Role[] |
filterFindByUuid_C_PrevAndNext(long roleId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the roles that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Role[] |
filterFindByUuid_PrevAndNext(long roleId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByUuid(java.lang.String uuid)
Returns all the roles that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the roles that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.Role> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
|
protected com.liferay.portal.model.Role |
filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
filterGetByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
filterGetBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
filterGetByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
filterGetByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.Role> |
findAll()
Returns all the roles.
|
java.util.List<com.liferay.portal.model.Role> |
findAll(int start,
int end)
Returns a range of all the roles.
|
java.util.List<com.liferay.portal.model.Role> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles.
|
com.liferay.portal.model.Role |
findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a
NoSuchRoleException if it could not be found. |
com.liferay.portal.model.Role |
findByC_N(long companyId,
java.lang.String name)
Returns the role where companyId = ? and name = ? or throws a
NoSuchRoleException if it could not be found. |
com.liferay.portal.model.Role |
findByC_T_First(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.model.Role |
findByC_T_Last(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.model.Role[] |
findByC_T_PrevAndNext(long roleId,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByC_T(long companyId,
int type)
Returns all the roles where companyId = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByC_T(long companyId,
int[] types)
Returns all the roles where companyId = ? and type = any ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByC_T(long companyId,
int[] types,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = any ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByC_T(long companyId,
int[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = any ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByC_T(long companyId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = ?.
|
com.liferay.portal.model.Role |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?.
|
com.liferay.portal.model.Role |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?.
|
com.liferay.portal.model.Role[] |
findByCompanyId_PrevAndNext(long roleId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByCompanyId(long companyId)
Returns all the roles where companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where companyId = ?.
|
com.liferay.portal.model.Role |
findByName_First(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?.
|
com.liferay.portal.model.Role |
findByName_Last(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?.
|
com.liferay.portal.model.Role[] |
findByName_PrevAndNext(long roleId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByName(java.lang.String name)
Returns all the roles where name = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByName(java.lang.String name,
int start,
int end)
Returns a range of all the roles where name = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByName(java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where name = ?.
|
com.liferay.portal.model.Role |
findByPrimaryKey(long roleId)
Returns the role with the primary key or throws a
NoSuchRoleException if it could not be found. |
com.liferay.portal.model.Role |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the role with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.model.Role |
findBySubtype_First(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?.
|
com.liferay.portal.model.Role |
findBySubtype_Last(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?.
|
com.liferay.portal.model.Role[] |
findBySubtype_PrevAndNext(long roleId,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findBySubtype(java.lang.String subtype)
Returns all the roles where subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findBySubtype(java.lang.String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findBySubtype(java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where subtype = ?.
|
com.liferay.portal.model.Role |
findByT_S_First(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.model.Role |
findByT_S_Last(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.model.Role[] |
findByT_S_PrevAndNext(long roleId,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByT_S(int type,
java.lang.String subtype)
Returns all the roles where type = ? and subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByT_S(int type,
java.lang.String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByT_S(int type,
java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?.
|
com.liferay.portal.model.Role |
findByType_First(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ?.
|
com.liferay.portal.model.Role |
findByType_Last(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ?.
|
com.liferay.portal.model.Role[] |
findByType_PrevAndNext(long roleId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByType(int type)
Returns all the roles where type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByType(int type,
int start,
int end)
Returns a range of all the roles where type = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByType(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where type = ?.
|
com.liferay.portal.model.Role |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Role |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Role[] |
findByUuid_C_PrevAndNext(long roleId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the roles where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the roles where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Role |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first role in the ordered set where uuid = ?.
|
com.liferay.portal.model.Role |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last role in the ordered set where uuid = ?.
|
com.liferay.portal.model.Role[] |
findByUuid_PrevAndNext(long roleId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByUuid(java.lang.String uuid)
Returns all the roles where uuid = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the roles where uuid = ?.
|
java.util.List<com.liferay.portal.model.Role> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the roles where uuid = ?.
|
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.model.Role |
getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
getByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
getBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
getByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Role |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk)
Returns all the groups associated with the role.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the role.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the role.
|
int |
getGroupsSize(long pk)
Returns the number of groups associated with the role.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk)
Returns all the users associated with the role.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the role.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the role.
|
int |
getUsersSize(long pk)
Returns the number of users associated with the role.
|
com.liferay.portal.model.Role |
remove(long roleId)
Removes the role with the primary key from the database.
|
com.liferay.portal.model.Role |
remove(java.io.Serializable primaryKey)
Removes the role with the primary key from the database.
|
void |
removeAll()
Removes all the roles from the database.
|
com.liferay.portal.model.Role |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.
|
com.liferay.portal.model.Role |
removeByC_N(long companyId,
java.lang.String name)
Removes the role where companyId = ? and name = ? from the database.
|
void |
removeByC_T(long companyId,
int type)
Removes all the roles where companyId = ? and type = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the roles where companyId = ? from the database.
|
void |
removeByName(java.lang.String name)
Removes all the roles where name = ? from the database.
|
void |
removeBySubtype(java.lang.String subtype)
Removes all the roles where subtype = ? from the database.
|
void |
removeByT_S(int type,
java.lang.String subtype)
Removes all the roles where type = ? and subtype = ? from the database.
|
void |
removeByType(int type)
Removes all the roles where type = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the roles where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the roles where uuid = ? from the database.
|
void |
removeGroup(long pk,
com.liferay.portal.model.Group group)
Removes the association between the role and the group.
|
void |
removeGroup(long pk,
long groupPK)
Removes the association between the role and the group.
|
void |
removeGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Removes the association between the role and the groups.
|
void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the role and the groups.
|
protected com.liferay.portal.model.Role |
removeImpl(com.liferay.portal.model.Role role) |
void |
removeUser(long pk,
long userPK)
Removes the association between the role and the user.
|
void |
removeUser(long pk,
com.liferay.portal.model.User user)
Removes the association between the role and the user.
|
void |
removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Removes the association between the role and the users.
|
void |
removeUsers(long pk,
long[] userPKs)
Removes the association between the role and the users.
|
void |
setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Sets the groups associated with the role, removing and adding associations as necessary.
|
void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the role, removing and adding associations as necessary.
|
void |
setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Sets the users associated with the role, removing and adding associations as necessary.
|
void |
setUsers(long pk,
long[] userPKs)
Sets the users associated with the role, removing and adding associations as necessary.
|
protected com.liferay.portal.model.Role |
toUnwrappedModel(com.liferay.portal.model.Role role) |
com.liferay.portal.model.Role |
updateImpl(com.liferay.portal.model.Role role) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_NAME
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_NAME
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_NAME
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_TYPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TYPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_TYPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_SUBTYPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SUBTYPE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_SUBTYPE
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
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_T_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_T_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_T_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C_C
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Role,com.liferay.portal.model.Group> roleToGroupTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Role,com.liferay.portal.model.User> roleToUserTableMapper
public java.util.List<com.liferay.portal.model.Role> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_First in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_First in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_Last in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findByUuid_PrevAndNext(long roleId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roleuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindByUuid_PrevAndNext(long roleId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roleuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_First in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_First in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_Last in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_Last in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findByUuid_C_PrevAndNext(long roleId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roleuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindByUuid_C_PrevAndNext(long roleId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roleuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid_C in interface com.liferay.portal.service.persistence.RolePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findByCompanyId_PrevAndNext(long roleId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByCompanyId in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByName(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
findByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByName(java.lang.String name,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByName(java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByName_First(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByName_First in interface com.liferay.portal.service.persistence.RolePersistencename - the nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByName_First(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByName_First in interface com.liferay.portal.service.persistence.RolePersistencename - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByName_Last(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByName_Last in interface com.liferay.portal.service.persistence.RolePersistencename - the nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByName_Last(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByName_Last in interface com.liferay.portal.service.persistence.RolePersistencename - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findByName_PrevAndNext(long roleId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByName_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolename - the nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByName(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByName(java.lang.String name,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByName(java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindByName_PrevAndNext(long roleId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindByName_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolename - the nameorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByName(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
removeByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByName(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
countByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByName(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByName in interface com.liferay.portal.service.persistence.RolePersistencename - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByType(int type)
throws com.liferay.portal.kernel.exception.SystemException
findByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByType(int type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByType(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByType_First(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByType_First in interface com.liferay.portal.service.persistence.RolePersistencetype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByType_First(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByType_First in interface com.liferay.portal.service.persistence.RolePersistencetype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByType_Last(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByType_Last in interface com.liferay.portal.service.persistence.RolePersistencetype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByType_Last(int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByType_Last in interface com.liferay.portal.service.persistence.RolePersistencetype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findByType_PrevAndNext(long roleId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByType_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roletype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByType(int type)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByType(int type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByType(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindByType_PrevAndNext(long roleId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindByType_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roletype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByType(int type)
throws com.liferay.portal.kernel.exception.SystemException
removeByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByType(int type)
throws com.liferay.portal.kernel.exception.SystemException
countByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByType(int type)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByType in interface com.liferay.portal.service.persistence.RolePersistencetype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findBySubtype(java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
findBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findBySubtype(java.lang.String subtype,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findBySubtype(java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findBySubtype_First(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findBySubtype_First in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchBySubtype_First(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchBySubtype_First in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findBySubtype_Last(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findBySubtype_Last in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchBySubtype_Last(java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchBySubtype_Last in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findBySubtype_PrevAndNext(long roleId,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findBySubtype_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindBySubtype(java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
filterFindBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindBySubtype(java.lang.String subtype,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindBySubtype(java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindBySubtype_PrevAndNext(long roleId,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindBySubtype_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeBySubtype(java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
removeBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countBySubtype(java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
countBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountBySubtype(java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
filterCountBySubtype in interface com.liferay.portal.service.persistence.RolePersistencesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRoleException if it could not be found.findByC_N in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDname - the namecom.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_N in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDname - the namenull if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_N in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDname - the nameretrieveFromCache - whether to use the finder cachenull if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role removeByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
removeByC_N in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchRoleExceptionpublic int countByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
countByC_N in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByC_T(long companyId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
findByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByC_T(long companyId,
int type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByC_T(long companyId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByC_T_First(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByC_T_First in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByC_T_First(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_T_First in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByC_T_Last(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByC_T_Last in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByC_T_Last(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_T_Last in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findByC_T_PrevAndNext(long roleId,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByC_T_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolecompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByC_T(long companyId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByC_T(long companyId,
int type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByC_T(long companyId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindByC_T_PrevAndNext(long roleId,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindByC_T_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current rolecompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByC_T(long companyId,
int[] types)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByC_T(long companyId,
int[] types,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typesstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByC_T(long companyId,
int[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typesstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByC_T(long companyId,
int[] types)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByC_T(long companyId,
int[] types,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typesstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByC_T(long companyId,
int[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typesstart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeByC_T(long companyId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_T(long companyId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
countByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_T(long companyId,
int[] types)
throws com.liferay.portal.kernel.exception.SystemException
countByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByC_T(long companyId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByC_T(long companyId,
int[] types)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByC_T in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDtypes - the typescom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByT_S(int type,
java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
findByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByT_S(int type,
java.lang.String subtype,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findByT_S(int type,
java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
findByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByT_S_First(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByT_S_First in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByT_S_First(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByT_S_First in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByT_S_Last(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByT_S_Last in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByT_S_Last(int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByT_S_Last in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)null if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] findByT_S_PrevAndNext(long roleId,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
findByT_S_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roletype - the typesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role getByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Role> filterFindByT_S(int type,
java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByT_S(int type,
java.lang.String subtype,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> filterFindByT_S(int type,
java.lang.String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. 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.
filterFindByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role[] filterFindByT_S_PrevAndNext(long roleId,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
filterFindByT_S_PrevAndNext in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the current roletype - the typesubtype - the subtypeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role filterGetByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Role role,
int type,
java.lang.String subtype,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByT_S(int type,
java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
removeByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByT_S(int type,
java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
countByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByT_S(int type,
java.lang.String subtype)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByT_S in interface com.liferay.portal.service.persistence.RolePersistencetype - the typesubtype - the subtypecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRoleException if it could not be found.findByC_C_C in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDclassNameId - the class name IDclassPK - the class p kcom.liferay.portal.NoSuchRoleException - if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_C_C in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDclassNameId - the class name IDclassPK - the class p knull if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_C_C in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDclassNameId - the class name IDclassPK - the class p kretrieveFromCache - whether to use the finder cachenull if a matching role could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role removeByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
removeByC_C_C in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDclassNameId - the class name IDclassPK - the class p kcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchRoleExceptionpublic int countByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
countByC_C_C in interface com.liferay.portal.service.persistence.RolePersistencecompanyId - the company IDclassNameId - the class name IDclassPK - the class p kcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.Role role)
cacheResult in interface com.liferay.portal.service.persistence.RolePersistencerole - the rolepublic void cacheResult(java.util.List<com.liferay.portal.model.Role> roles)
cacheResult in interface com.liferay.portal.service.persistence.RolePersistenceroles - the rolespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Role>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>public void clearCache(com.liferay.portal.model.Role role)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Role>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>public void clearCache(java.util.List<com.liferay.portal.model.Role> roles)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Role>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>protected void cacheUniqueFindersCache(com.liferay.portal.model.Role role)
protected void clearUniqueFindersCache(com.liferay.portal.model.Role role)
public com.liferay.portal.model.Role create(long roleId)
create in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key for the new rolepublic com.liferay.portal.model.Role remove(long roleId)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the rolecom.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Role>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>primaryKey - the primary key of the rolecom.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Role removeImpl(com.liferay.portal.model.Role role)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.Role updateImpl(com.liferay.portal.model.Role role)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.RolePersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.Role toUnwrappedModel(com.liferay.portal.model.Role role)
public com.liferay.portal.model.Role findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Role>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>primaryKey - the primary key of the rolecom.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role findByPrimaryKey(long roleId)
throws com.liferay.portal.NoSuchRoleException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRoleException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the rolecom.liferay.portal.NoSuchRoleException - if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Role>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>primaryKey - the primary key of the rolenull if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Role fetchByPrimaryKey(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.RolePersistenceroleId - the primary key of the rolenull if a role with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.RolePersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.RolePersistencestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Role> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.RolePersistencestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.RolePersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.RolePersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getGroupsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroupsSize in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the group is associated with the role.containsGroup in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroupPK - the primary key of the grouptrue if the group is associated with the role; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the role has any groups associated with it.containsGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the role to check for associations with groupstrue if the role has any groups associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the role to clear the associated groups fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroupPKs - the primary keys of the groups to be associated with the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolegroups - the groups to be associated with the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolestart - the lower bound of the range of rolesend - the upper bound of the range of roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getUsersSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUsersSize in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the user is associated with the role.containsUser in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuserPK - the primary key of the usertrue if the user is associated with the role; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the role has any users associated with it.containsUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the role to check for associations with userstrue if the role has any users associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
addUser in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuserPK - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
addUser in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuser - the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
addUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuserPKs - the primary keys of the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
addUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleusers - the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the role to clear the associated users fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
removeUser in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuserPK - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
removeUser in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuser - the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuserPKs - the primary keys of the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
removeUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleusers - the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
setUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleuserPKs - the primary keys of the users to be associated with the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
setUsers in interface com.liferay.portal.service.persistence.RolePersistencepk - the primary key of the roleusers - the users to be associated with the rolecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Role>public void afterPropertiesSet()
public void destroy()