com.liferay.portlet.wiki.service.persistence
Interface WikiPageResourcePersistence
- All Superinterfaces:
- BasePersistence<WikiPageResource>
public interface WikiPageResourcePersistence
- extends BasePersistence<WikiPageResource>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
WikiPageResourcePersistenceImpl
,
WikiPageResourceUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<WikiPageResource> wikiPageResources)
|
void |
cacheResult(WikiPageResource wikiPageResource)
|
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 orderByComparator)
|
WikiPageResource |
findByN_T(long nodeId,
java.lang.String title)
|
WikiPageResource |
findByPrimaryKey(long resourcePrimKey)
|
WikiPageResource |
remove(long resourcePrimKey)
|
void |
removeAll()
|
void |
removeByN_T(long nodeId,
java.lang.String title)
|
WikiPageResource |
update(WikiPageResource wikiPageResource)
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean) . |
WikiPageResource |
updateImpl(WikiPageResource wikiPageResource,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update |
cacheResult
void cacheResult(WikiPageResource wikiPageResource)
cacheResult
void cacheResult(java.util.List<WikiPageResource> wikiPageResources)
create
WikiPageResource create(long resourcePrimKey)
remove
WikiPageResource remove(long resourcePrimKey)
throws com.liferay.portal.SystemException,
NoSuchPageResourceException
- Throws:
com.liferay.portal.SystemException
NoSuchPageResourceException
update
WikiPageResource update(WikiPageResource wikiPageResource)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
WikiPageResource updateImpl(WikiPageResource wikiPageResource,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
WikiPageResource findByPrimaryKey(long resourcePrimKey)
throws com.liferay.portal.SystemException,
NoSuchPageResourceException
- Throws:
com.liferay.portal.SystemException
NoSuchPageResourceException
fetchByPrimaryKey
WikiPageResource fetchByPrimaryKey(long resourcePrimKey)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByN_T
WikiPageResource findByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.SystemException,
NoSuchPageResourceException
- Throws:
com.liferay.portal.SystemException
NoSuchPageResourceException
fetchByN_T
WikiPageResource fetchByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByN_T
WikiPageResource fetchByN_T(long nodeId,
java.lang.String title,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<WikiPageResource> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<WikiPageResource> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<WikiPageResource> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByN_T
void removeByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.SystemException,
NoSuchPageResourceException
- Throws:
com.liferay.portal.SystemException
NoSuchPageResourceException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByN_T
int countByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException