|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WikiPageResourcePersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
WikiPageResourcePersistenceImpl
,
WikiPageResourceUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<WikiPageResource> wikiPageResources)
|
void |
cacheResult(WikiPageResource wikiPageResource)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByN_T(long nodeId,
java.lang.String title)
|
WikiPageResource |
create(long resourcePrimKey)
|
WikiPageResource |
fetchByN_T(long nodeId,
java.lang.String title)
|
WikiPageResource |
fetchByN_T(long nodeId,
java.lang.String title,
boolean retrieveFromCache)
|
WikiPageResource |
fetchByPrimaryKey(long resourcePrimKey)
|
java.util.List<WikiPageResource> |
findAll()
|
java.util.List<WikiPageResource> |
findAll(int start,
int end)
|
java.util.List<WikiPageResource> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiPageResource |
findByN_T(long nodeId,
java.lang.String title)
|
WikiPageResource |
findByPrimaryKey(long resourcePrimKey)
|
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)
|
WikiPageResource |
remove(long resourcePrimKey)
|
WikiPageResource |
remove(WikiPageResource wikiPageResource)
|
void |
removeAll()
|
void |
removeByN_T(long nodeId,
java.lang.String title)
|
WikiPageResource |
update(WikiPageResource wikiPageResource)
Deprecated. Use update(WikiPageResource, boolean merge) . |
WikiPageResource |
update(WikiPageResource wikiPageResource,
boolean merge)
Add, update, or merge, the entity. |
WikiPageResource |
updateImpl(WikiPageResource wikiPageResource,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(WikiPageResource wikiPageResource)
void cacheResult(java.util.List<WikiPageResource> wikiPageResources)
void clearCache()
clearCache
in interface BasePersistence
WikiPageResource create(long resourcePrimKey)
WikiPageResource remove(long resourcePrimKey) throws com.liferay.portal.SystemException, NoSuchPageResourceException
com.liferay.portal.SystemException
NoSuchPageResourceException
WikiPageResource remove(WikiPageResource wikiPageResource) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiPageResource update(WikiPageResource wikiPageResource) throws com.liferay.portal.SystemException
update(WikiPageResource, boolean merge)
.
com.liferay.portal.SystemException
WikiPageResource update(WikiPageResource wikiPageResource, boolean merge) throws com.liferay.portal.SystemException
wikiPageResource
- 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 wikiPageResource is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
WikiPageResource updateImpl(WikiPageResource wikiPageResource, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiPageResource findByPrimaryKey(long resourcePrimKey) throws com.liferay.portal.SystemException, NoSuchPageResourceException
com.liferay.portal.SystemException
NoSuchPageResourceException
WikiPageResource fetchByPrimaryKey(long resourcePrimKey) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiPageResource findByN_T(long nodeId, java.lang.String title) throws com.liferay.portal.SystemException, NoSuchPageResourceException
com.liferay.portal.SystemException
NoSuchPageResourceException
WikiPageResource fetchByN_T(long nodeId, java.lang.String title) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiPageResource fetchByN_T(long nodeId, java.lang.String title, 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<WikiPageResource> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiPageResource> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiPageResource> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByN_T(long nodeId, java.lang.String title) throws com.liferay.portal.SystemException, NoSuchPageResourceException
com.liferay.portal.SystemException
NoSuchPageResourceException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByN_T(long nodeId, java.lang.String title) 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 |