|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceActionPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
ResourceActionPersistenceImpl
,
ResourceActionUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<ResourceAction> resourceActions)
|
void |
cacheResult(ResourceAction resourceAction)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByN_A(java.lang.String name,
java.lang.String actionId)
|
int |
countByName(java.lang.String name)
|
ResourceAction |
create(long resourceActionId)
|
ResourceAction |
fetchByN_A(java.lang.String name,
java.lang.String actionId)
|
ResourceAction |
fetchByN_A(java.lang.String name,
java.lang.String actionId,
boolean retrieveFromCache)
|
ResourceAction |
fetchByPrimaryKey(long resourceActionId)
|
java.util.List<ResourceAction> |
findAll()
|
java.util.List<ResourceAction> |
findAll(int start,
int end)
|
java.util.List<ResourceAction> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ResourceAction |
findByN_A(java.lang.String name,
java.lang.String actionId)
|
ResourceAction |
findByName_First(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ResourceAction |
findByName_Last(java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ResourceAction[] |
findByName_PrevAndNext(long resourceActionId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ResourceAction> |
findByName(java.lang.String name)
|
java.util.List<ResourceAction> |
findByName(java.lang.String name,
int start,
int end)
|
java.util.List<ResourceAction> |
findByName(java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ResourceAction |
findByPrimaryKey(long resourceActionId)
|
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)
|
ResourceAction |
remove(long resourceActionId)
|
ResourceAction |
remove(ResourceAction resourceAction)
|
void |
removeAll()
|
void |
removeByN_A(java.lang.String name,
java.lang.String actionId)
|
void |
removeByName(java.lang.String name)
|
ResourceAction |
update(ResourceAction resourceAction)
Deprecated. Use update(ResourceAction, boolean merge) . |
ResourceAction |
update(ResourceAction resourceAction,
boolean merge)
Add, update, or merge, the entity. |
ResourceAction |
updateImpl(ResourceAction resourceAction,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(ResourceAction resourceAction)
void cacheResult(java.util.List<ResourceAction> resourceActions)
void clearCache()
clearCache
in interface BasePersistence
ResourceAction create(long resourceActionId)
ResourceAction remove(long resourceActionId) throws NoSuchResourceActionException, com.liferay.portal.SystemException
NoSuchResourceActionException
com.liferay.portal.SystemException
ResourceAction remove(ResourceAction resourceAction) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ResourceAction update(ResourceAction resourceAction) throws com.liferay.portal.SystemException
update(ResourceAction, boolean merge)
.
com.liferay.portal.SystemException
ResourceAction update(ResourceAction resourceAction, boolean merge) throws com.liferay.portal.SystemException
resourceAction
- 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 resourceAction is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
ResourceAction updateImpl(ResourceAction resourceAction, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ResourceAction findByPrimaryKey(long resourceActionId) throws NoSuchResourceActionException, com.liferay.portal.SystemException
NoSuchResourceActionException
com.liferay.portal.SystemException
ResourceAction fetchByPrimaryKey(long resourceActionId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ResourceAction> findByName(java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ResourceAction> findByName(java.lang.String name, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ResourceAction> findByName(java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ResourceAction findByName_First(java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchResourceActionException, com.liferay.portal.SystemException
NoSuchResourceActionException
com.liferay.portal.SystemException
ResourceAction findByName_Last(java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchResourceActionException, com.liferay.portal.SystemException
NoSuchResourceActionException
com.liferay.portal.SystemException
ResourceAction[] findByName_PrevAndNext(long resourceActionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchResourceActionException, com.liferay.portal.SystemException
NoSuchResourceActionException
com.liferay.portal.SystemException
ResourceAction findByN_A(java.lang.String name, java.lang.String actionId) throws NoSuchResourceActionException, com.liferay.portal.SystemException
NoSuchResourceActionException
com.liferay.portal.SystemException
ResourceAction fetchByN_A(java.lang.String name, java.lang.String actionId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ResourceAction fetchByN_A(java.lang.String name, java.lang.String actionId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
java.util.List<ResourceAction> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ResourceAction> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ResourceAction> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByName(java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByN_A(java.lang.String name, java.lang.String actionId) throws NoSuchResourceActionException, com.liferay.portal.SystemException
NoSuchResourceActionException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByName(java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByN_A(java.lang.String name, java.lang.String actionId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |