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