com.liferay.portlet.tags.service.persistence
Interface TagsSourcePersistence
- public interface TagsSourcePersistence
View Source
- Author:
- Brian Wing Shun Chan
create
public TagsSource create(long sourceId)
remove
public TagsSource remove(long sourceId)
throws com.liferay.portal.SystemException,
NoSuchSourceException
- Throws:
com.liferay.portal.SystemException
NoSuchSourceException
remove
public TagsSource remove(TagsSource tagsSource)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public TagsSource update(TagsSource tagsSource)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public TagsSource update(TagsSource tagsSource,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateImpl
public TagsSource updateImpl(TagsSource tagsSource,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public TagsSource findByPrimaryKey(long sourceId)
throws com.liferay.portal.SystemException,
NoSuchSourceException
- Throws:
com.liferay.portal.SystemException
NoSuchSourceException
fetchByPrimaryKey
public TagsSource fetchByPrimaryKey(long sourceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException