|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TagsVocabularyPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
TagsVocabularyPersistenceImpl,
TagsVocabularyUtil| Method Summary | |
|---|---|
void |
cacheResult(java.util.List<TagsVocabulary> tagsVocabularies)
|
void |
cacheResult(TagsVocabulary tagsVocabulary)
|
void |
clearCache()
|
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)
|
TagsVocabulary |
create(long vocabularyId)
|
TagsVocabulary |
fetchByG_N(long groupId,
java.lang.String name)
|
TagsVocabulary |
fetchByG_N(long groupId,
java.lang.String name,
boolean retrieveFromCache)
|
TagsVocabulary |
fetchByPrimaryKey(long vocabularyId)
|
java.util.List<TagsVocabulary> |
findAll()
|
java.util.List<TagsVocabulary> |
findAll(int start,
int end)
|
java.util.List<TagsVocabulary> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsVocabulary |
findByC_F_First(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsVocabulary |
findByC_F_Last(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsVocabulary[] |
findByC_F_PrevAndNext(long vocabularyId,
long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TagsVocabulary> |
findByC_F(long companyId,
boolean folksonomy)
|
java.util.List<TagsVocabulary> |
findByC_F(long companyId,
boolean folksonomy,
int start,
int end)
|
java.util.List<TagsVocabulary> |
findByC_F(long companyId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsVocabulary |
findByG_F_First(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsVocabulary |
findByG_F_Last(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsVocabulary[] |
findByG_F_PrevAndNext(long vocabularyId,
long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TagsVocabulary> |
findByG_F(long groupId,
boolean folksonomy)
|
java.util.List<TagsVocabulary> |
findByG_F(long groupId,
boolean folksonomy,
int start,
int end)
|
java.util.List<TagsVocabulary> |
findByG_F(long groupId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsVocabulary |
findByG_N(long groupId,
java.lang.String name)
|
TagsVocabulary |
findByPrimaryKey(long vocabularyId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
TagsVocabulary |
remove(long vocabularyId)
|
TagsVocabulary |
remove(TagsVocabulary tagsVocabulary)
|
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)
|
TagsVocabulary |
update(TagsVocabulary tagsVocabulary)
Deprecated. Use update(TagsVocabulary, boolean merge). |
TagsVocabulary |
update(TagsVocabulary tagsVocabulary,
boolean merge)
Add, update, or merge, the entity. |
TagsVocabulary |
updateImpl(TagsVocabulary tagsVocabulary,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
getListeners, registerListener, unregisterListener |
| Method Detail |
|---|
void cacheResult(TagsVocabulary tagsVocabulary)
void cacheResult(java.util.List<TagsVocabulary> tagsVocabularies)
void clearCache()
clearCache in interface BasePersistenceTagsVocabulary create(long vocabularyId)
TagsVocabulary remove(long vocabularyId)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
TagsVocabulary remove(TagsVocabulary tagsVocabulary)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsVocabulary update(TagsVocabulary tagsVocabulary)
throws com.liferay.portal.SystemException
update(TagsVocabulary, boolean merge).
com.liferay.portal.SystemException
TagsVocabulary update(TagsVocabulary tagsVocabulary,
boolean merge)
throws com.liferay.portal.SystemException
tagsVocabulary - the entity to add, update, or mergemerge - boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when tagsVocabulary is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
TagsVocabulary updateImpl(TagsVocabulary tagsVocabulary,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsVocabulary findByPrimaryKey(long vocabularyId)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
TagsVocabulary fetchByPrimaryKey(long vocabularyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsVocabulary findByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
TagsVocabulary fetchByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsVocabulary fetchByG_N(long groupId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findByG_F(long groupId,
boolean folksonomy)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findByG_F(long groupId,
boolean folksonomy,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findByG_F(long groupId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsVocabulary findByG_F_First(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
TagsVocabulary findByG_F_Last(long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
TagsVocabulary[] findByG_F_PrevAndNext(long vocabularyId,
long groupId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
java.util.List<TagsVocabulary> findByC_F(long companyId,
boolean folksonomy)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findByC_F(long companyId,
boolean folksonomy,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findByC_F(long companyId,
boolean folksonomy,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsVocabulary findByC_F_First(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
TagsVocabulary findByC_F_Last(long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
TagsVocabulary[] findByC_F_PrevAndNext(long vocabularyId,
long companyId,
boolean folksonomy,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsVocabulary> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchVocabularyException
com.liferay.portal.SystemException
NoSuchVocabularyException
void removeByG_F(long groupId,
boolean folksonomy)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_F(long companyId,
boolean folksonomy)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_F(long groupId,
boolean folksonomy)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_F(long companyId,
boolean folksonomy)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||