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:

Method Summary
 void cacheResult(java.util.List<TagsSource> tagsSources)
           
 void cacheResult(TagsSource tagsSource)
           
 int countAll()
           
 TagsSource create(long sourceId)
           
 TagsSource fetchByPrimaryKey(long sourceId)
           
 java.util.List<TagsSource> findAll()
           
 java.util.List<TagsSource> findAll(int start, int end)
           
 java.util.List<TagsSource> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 TagsSource findByPrimaryKey(long sourceId)
           
 TagsSource remove(long sourceId)
           
 void removeAll()
           
 TagsSource update(TagsSource tagsSource)
          Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean).
 TagsSource updateImpl(TagsSource tagsSource, 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
 

Method Detail

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