com.liferay.portlet.tags.service.persistence
Class TagsVocabularyPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tags.model.TagsVocabulary>, com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
public class TagsVocabularyPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
- implements com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
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:
TagsVocabularyPersistence
,
TagsVocabularyUtil
- Generated:
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> tagsVocabularies)
|
void |
cacheResult(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
|
void |
clearCache()
|
void |
clearCache(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
|
int |
countAll()
|
int |
countByC_F(long companyId,
boolean folksonomy)
|
int |
countByG_F(long groupId,
boolean folksonomy)
|
int |
countByG_N(long groupId,
java.lang.String name)
|
com.liferay.portlet.tags.model.TagsVocabulary |
create(long vocabularyId)
|
void |
destroy()
|
com.liferay.portlet.tags.model.TagsVocabulary |
fetchByG_N(long groupId,
java.lang.String name)
|
com.liferay.portlet.tags.model.TagsVocabulary |
fetchByG_N(long groupId,
java.lang.String name,
boolean retrieveFromCache)
|
com.liferay.portlet.tags.model.TagsVocabulary |
fetchByPrimaryKey(long vocabularyId)
|
com.liferay.portlet.tags.model.TagsVocabulary |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findAll()
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tags.model.TagsVocabulary |
findByC_F_First(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tags.model.TagsVocabulary |
findByC_F_Last(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tags.model.TagsVocabulary[] |
findByC_F_PrevAndNext(long vocabularyId,
long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findByC_F(long companyId,
boolean folksonomy)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findByC_F(long companyId,
boolean folksonomy,
int start,
int end)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findByC_F(long companyId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tags.model.TagsVocabulary |
findByG_F_First(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tags.model.TagsVocabulary |
findByG_F_Last(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tags.model.TagsVocabulary[] |
findByG_F_PrevAndNext(long vocabularyId,
long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findByG_F(long groupId,
boolean folksonomy)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findByG_F(long groupId,
boolean folksonomy,
int start,
int end)
|
java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> |
findByG_F(long groupId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tags.model.TagsVocabulary |
findByG_N(long groupId,
java.lang.String name)
|
com.liferay.portlet.tags.model.TagsVocabulary |
findByPrimaryKey(long vocabularyId)
|
com.liferay.portlet.tags.model.TagsVocabulary |
findByPrimaryKey(java.io.Serializable primaryKey)
|
protected com.liferay.portlet.tags.model.TagsVocabulary |
getByC_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary,
long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.tags.model.TagsVocabulary |
getByG_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary,
long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
com.liferay.portlet.tags.model.TagsVocabulary |
remove(long vocabularyId)
|
com.liferay.portlet.tags.model.TagsVocabulary |
remove(java.io.Serializable primaryKey)
|
void |
removeAll()
|
void |
removeByC_F(long companyId,
boolean folksonomy)
|
void |
removeByG_F(long groupId,
boolean folksonomy)
|
void |
removeByG_N(long groupId,
java.lang.String name)
|
protected com.liferay.portlet.tags.model.TagsVocabulary |
removeImpl(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
|
protected com.liferay.portlet.tags.model.TagsVocabulary |
toUnwrappedModel(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
|
com.liferay.portlet.tags.model.TagsVocabulary |
update(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean) . |
com.liferay.portlet.tags.model.TagsVocabulary |
updateImpl(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FETCH_BY_G_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_N
FINDER_PATH_COUNT_BY_G_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_N
FINDER_PATH_FIND_BY_G_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_F
FINDER_PATH_COUNT_BY_G_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_F
FINDER_PATH_FIND_BY_C_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_F
FINDER_PATH_COUNT_BY_C_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_F
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
tagsAssetPersistence
@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsAssetPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
tagsEntryPersistence
@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsEntryPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
tagsPropertyPersistence
@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence
tagsSourcePersistence
@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsSourcePersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence
tagsVocabularyPersistence
@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence tagsVocabularyPersistence
resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
TagsVocabularyPersistenceImpl
public TagsVocabularyPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
- Specified by:
cacheResult
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> tagsVocabularies)
- Specified by:
cacheResult
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tags.model.TagsVocabulary>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
clearCache
public void clearCache(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tags.model.TagsVocabulary>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
create
public com.liferay.portlet.tags.model.TagsVocabulary create(long vocabularyId)
- Specified by:
create
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
remove
public com.liferay.portlet.tags.model.TagsVocabulary remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tags.model.TagsVocabulary>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
remove
public com.liferay.portlet.tags.model.TagsVocabulary remove(long vocabularyId)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portlet.tags.model.TagsVocabulary removeImpl(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
throws com.liferay.portal.SystemException
- Overrides:
removeImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portlet.tags.model.TagsVocabulary update(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence#update(com.liferay.portal.model.BaseModel, boolean)
.
- Specified by:
update
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portlet.tags.model.TagsVocabulary updateImpl(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
- Throws:
com.liferay.portal.SystemException
toUnwrappedModel
protected com.liferay.portlet.tags.model.TagsVocabulary toUnwrappedModel(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
findByPrimaryKey
public com.liferay.portlet.tags.model.TagsVocabulary findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tags.model.TagsVocabulary>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portlet.tags.model.TagsVocabulary findByPrimaryKey(long vocabularyId)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.tags.model.TagsVocabulary fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tags.model.TagsVocabulary>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsVocabulary>
- Throws:
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.tags.model.TagsVocabulary fetchByPrimaryKey(long vocabularyId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByG_N
public com.liferay.portlet.tags.model.TagsVocabulary findByG_N(long groupId,
java.lang.String name)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByG_N
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
fetchByG_N
public com.liferay.portlet.tags.model.TagsVocabulary fetchByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
fetchByG_N
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
fetchByG_N
public com.liferay.portlet.tags.model.TagsVocabulary fetchByG_N(long groupId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByG_N
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByG_F
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findByG_F(long groupId,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
findByG_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByG_F
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findByG_F(long groupId,
boolean folksonomy,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByG_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByG_F
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findByG_F(long groupId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByG_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByG_F_First
public com.liferay.portlet.tags.model.TagsVocabulary findByG_F_First(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByG_F_First
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
findByG_F_Last
public com.liferay.portlet.tags.model.TagsVocabulary findByG_F_Last(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByG_F_Last
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
findByG_F_PrevAndNext
public com.liferay.portlet.tags.model.TagsVocabulary[] findByG_F_PrevAndNext(long vocabularyId,
long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByG_F_PrevAndNext
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
getByG_F_PrevAndNext
protected com.liferay.portlet.tags.model.TagsVocabulary getByG_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary,
long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByC_F
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findByC_F(long companyId,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
findByC_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByC_F
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findByC_F(long companyId,
boolean folksonomy,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByC_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByC_F
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findByC_F(long companyId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByC_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findByC_F_First
public com.liferay.portlet.tags.model.TagsVocabulary findByC_F_First(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByC_F_First
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
findByC_F_Last
public com.liferay.portlet.tags.model.TagsVocabulary findByC_F_Last(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByC_F_Last
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
findByC_F_PrevAndNext
public com.liferay.portlet.tags.model.TagsVocabulary[] findByC_F_PrevAndNext(long vocabularyId,
long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
findByC_F_PrevAndNext
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
getByC_F_PrevAndNext
protected com.liferay.portlet.tags.model.TagsVocabulary getByC_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary,
long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findAll
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
removeByG_N
public void removeByG_N(long groupId,
java.lang.String name)
throws com.liferay.portlet.tags.NoSuchVocabularyException,
com.liferay.portal.SystemException
- Specified by:
removeByG_N
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portlet.tags.NoSuchVocabularyException
com.liferay.portal.SystemException
removeByG_F
public void removeByG_F(long groupId,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
removeByG_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
removeByC_F
public void removeByC_F(long companyId,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
removeByC_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
countByG_N
public int countByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
countByG_N
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
countByG_F
public int countByG_F(long groupId,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
countByG_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
countByC_F
public int countByC_F(long companyId,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
countByC_F
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence
- Throws:
com.liferay.portal.SystemException
afterPropertiesSet
public void afterPropertiesSet()
destroy
public void destroy()