|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.OrgGroupRoleUtil
public class OrgGroupRoleUtil
The persistence utility for the org group role service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
OrgGroupRolePersistence,
OrgGroupRolePersistenceImpl| Constructor Summary | |
|---|---|
OrgGroupRoleUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<OrgGroupRole> orgGroupRoles)
Caches the org group roles in the entity cache if it is enabled. |
static void |
cacheResult(OrgGroupRole orgGroupRole)
Caches the org group role in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(OrgGroupRole orgGroupRole)
|
static int |
countAll()
Counts all the org group roles. |
static int |
countByGroupId(long groupId)
Counts all the org group roles where groupId = ?. |
static int |
countByRoleId(long roleId)
Counts all the org group roles where roleId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static OrgGroupRole |
create(OrgGroupRolePK orgGroupRolePK)
Creates a new org group role with the primary key. |
static OrgGroupRole |
fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Finds the org group role with the primary key or returns null if it could not be found. |
static List<OrgGroupRole> |
findAll()
Finds all the org group roles. |
static List<OrgGroupRole> |
findAll(int start,
int end)
Finds a range of all the org group roles. |
static List<OrgGroupRole> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the org group roles. |
static OrgGroupRole |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last org group role in the ordered set where groupId = ?. |
static OrgGroupRole[] |
findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Finds the org group roles before and after the current org group role in the ordered set where groupId = ?. |
static List<OrgGroupRole> |
findByGroupId(long groupId)
Finds all the org group roles where groupId = ?. |
static List<OrgGroupRole> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the org group roles where groupId = ?. |
static List<OrgGroupRole> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the org group roles where groupId = ?. |
static OrgGroupRole |
findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Finds the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found. |
static OrgGroupRole |
findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Finds the first org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Finds the last org group role in the ordered set where roleId = ?. |
static OrgGroupRole[] |
findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Finds the org group roles before and after the current org group role in the ordered set where roleId = ?. |
static List<OrgGroupRole> |
findByRoleId(long roleId)
Finds all the org group roles where roleId = ?. |
static List<OrgGroupRole> |
findByRoleId(long roleId,
int start,
int end)
Finds a range of all the org group roles where roleId = ?. |
static List<OrgGroupRole> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the org group roles where roleId = ?. |
static List<OrgGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<OrgGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<OrgGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static OrgGroupRolePersistence |
getPersistence()
|
static OrgGroupRole |
remove(OrgGroupRole orgGroupRole)
|
static OrgGroupRole |
remove(OrgGroupRolePK orgGroupRolePK)
Removes the org group role with the primary key from the database. |
static void |
removeAll()
Removes all the org group roles from the database. |
static void |
removeByGroupId(long groupId)
Removes all the org group roles where groupId = ? from the database. |
static void |
removeByRoleId(long roleId)
Removes all the org group roles where roleId = ? from the database. |
void |
setPersistence(OrgGroupRolePersistence persistence)
|
static OrgGroupRole |
update(OrgGroupRole orgGroupRole,
boolean merge)
|
static OrgGroupRole |
update(OrgGroupRole orgGroupRole,
boolean merge,
ServiceContext serviceContext)
|
static OrgGroupRole |
updateImpl(OrgGroupRole orgGroupRole,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrgGroupRoleUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(OrgGroupRole orgGroupRole)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<OrgGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<OrgGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<OrgGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static OrgGroupRole remove(OrgGroupRole orgGroupRole)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static OrgGroupRole update(OrgGroupRole orgGroupRole,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static OrgGroupRole update(OrgGroupRole orgGroupRole,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(OrgGroupRole orgGroupRole)
orgGroupRole - the org group role to cachepublic static void cacheResult(List<OrgGroupRole> orgGroupRoles)
orgGroupRoles - the org group roles to cachepublic static OrgGroupRole create(OrgGroupRolePK orgGroupRolePK)
orgGroupRolePK - the primary key for the new org group role
public static OrgGroupRole remove(OrgGroupRolePK orgGroupRolePK)
throws NoSuchOrgGroupRoleException,
SystemException
orgGroupRolePK - the primary key of the org group role to remove
NoSuchOrgGroupRoleException - if a org group role with the primary key could not be found
SystemException - if a system exception occurred
public static OrgGroupRole updateImpl(OrgGroupRole orgGroupRole,
boolean merge)
throws SystemException
SystemException
public static OrgGroupRole findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
throws NoSuchOrgGroupRoleException,
SystemException
NoSuchOrgGroupRoleException if it could not be found.
orgGroupRolePK - the primary key of the org group role to find
NoSuchOrgGroupRoleException - if a org group role with the primary key could not be found
SystemException - if a system exception occurred
public static OrgGroupRole fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
throws SystemException
null if it could not be found.
orgGroupRolePK - the primary key of the org group role to find
null if a org group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<OrgGroupRole> findByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static List<OrgGroupRole> findByGroupId(long groupId,
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.
groupId - the group id to search withstart - the lower bound of the range of org group roles to returnend - the upper bound of the range of org group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<OrgGroupRole> findByGroupId(long groupId,
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.
groupId - the group id to search withstart - the lower bound of the range of org group roles to returnend - the upper bound of the range of org group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static OrgGroupRole findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchOrgGroupRoleException,
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.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchOrgGroupRoleException - if a matching org group role could not be found
SystemException - if a system exception occurred
public static OrgGroupRole findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchOrgGroupRoleException,
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.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchOrgGroupRoleException - if a matching org group role could not be found
SystemException - if a system exception occurred
public static OrgGroupRole[] findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchOrgGroupRoleException,
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.
orgGroupRolePK - the primary key of the current org group rolegroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchOrgGroupRoleException - if a org group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<OrgGroupRole> findByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
public static List<OrgGroupRole> findByRoleId(long roleId,
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.
roleId - the role id to search withstart - the lower bound of the range of org group roles to returnend - the upper bound of the range of org group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<OrgGroupRole> findByRoleId(long roleId,
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.
roleId - the role id to search withstart - the lower bound of the range of org group roles to returnend - the upper bound of the range of org group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static OrgGroupRole findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
throws NoSuchOrgGroupRoleException,
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.
roleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchOrgGroupRoleException - if a matching org group role could not be found
SystemException - if a system exception occurred
public static OrgGroupRole findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
throws NoSuchOrgGroupRoleException,
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.
roleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchOrgGroupRoleException - if a matching org group role could not be found
SystemException - if a system exception occurred
public static OrgGroupRole[] findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchOrgGroupRoleException,
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.
orgGroupRolePK - the primary key of the current org group roleroleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchOrgGroupRoleException - if a org group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<OrgGroupRole> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<OrgGroupRole> 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.
start - the lower bound of the range of org group roles to returnend - the upper bound of the range of org group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<OrgGroupRole> 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.
start - the lower bound of the range of org group roles to returnend - the upper bound of the range of org group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static void removeByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static int countByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static OrgGroupRolePersistence getPersistence()
public void setPersistence(OrgGroupRolePersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||