com.liferay.portlet.tags.service
Class TagsEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.tags.service.TagsEntryLocalServiceWrapper
- All Implemented Interfaces:
- TagsEntryLocalService
public class TagsEntryLocalServiceWrapper
- extends java.lang.Object
- implements TagsEntryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for TagsEntryLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsEntryLocalService
- Generated:
Method Summary |
TagsEntry |
addEntry(long userId,
java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties,
ServiceContext serviceContext)
|
void |
addEntryResources(TagsEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addEntryResources(TagsEntry entry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
TagsEntry |
addTagsEntry(TagsEntry tagsEntry)
|
void |
checkEntries(long userId,
long groupId,
java.lang.String[] names)
|
TagsEntry |
createTagsEntry(long entryId)
|
void |
deleteEntry(long entryId)
|
void |
deleteEntry(TagsEntry entry)
|
void |
deleteTagsEntry(long entryId)
|
void |
deleteTagsEntry(TagsEntry tagsEntry)
|
void |
deleteVocabularyEntries(long vocabularyId)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<TagsEntry> |
getAssetEntries(long assetId,
boolean folksonomy)
|
java.util.List<TagsEntry> |
getEntries()
|
java.util.List<TagsEntry> |
getEntries(boolean folksonomy)
|
java.util.List<TagsEntry> |
getEntries(long classNameId,
long classPK)
|
java.util.List<TagsEntry> |
getEntries(long classNameId,
long classPK,
boolean folksonomy)
|
java.util.List<TagsEntry> |
getEntries(long groupId,
long classNameId,
java.lang.String name)
|
java.util.List<TagsEntry> |
getEntries(long groupId,
long classNameId,
java.lang.String name,
int start,
int end)
|
java.util.List<TagsEntry> |
getEntries(java.lang.String className,
long classPK)
|
java.util.List<TagsEntry> |
getEntries(java.lang.String className,
long classPK,
boolean folksonomy)
|
int |
getEntriesSize(long groupId,
long classNameId,
java.lang.String name)
|
TagsEntry |
getEntry(long entryId)
|
TagsEntry |
getEntry(long groupId,
java.lang.String name)
|
TagsEntry |
getEntry(long groupId,
java.lang.String name,
boolean folksonomy)
|
long[] |
getEntryIds(long groupId,
java.lang.String[] names)
|
long[] |
getEntryIds(long groupId,
java.lang.String[] names,
boolean folksonomy)
|
java.lang.String[] |
getEntryNames()
|
java.lang.String[] |
getEntryNames(boolean folksonomy)
|
java.lang.String[] |
getEntryNames(long classNameId,
long classPK)
|
java.lang.String[] |
getEntryNames(long classNameId,
long classPK,
boolean folksonomy)
|
java.lang.String[] |
getEntryNames(java.lang.String className,
long classPK)
|
java.lang.String[] |
getEntryNames(java.lang.String className,
long classPK,
boolean folksonomy)
|
java.util.List<TagsEntry> |
getGroupVocabularyEntries(long groupId,
java.lang.String vocabularyName)
|
java.util.List<TagsEntry> |
getGroupVocabularyEntries(long groupId,
java.lang.String parentEntryName,
java.lang.String vocabularyName)
|
java.util.List<TagsEntry> |
getGroupVocabularyRootEntries(long groupId,
java.lang.String vocabularyName)
|
java.util.List<TagsEntry> |
getTagsEntries(int start,
int end)
|
int |
getTagsEntriesCount()
|
TagsEntry |
getTagsEntry(long entryId)
|
TagsEntryLocalService |
getWrappedTagsEntryLocalService()
|
boolean |
hasEntry(long groupId,
java.lang.String name,
boolean folksonomy)
|
void |
mergeEntries(long fromEntryId,
long toEntryId)
|
com.liferay.portal.kernel.json.JSONArray |
search(long groupId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
|
TagsEntry |
updateEntry(long userId,
long entryId,
java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties)
|
TagsEntry |
updateTagsEntry(TagsEntry tagsEntry)
|
TagsEntry |
updateTagsEntry(TagsEntry tagsEntry,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsEntryLocalServiceWrapper
public TagsEntryLocalServiceWrapper(TagsEntryLocalService tagsEntryLocalService)
addTagsEntry
public TagsEntry addTagsEntry(TagsEntry tagsEntry)
throws com.liferay.portal.SystemException
- Specified by:
addTagsEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
createTagsEntry
public TagsEntry createTagsEntry(long entryId)
- Specified by:
createTagsEntry
in interface TagsEntryLocalService
deleteTagsEntry
public void deleteTagsEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteTagsEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTagsEntry
public void deleteTagsEntry(TagsEntry tagsEntry)
throws com.liferay.portal.SystemException
- Specified by:
deleteTagsEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getTagsEntry
public TagsEntry getTagsEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getTagsEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTagsEntries
public java.util.List<TagsEntry> getTagsEntries(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getTagsEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getTagsEntriesCount
public int getTagsEntriesCount()
throws com.liferay.portal.SystemException
- Specified by:
getTagsEntriesCount
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsEntry
public TagsEntry updateTagsEntry(TagsEntry tagsEntry)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsEntry
public TagsEntry updateTagsEntry(TagsEntry tagsEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
addEntry
public TagsEntry addEntry(long userId,
java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(TagsEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(TagsEntry entry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
checkEntries
public void checkEntries(long userId,
long groupId,
java.lang.String[] names)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
checkEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(TagsEntry entry)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteVocabularyEntries
public void deleteVocabularyEntries(long vocabularyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteVocabularyEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAssetEntries
public java.util.List<TagsEntry> getAssetEntries(long assetId,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
getAssetEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries()
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries(boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries(long classNameId,
long classPK,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries(long groupId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries(long groupId,
long classNameId,
java.lang.String name,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<TagsEntry> getEntries(java.lang.String className,
long classPK,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntriesSize
public int getEntriesSize(long groupId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
getEntriesSize
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntry
public TagsEntry getEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntry
public TagsEntry getEntry(long groupId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntry
public TagsEntry getEntry(long groupId,
java.lang.String name,
boolean folksonomy)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntryIds
public long[] getEntryIds(long groupId,
java.lang.String[] names)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntryIds
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntryIds
public long[] getEntryIds(long groupId,
java.lang.String[] names,
boolean folksonomy)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntryIds
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntryNames
public java.lang.String[] getEntryNames()
throws com.liferay.portal.SystemException
- Specified by:
getEntryNames
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntryNames
public java.lang.String[] getEntryNames(boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
getEntryNames
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntryNames
public java.lang.String[] getEntryNames(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getEntryNames
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntryNames
public java.lang.String[] getEntryNames(long classNameId,
long classPK,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
getEntryNames
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntryNames
public java.lang.String[] getEntryNames(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getEntryNames
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntryNames
public java.lang.String[] getEntryNames(java.lang.String className,
long classPK,
boolean folksonomy)
throws com.liferay.portal.SystemException
- Specified by:
getEntryNames
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupVocabularyEntries
public java.util.List<TagsEntry> getGroupVocabularyEntries(long groupId,
java.lang.String vocabularyName)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getGroupVocabularyEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getGroupVocabularyEntries
public java.util.List<TagsEntry> getGroupVocabularyEntries(long groupId,
java.lang.String parentEntryName,
java.lang.String vocabularyName)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getGroupVocabularyEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getGroupVocabularyRootEntries
public java.util.List<TagsEntry> getGroupVocabularyRootEntries(long groupId,
java.lang.String vocabularyName)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getGroupVocabularyRootEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
hasEntry
public boolean hasEntry(long groupId,
java.lang.String name,
boolean folksonomy)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
hasEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
mergeEntries
public void mergeEntries(long fromEntryId,
long toEntryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
mergeEntries
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
search
public com.liferay.portal.kernel.json.JSONArray search(long groupId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
search
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateEntry
public TagsEntry updateEntry(long userId,
long entryId,
java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEntry
in interface TagsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedTagsEntryLocalService
public TagsEntryLocalService getWrappedTagsEntryLocalService()