|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface OrgGroupRolePersistence
| Method Summary | |
|---|---|
int |
countAll()
|
int |
countByGroupId(long groupId)
|
int |
countByRoleId(long roleId)
|
OrgGroupRole |
create(OrgGroupRolePK orgGroupRolePK)
|
OrgGroupRole |
fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
|
java.util.List<OrgGroupRole> |
findAll()
|
java.util.List<OrgGroupRole> |
findAll(int start,
int end)
|
java.util.List<OrgGroupRole> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgGroupRole |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgGroupRole |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgGroupRole[] |
findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<OrgGroupRole> |
findByGroupId(long groupId)
|
java.util.List<OrgGroupRole> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<OrgGroupRole> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgGroupRole |
findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
|
OrgGroupRole |
findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgGroupRole |
findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgGroupRole[] |
findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<OrgGroupRole> |
findByRoleId(long roleId)
|
java.util.List<OrgGroupRole> |
findByRoleId(long roleId,
int start,
int end)
|
java.util.List<OrgGroupRole> |
findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
void |
registerListener(ModelListener listener)
|
OrgGroupRole |
remove(OrgGroupRole orgGroupRole)
|
OrgGroupRole |
remove(OrgGroupRolePK orgGroupRolePK)
|
void |
removeAll()
|
void |
removeByGroupId(long groupId)
|
void |
removeByRoleId(long roleId)
|
void |
unregisterListener(ModelListener listener)
|
OrgGroupRole |
update(OrgGroupRole orgGroupRole)
Deprecated. Use update(OrgGroupRole orgGroupRole, boolean merge). |
OrgGroupRole |
update(OrgGroupRole orgGroupRole,
boolean merge)
Add, update, or merge, the entity. |
OrgGroupRole |
updateImpl(OrgGroupRole orgGroupRole,
boolean merge)
|
| Method Detail |
|---|
OrgGroupRole create(OrgGroupRolePK orgGroupRolePK)
OrgGroupRole remove(OrgGroupRolePK orgGroupRolePK)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
OrgGroupRole remove(OrgGroupRole orgGroupRole)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
OrgGroupRole update(OrgGroupRole orgGroupRole)
throws com.liferay.portal.SystemException
update(OrgGroupRole orgGroupRole, boolean merge).
com.liferay.portal.SystemException
OrgGroupRole update(OrgGroupRole orgGroupRole,
boolean merge)
throws com.liferay.portal.SystemException
orgGroupRole - the entity to add, update, or mergemerge - boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when orgGroupRole is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
OrgGroupRole updateImpl(OrgGroupRole orgGroupRole,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
OrgGroupRole findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
OrgGroupRole fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
OrgGroupRole findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
OrgGroupRole findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
OrgGroupRole[] findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findByRoleId(long roleId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findByRoleId(long roleId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
OrgGroupRole findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
OrgGroupRole findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
OrgGroupRole[] findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgGroupRoleException,
com.liferay.portal.SystemException
NoSuchOrgGroupRoleException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<OrgGroupRole> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByRoleId(long roleId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByRoleId(long roleId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||