com.liferay.portlet.tags.service.persistence
Interface TagsSourcePersistence
- All Superinterfaces:
- BasePersistence<TagsSource>
public interface TagsSourcePersistence
- extends BasePersistence<TagsSource>
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:
TagsSourcePersistenceImpl
,
TagsSourceUtil
- Generated:
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(TagsSource tagsSource)
cacheResult
void cacheResult(java.util.List<TagsSource> tagsSources)
create
TagsSource create(long sourceId)
remove
TagsSource remove(long sourceId)
throws com.liferay.portal.SystemException,
NoSuchSourceException
- Throws:
com.liferay.portal.SystemException
NoSuchSourceException
update
TagsSource update(TagsSource tagsSource)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
TagsSource updateImpl(TagsSource tagsSource,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
TagsSource findByPrimaryKey(long sourceId)
throws com.liferay.portal.SystemException,
NoSuchSourceException
- Throws:
com.liferay.portal.SystemException
NoSuchSourceException
fetchByPrimaryKey
TagsSource fetchByPrimaryKey(long sourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<TagsSource> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<TagsSource> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<TagsSource> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException