@ProviderType
public class RolePersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
implements com.liferay.portal.kernel.service.persistence.RolePersistence
Caching information and settings can be found in portal.properties
RolePersistence
,
RoleUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_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_C_C |
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_C_C |
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_C_C |
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.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.Group> |
roleToGroupTableMapper |
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.User> |
roleToUserTableMapper |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
Constructor and Description |
---|
RolePersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(long pk,
com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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.kernel.model.User user)
Adds an association between the role and the user.
|
void |
addUsers(long pk,
List<com.liferay.portal.kernel.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(List<com.liferay.portal.kernel.model.Role> roles)
Caches the roles in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.Role role)
Caches the role in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(RoleModelImpl roleModelImpl) |
void |
clearCache()
Clears the cache for all roles.
|
void |
clearCache(List<com.liferay.portal.kernel.model.Role> roles) |
void |
clearCache(com.liferay.portal.kernel.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(RoleModelImpl roleModelImpl,
boolean clearCurrent) |
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_C_C(long companyId,
long classNameId,
long[] classPKs)
Returns the number of roles where companyId = ? and classNameId = ? and classPK = any ?.
|
int |
countByC_N(long companyId,
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(String name)
Returns the number of roles where name = ?.
|
int |
countBySubtype(String subtype)
Returns the number of roles where subtype = ?.
|
int |
countByT_S(int type,
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(String uuid,
long companyId)
Returns the number of roles where uuid = ? and companyId = ?.
|
int |
countByUuid(String uuid)
Returns the number of roles where uuid = ?.
|
com.liferay.portal.kernel.model.Role |
create(long roleId)
Creates a new role with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.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.kernel.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.kernel.model.Role |
fetchByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Role |
fetchByC_N(long companyId,
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.kernel.model.Role |
fetchByC_T_First(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByC_T_Last(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByName_First(String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where name = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByName_Last(String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where name = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Role |
fetchByPrimaryKey(Serializable primaryKey)
Returns the role with the primary key or returns
null if it could not be found. |
Map<Serializable,com.liferay.portal.kernel.model.Role> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
com.liferay.portal.kernel.model.Role |
fetchBySubtype_First(String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?.
|
com.liferay.portal.kernel.model.Role |
fetchBySubtype_Last(String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByT_S_First(int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByT_S_Last(int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByType_First(int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByType_Last(int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Role |
fetchByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?.
|
int |
filterCountByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
|
int |
filterCountByC_C_C(long companyId,
long classNameId,
long[] classPKs)
Returns the number of roles that the user has permission to view where companyId = ? and classNameId = ? and classPK = any ?.
|
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(String name)
Returns the number of roles that the user has permission to view where name = ?.
|
int |
filterCountBySubtype(String subtype)
Returns the number of roles that the user has permission to view where subtype = ?.
|
int |
filterCountByT_S(int type,
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(String uuid,
long companyId)
Returns the number of roles that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(String uuid)
Returns the number of roles that the user has permission to view where uuid = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindByC_T_PrevAndNext(long roleId,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_T(long companyId,
int type)
Returns all the roles that the user has permission to view where companyId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_T(long companyId,
int[] types)
Returns all the roles that the user has permission to view where companyId = ? and type = any ?.
|
List<com.liferay.portal.kernel.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 ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_T(long companyId,
int[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.
|
List<com.liferay.portal.kernel.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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_T(long companyId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?.
|
List<com.liferay.portal.kernel.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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindByName_PrevAndNext(long roleId,
String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByName(String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByName(String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindBySubtype_PrevAndNext(long roleId,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindBySubtype(String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindByT_S_PrevAndNext(long roleId,
int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByT_S(int type,
String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByT_S(int type,
String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindByType_PrevAndNext(long roleId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByType(int type)
Returns all the roles that the user has permission to view where type = ?.
|
List<com.liferay.portal.kernel.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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByType(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindByUuid_C_PrevAndNext(long roleId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByUuid_C(String uuid,
long companyId)
Returns all the roles that the user has permission to view where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByUuid_C(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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Role[] |
filterFindByUuid_PrevAndNext(long roleId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> 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 = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByUuid(String uuid)
Returns all the roles that the user has permission to view where uuid = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the roles that the user has permission to view where uuid = ?.
|
List<com.liferay.portal.kernel.model.Role> |
filterFindByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.
|
protected com.liferay.portal.kernel.model.Role |
filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
filterGetByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
filterGetBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
filterGetByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
filterGetByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
List<com.liferay.portal.kernel.model.Role> |
findAll()
Returns all the roles.
|
List<com.liferay.portal.kernel.model.Role> |
findAll(int start,
int end)
Returns a range of all the roles.
|
List<com.liferay.portal.kernel.model.Role> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles.
|
List<com.liferay.portal.kernel.model.Role> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles.
|
com.liferay.portal.kernel.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. |
List<com.liferay.portal.kernel.model.Role> |
findByC_C_C(long companyId,
long classNameId,
long[] classPKs)
Returns all the roles where companyId = ? and classNameId = ? and classPK = any ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_C_C(long companyId,
long classNameId,
long[] classPKs,
int start,
int end)
Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_C_C(long companyId,
long classNameId,
long[] classPKs,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_C_C(long companyId,
long classNameId,
long[] classPKs,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
com.liferay.portal.kernel.model.Role |
findByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or throws a
NoSuchRoleException if it could not be found. |
com.liferay.portal.kernel.model.Role |
findByC_T_First(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.kernel.model.Role |
findByC_T_Last(long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?.
|
com.liferay.portal.kernel.model.Role[] |
findByC_T_PrevAndNext(long roleId,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int type)
Returns all the roles where companyId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int[] types)
Returns all the roles where companyId = ? and type = any ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int[] types,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = any ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = any ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByC_T(long companyId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?.
|
com.liferay.portal.kernel.model.Role |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Role |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Role[] |
findByCompanyId_PrevAndNext(long roleId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByCompanyId(long companyId)
Returns all the roles where companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?.
|
com.liferay.portal.kernel.model.Role |
findByName_First(String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where name = ?.
|
com.liferay.portal.kernel.model.Role |
findByName_Last(String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where name = ?.
|
com.liferay.portal.kernel.model.Role[] |
findByName_PrevAndNext(long roleId,
String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByName(String name)
Returns all the roles where name = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByName(String name,
int start,
int end)
Returns a range of all the roles where name = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByName(String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where name = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByName(String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?.
|
com.liferay.portal.kernel.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.kernel.model.Role |
findByPrimaryKey(Serializable primaryKey)
Returns the role with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.Role |
findBySubtype_First(String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?.
|
com.liferay.portal.kernel.model.Role |
findBySubtype_Last(String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?.
|
com.liferay.portal.kernel.model.Role[] |
findBySubtype_PrevAndNext(long roleId,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findBySubtype(String subtype)
Returns all the roles where subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findBySubtype(String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findBySubtype(String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?.
|
com.liferay.portal.kernel.model.Role |
findByT_S_First(int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.kernel.model.Role |
findByT_S_Last(int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?.
|
com.liferay.portal.kernel.model.Role[] |
findByT_S_PrevAndNext(long roleId,
int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByT_S(int type,
String subtype)
Returns all the roles where type = ? and subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByT_S(int type,
String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByT_S(int type,
String subtype,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?.
|
com.liferay.portal.kernel.model.Role |
findByType_First(int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.Role |
findByType_Last(int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.Role[] |
findByType_PrevAndNext(long roleId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByType(int type)
Returns all the roles where type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByType(int type,
int start,
int end)
Returns a range of all the roles where type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByType(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where type = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByType(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?.
|
com.liferay.portal.kernel.model.Role |
findByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Role |
findByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Role[] |
findByUuid_C_PrevAndNext(long roleId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid_C(String uuid,
long companyId)
Returns all the roles where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the roles where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Role |
findByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Role |
findByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Role[] |
findByUuid_PrevAndNext(long roleId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid(String uuid)
Returns all the roles where uuid = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the roles where uuid = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?.
|
List<com.liferay.portal.kernel.model.Role> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?.
|
Set<String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.Role |
getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
long companyId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
getByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
getBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
getByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
int type,
String subtype,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
int type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Role |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Role role,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean previous) |
long[] |
getGroupPrimaryKeys(long pk)
Returns the primaryKeys of groups associated with the role.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk)
Returns all the groups associated with the role.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the role.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
Returns an ordered range of all the groups associated with the role.
|
int |
getGroupsSize(long pk)
Returns the number of groups associated with the role.
|
protected Map<String,Integer> |
getTableColumnsMap() |
long[] |
getUserPrimaryKeys(long pk)
Returns the primaryKeys of users associated with the role.
|
List<com.liferay.portal.kernel.model.User> |
getUsers(long pk)
Returns all the users associated with the role.
|
List<com.liferay.portal.kernel.model.User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the role.
|
List<com.liferay.portal.kernel.model.User> |
getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
Returns an ordered range of all the users associated with the role.
|
int |
getUsersSize(long pk)
Returns the number of users associated with the role.
|
com.liferay.portal.kernel.model.Role |
remove(long roleId)
Removes the role with the primary key from the database.
|
com.liferay.portal.kernel.model.Role |
remove(Serializable primaryKey)
Removes the role with the primary key from the database.
|
void |
removeAll()
Removes all the roles from the database.
|
com.liferay.portal.kernel.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.kernel.model.Role |
removeByC_N(long companyId,
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(String name)
Removes all the roles where name = ? from the database.
|
void |
removeBySubtype(String subtype)
Removes all the roles where subtype = ? from the database.
|
void |
removeByT_S(int type,
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(String uuid,
long companyId)
Removes all the roles where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the roles where uuid = ? from the database.
|
void |
removeGroup(long pk,
com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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.kernel.model.Role |
removeImpl(com.liferay.portal.kernel.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.kernel.model.User user)
Removes the association between the role and the user.
|
void |
removeUsers(long pk,
List<com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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,
List<com.liferay.portal.kernel.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.
|
com.liferay.portal.kernel.model.Role |
updateImpl(com.liferay.portal.kernel.model.Role role) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_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_WITH_PAGINATION_FIND_BY_C_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_C
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
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_C_C
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.Group> roleToGroupTableMapper
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Role,com.liferay.portal.kernel.model.User> roleToUserTableMapper
public List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid)
findByUuid
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidpublic List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- the uuidstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- 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
)public List<com.liferay.portal.kernel.model.Role> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByUuid_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByUuid_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findByUuid_PrevAndNext(long roleId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid)
filterFindByUuid
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidpublic List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- the uuidstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindByUuid_PrevAndNext(long roleId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindByUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public void removeByUuid(String uuid)
removeByUuid
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidpublic int countByUuid(String uuid)
countByUuid
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidpublic int filterCountByUuid(String uuid)
filterCountByUuid
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidpublic List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId)
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDpublic List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- 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
)public List<com.liferay.portal.kernel.model.Role> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByUuid_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid, long companyId)
filterFindByUuid_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDpublic List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
uuid
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindByUuid_C_PrevAndNext(long roleId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindByUuid_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public void removeByUuid_C(String uuid, long companyId)
removeByUuid_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDpublic int countByUuid_C(String uuid, long companyId)
countByUuid_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDpublic int filterCountByUuid_C(String uuid, long companyId)
filterCountByUuid_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
uuid
- the uuidcompanyId
- the company IDpublic List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId)
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDpublic List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)public List<com.liferay.portal.kernel.model.Role> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findByCompanyId_PrevAndNext(long roleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByCompanyId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId)
filterFindByCompanyId
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDpublic List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- the company IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindByCompanyId_PrevAndNext(long roleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindByCompanyId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDpublic int countByCompanyId(long companyId)
countByCompanyId
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDpublic int filterCountByCompanyId(long companyId)
filterCountByCompanyId
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDpublic List<com.liferay.portal.kernel.model.Role> findByName(String name)
findByName
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the namepublic List<com.liferay.portal.kernel.model.Role> findByName(String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByName(String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
name
- 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
)public List<com.liferay.portal.kernel.model.Role> findByName(String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
name
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByName_First(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByName_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByName_First(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByName_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findByName_Last(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByName_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByName_Last(String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByName_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findByName_PrevAndNext(long roleId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByName_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolename
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByName(String name)
filterFindByName
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the namepublic List<com.liferay.portal.kernel.model.Role> filterFindByName(String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByName(String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
name
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindByName_PrevAndNext(long roleId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindByName_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolename
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetByName_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public void removeByName(String name)
removeByName
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the namepublic int countByName(String name)
countByName
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the namepublic int filterCountByName(String name)
filterCountByName
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
name
- the namepublic List<com.liferay.portal.kernel.model.Role> findByType(int type)
findByType
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typepublic List<com.liferay.portal.kernel.model.Role> findByType(int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- 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
)public List<com.liferay.portal.kernel.model.Role> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByType_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByType_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByType_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByType_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findByType_PrevAndNext(long roleId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByType_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roletype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByType(int type)
filterFindByType
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typepublic List<com.liferay.portal.kernel.model.Role> filterFindByType(int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindByType_PrevAndNext(long roleId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindByType_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roletype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public void removeByType(int type)
removeByType
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typepublic int countByType(int type)
countByType
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typepublic int filterCountByType(int type)
filterCountByType
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typepublic List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype)
findBySubtype
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypepublic List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
subtype
- 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
)public List<com.liferay.portal.kernel.model.Role> findBySubtype(String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
subtype
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findBySubtype_First(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findBySubtype_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchBySubtype_First(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchBySubtype_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findBySubtype_Last(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findBySubtype_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchBySubtype_Last(String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchBySubtype_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findBySubtype_PrevAndNext(long roleId, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findBySubtype_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype)
filterFindBySubtype
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypepublic List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindBySubtype(String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
subtype
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindBySubtype_PrevAndNext(long roleId, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindBySubtype_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetBySubtype_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public void removeBySubtype(String subtype)
removeBySubtype
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypepublic int countBySubtype(String subtype)
countBySubtype
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypepublic int filterCountBySubtype(String subtype)
filterCountBySubtype
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
subtype
- the subtypepublic com.liferay.portal.kernel.model.Role findByC_N(long companyId, String name) throws com.liferay.portal.kernel.exception.NoSuchRoleException
NoSuchRoleException
if it could not be found.findByC_N
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDname
- the namecom.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByC_N(long companyId, String name)
null
if it could not be found. Uses the finder cache.fetchByC_N
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDname
- the namenull
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByC_N(long companyId, String name, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.fetchByC_N
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDname
- the nameretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role removeByC_N(long companyId, String name) throws com.liferay.portal.kernel.exception.NoSuchRoleException
removeByC_N
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDname
- the namecom.liferay.portal.kernel.exception.NoSuchRoleException
public int countByC_N(long companyId, String name)
countByC_N
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDname
- the namepublic List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type)
findByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typepublic List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByC_T_First(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByC_T_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByC_T_First(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByC_T_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findByC_T_Last(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByC_T_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByC_T_Last(long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByC_T_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findByC_T_PrevAndNext(long roleId, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByC_T_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolecompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int type)
filterFindByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typepublic List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindByC_T_PrevAndNext(long roleId, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindByC_T_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current rolecompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, long companyId, int type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int[] types)
filterFindByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtypes
- the typespublic List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int[] types, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- the company IDtypes
- the typesstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByC_T(long companyId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types)
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.kernel.service.persistence.RolePersistence
companyId
- the company IDtypes
- the typespublic List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- the company IDtypes
- the typesstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)public List<com.liferay.portal.kernel.model.Role> findByC_T(long companyId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
companyId
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic void removeByC_T(long companyId, int type)
removeByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typepublic int countByC_T(long companyId, int type)
countByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typepublic int countByC_T(long companyId, int[] types)
countByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtypes
- the typespublic int filterCountByC_T(long companyId, int type)
filterCountByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtype
- the typepublic int filterCountByC_T(long companyId, int[] types)
filterCountByC_T
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDtypes
- the typespublic List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype)
findByT_S
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypepublic List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- 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
)public List<com.liferay.portal.kernel.model.Role> findByT_S(int type, String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByT_S_First(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByT_S_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByT_S_First(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByT_S_First
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role findByT_S_Last(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByT_S_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByT_S_Last(int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
fetchByT_S_Last
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role[] findByT_S_PrevAndNext(long roleId, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
findByT_S_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roletype
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role getByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type, String subtype)
filterFindByT_S
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypepublic List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type, String subtype, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> filterFindByT_S(int type, String subtype, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
type
- 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
)public com.liferay.portal.kernel.model.Role[] filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRoleException
filterFindByT_S_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the current roletype
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role filterGetByT_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Role role, int type, String subtype, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean previous)
public void removeByT_S(int type, String subtype)
removeByT_S
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypepublic int countByT_S(int type, String subtype)
countByT_S
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypepublic int filterCountByT_S(int type, String subtype)
filterCountByT_S
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
type
- the typesubtype
- the subtypepublic List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs)
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_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkspublic List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pksstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pksstart
- 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
)public List<com.liferay.portal.kernel.model.Role> findByC_C_C(long companyId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.Role findByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.NoSuchRoleException
NoSuchRoleException
if it could not be found.findByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkcom.liferay.portal.kernel.exception.NoSuchRoleException
- if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByC_C_C(long companyId, long classNameId, long classPK)
null
if it could not be found. Uses the finder cache.fetchByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pknull
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.fetchByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching role could not be foundpublic com.liferay.portal.kernel.model.Role removeByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.NoSuchRoleException
removeByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkcom.liferay.portal.kernel.exception.NoSuchRoleException
public int countByC_C_C(long companyId, long classNameId, long classPK)
countByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpublic int countByC_C_C(long companyId, long classNameId, long[] classPKs)
countByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkspublic int filterCountByC_C_C(long companyId, long classNameId, long classPK)
filterCountByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpublic int filterCountByC_C_C(long companyId, long classNameId, long[] classPKs)
filterCountByC_C_C
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
companyId
- the company IDclassNameId
- the class name IDclassPKs
- the class pkspublic void cacheResult(com.liferay.portal.kernel.model.Role role)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
role
- the rolepublic void cacheResult(List<com.liferay.portal.kernel.model.Role> roles)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roles
- the rolespublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
public void clearCache(com.liferay.portal.kernel.model.Role role)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
public void clearCache(List<com.liferay.portal.kernel.model.Role> roles)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
protected void cacheUniqueFindersCache(RoleModelImpl roleModelImpl)
protected void clearUniqueFindersCache(RoleModelImpl roleModelImpl, boolean clearCurrent)
public com.liferay.portal.kernel.model.Role create(long roleId)
create
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key for the new rolepublic com.liferay.portal.kernel.model.Role remove(long roleId) throws com.liferay.portal.kernel.exception.NoSuchRoleException
remove
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the rolecom.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundpublic com.liferay.portal.kernel.model.Role remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchRoleException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
primaryKey
- the primary key of the rolecom.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundprotected com.liferay.portal.kernel.model.Role removeImpl(com.liferay.portal.kernel.model.Role role)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
public com.liferay.portal.kernel.model.Role updateImpl(com.liferay.portal.kernel.model.Role role)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
public com.liferay.portal.kernel.model.Role findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchRoleException
NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
primaryKey
- the primary key of the rolecom.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundpublic com.liferay.portal.kernel.model.Role findByPrimaryKey(long roleId) throws com.liferay.portal.kernel.exception.NoSuchRoleException
NoSuchRoleException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the rolecom.liferay.portal.kernel.exception.NoSuchRoleException
- if a role with the primary key could not be foundpublic com.liferay.portal.kernel.model.Role fetchByPrimaryKey(Serializable primaryKey)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
fetchByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
primaryKey
- the primary key of the rolenull
if a role with the primary key could not be foundpublic com.liferay.portal.kernel.model.Role fetchByPrimaryKey(long roleId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
roleId
- the primary key of the rolenull
if a role with the primary key could not be foundpublic Map<Serializable,com.liferay.portal.kernel.model.Role> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
fetchByPrimaryKeys
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
public List<com.liferay.portal.kernel.model.Role> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
public List<com.liferay.portal.kernel.model.Role> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
start
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Role> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
start
- 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
)public List<com.liferay.portal.kernel.model.Role> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
start
- 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
)retrieveFromCache
- whether to retrieve from the finder cachepublic void removeAll()
removeAll
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
public long[] getGroupPrimaryKeys(long pk)
getGroupPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolepublic List<com.liferay.portal.kernel.model.Group> getGroups(long pk)
getGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolepublic List<com.liferay.portal.kernel.model.Group> getGroups(long pk, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.Group> getGroups(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
pk
- 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
)public int getGroupsSize(long pk)
getGroupsSize
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolepublic boolean containsGroup(long pk, long groupPK)
true
if the group is associated with the role.containsGroup
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroupPK
- the primary key of the grouptrue
if the group is associated with the role; false
otherwisepublic boolean containsGroups(long pk)
true
if the role has any groups associated with it.containsGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the role to check for associations with groupstrue
if the role has any groups associated with it; false
otherwisepublic void addGroup(long pk, long groupPK)
addGroup
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroupPK
- the primary key of the grouppublic void addGroup(long pk, com.liferay.portal.kernel.model.Group group)
addGroup
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroup
- the grouppublic void addGroups(long pk, long[] groupPKs)
addGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroupPKs
- the primary keys of the groupspublic void addGroups(long pk, List<com.liferay.portal.kernel.model.Group> groups)
addGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroups
- the groupspublic void clearGroups(long pk)
clearGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the role to clear the associated groups frompublic void removeGroup(long pk, long groupPK)
removeGroup
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroupPK
- the primary key of the grouppublic void removeGroup(long pk, com.liferay.portal.kernel.model.Group group)
removeGroup
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroup
- the grouppublic void removeGroups(long pk, long[] groupPKs)
removeGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroupPKs
- the primary keys of the groupspublic void removeGroups(long pk, List<com.liferay.portal.kernel.model.Group> groups)
removeGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroups
- the groupspublic void setGroups(long pk, long[] groupPKs)
setGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroupPKs
- the primary keys of the groups to be associated with the rolepublic void setGroups(long pk, List<com.liferay.portal.kernel.model.Group> groups)
setGroups
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolegroups
- the groups to be associated with the rolepublic long[] getUserPrimaryKeys(long pk)
getUserPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolepublic List<com.liferay.portal.kernel.model.User> getUsers(long pk)
getUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolepublic List<com.liferay.portal.kernel.model.User> getUsers(long pk, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)public List<com.liferay.portal.kernel.model.User> getUsers(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from 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.kernel.service.persistence.RolePersistence
pk
- 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
)public int getUsersSize(long pk)
getUsersSize
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the rolepublic boolean containsUser(long pk, long userPK)
true
if the user is associated with the role.containsUser
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuserPK
- the primary key of the usertrue
if the user is associated with the role; false
otherwisepublic boolean containsUsers(long pk)
true
if the role has any users associated with it.containsUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the role to check for associations with userstrue
if the role has any users associated with it; false
otherwisepublic void addUser(long pk, long userPK)
addUser
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuserPK
- the primary key of the userpublic void addUser(long pk, com.liferay.portal.kernel.model.User user)
addUser
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuser
- the userpublic void addUsers(long pk, long[] userPKs)
addUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuserPKs
- the primary keys of the userspublic void addUsers(long pk, List<com.liferay.portal.kernel.model.User> users)
addUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleusers
- the userspublic void clearUsers(long pk)
clearUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the role to clear the associated users frompublic void removeUser(long pk, long userPK)
removeUser
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuserPK
- the primary key of the userpublic void removeUser(long pk, com.liferay.portal.kernel.model.User user)
removeUser
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuser
- the userpublic void removeUsers(long pk, long[] userPKs)
removeUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuserPKs
- the primary keys of the userspublic void removeUsers(long pk, List<com.liferay.portal.kernel.model.User> users)
removeUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleusers
- the userspublic void setUsers(long pk, long[] userPKs)
setUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleuserPKs
- the primary keys of the users to be associated with the rolepublic void setUsers(long pk, List<com.liferay.portal.kernel.model.User> users)
setUsers
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
pk
- the primary key of the roleusers
- the users to be associated with the rolepublic Set<String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.RolePersistence
getBadColumnNames
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
public void afterPropertiesSet()
public void destroy()