com.liferay.portlet.tags.service
Interface TagsAssetLocalService
- public interface TagsAssetLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.tags.service.impl.TagsAssetLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsAssetLocalServiceFactory
,
TagsAssetLocalServiceUtil
Method Summary |
TagsAsset |
addTagsAsset(TagsAsset model)
|
void |
afterPropertiesSet()
|
void |
deleteAsset(long assetId)
|
void |
deleteAsset(java.lang.String className,
long classPK)
|
void |
deleteAsset(TagsAsset asset)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
TagsAsset |
getAsset(long assetId)
|
TagsAsset |
getAsset(java.lang.String className,
long classPK)
|
java.util.List |
getAssets(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
|
java.util.List |
getAssets(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
int begin,
int end)
|
java.util.List |
getAssets(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
|
java.util.List |
getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
|
java.util.List |
getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
int begin,
int end)
|
java.util.List |
getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
|
int |
getAssetsCount(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount)
|
int |
getAssetsCount(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate)
|
int |
getAssetsCount(long groupId,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount)
|
int |
getAssetsCount(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate)
|
TagsAssetType[] |
getAssetTypes(java.lang.String languageId)
|
BlogsEntryFinder |
getBlogsEntryFinder()
|
BlogsEntryPersistence |
getBlogsEntryPersistence()
|
BookmarksEntryFinder |
getBookmarksEntryFinder()
|
BookmarksEntryPersistence |
getBookmarksEntryPersistence()
|
TagsAssetDisplay[] |
getCompanyAssetDisplays(long companyId,
int begin,
int end,
java.lang.String languageId)
|
java.util.List |
getCompanyAssets(long companyId,
int begin,
int end)
|
int |
getCompanyAssetsCount(long companyId)
|
CompanyPersistence |
getCompanyPersistence()
|
DLFileEntryFinder |
getDLFileEntryFinder()
|
DLFileEntryPersistence |
getDLFileEntryPersistence()
|
GroupFinder |
getGroupFinder()
|
GroupPersistence |
getGroupPersistence()
|
JournalArticleFinder |
getJournalArticleFinder()
|
JournalArticlePersistence |
getJournalArticlePersistence()
|
JournalArticleResourcePersistence |
getJournalArticleResourcePersistence()
|
MBMessageFinder |
getMBMessageFinder()
|
MBMessagePersistence |
getMBMessagePersistence()
|
TagsAssetFinder |
getTagsAssetFinder()
|
TagsAssetPersistence |
getTagsAssetPersistence()
|
TagsEntryFinder |
getTagsEntryFinder()
|
TagsEntryPersistence |
getTagsEntryPersistence()
|
TagsPropertyFinder |
getTagsPropertyFinder()
|
TagsPropertyKeyFinder |
getTagsPropertyKeyFinder()
|
TagsPropertyPersistence |
getTagsPropertyPersistence()
|
TagsSourcePersistence |
getTagsSourcePersistence()
|
java.util.List |
getTopViewedAssets(java.lang.String[] className,
boolean asc,
int begin,
int end)
|
java.util.List |
getTopViewedAssets(java.lang.String className,
boolean asc,
int begin,
int end)
|
UserFinder |
getUserFinder()
|
UserPersistence |
getUserPersistence()
|
WikiPageFinder |
getWikiPageFinder()
|
WikiPagePersistence |
getWikiPagePersistence()
|
WikiPageResourcePersistence |
getWikiPageResourcePersistence()
|
TagsAsset |
incrementViewCounter(java.lang.String className,
long classPK)
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
java.lang.String portletId,
java.lang.String keywords)
|
TagsAssetDisplay[] |
searchAssetDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int begin,
int end)
|
int |
searchAssetDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
|
void |
setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
|
void |
setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
|
void |
setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
|
void |
setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
|
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
|
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
|
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
|
void |
setGroupFinder(GroupFinder groupFinder)
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
|
void |
setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
|
void |
setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
|
void |
setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
|
void |
setMBMessageFinder(MBMessageFinder mbMessageFinder)
|
void |
setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
|
void |
setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)
|
void |
setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)
|
void |
setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)
|
void |
setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)
|
void |
setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)
|
void |
setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)
|
void |
setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)
|
void |
setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)
|
void |
setUserFinder(UserFinder userFinder)
|
void |
setUserPersistence(UserPersistence userPersistence)
|
void |
setWikiPageFinder(WikiPageFinder wikiPageFinder)
|
void |
setWikiPagePersistence(WikiPagePersistence wikiPagePersistence)
|
void |
setWikiPageResourcePersistence(WikiPageResourcePersistence wikiPageResourcePersistence)
|
TagsAsset |
updateAsset(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String[] entryNames)
|
TagsAsset |
updateAsset(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String[] entryNames,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date publishDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width,
java.lang.Integer priority)
|
TagsAsset |
updateAsset(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String[] entryNames,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date publishDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
TagsAsset |
updateTagsAsset(TagsAsset model)
|
void |
validate(java.lang.String className,
java.lang.String[] entryNames)
|
addTagsAsset
public TagsAsset addTagsAsset(TagsAsset model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateTagsAsset
public TagsAsset updateTagsAsset(TagsAsset model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsAssetPersistence
public TagsAssetPersistence getTagsAssetPersistence()
setTagsAssetPersistence
public void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)
getTagsAssetFinder
public TagsAssetFinder getTagsAssetFinder()
setTagsAssetFinder
public void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)
getTagsEntryPersistence
public TagsEntryPersistence getTagsEntryPersistence()
setTagsEntryPersistence
public void setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)
getTagsEntryFinder
public TagsEntryFinder getTagsEntryFinder()
setTagsEntryFinder
public void setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)
getTagsPropertyPersistence
public TagsPropertyPersistence getTagsPropertyPersistence()
setTagsPropertyPersistence
public void setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)
getTagsPropertyFinder
public TagsPropertyFinder getTagsPropertyFinder()
setTagsPropertyFinder
public void setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)
getTagsPropertyKeyFinder
public TagsPropertyKeyFinder getTagsPropertyKeyFinder()
setTagsPropertyKeyFinder
public void setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)
getTagsSourcePersistence
public TagsSourcePersistence getTagsSourcePersistence()
setTagsSourcePersistence
public void setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)
getCompanyPersistence
public CompanyPersistence getCompanyPersistence()
setCompanyPersistence
public void setCompanyPersistence(CompanyPersistence companyPersistence)
getGroupPersistence
public GroupPersistence getGroupPersistence()
setGroupPersistence
public void setGroupPersistence(GroupPersistence groupPersistence)
getGroupFinder
public GroupFinder getGroupFinder()
setGroupFinder
public void setGroupFinder(GroupFinder groupFinder)
getUserPersistence
public UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(UserPersistence userPersistence)
getUserFinder
public UserFinder getUserFinder()
setUserFinder
public void setUserFinder(UserFinder userFinder)
getBlogsEntryPersistence
public BlogsEntryPersistence getBlogsEntryPersistence()
setBlogsEntryPersistence
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
getBlogsEntryFinder
public BlogsEntryFinder getBlogsEntryFinder()
setBlogsEntryFinder
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
getBookmarksEntryPersistence
public BookmarksEntryPersistence getBookmarksEntryPersistence()
setBookmarksEntryPersistence
public void setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
getBookmarksEntryFinder
public BookmarksEntryFinder getBookmarksEntryFinder()
setBookmarksEntryFinder
public void setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
getDLFileEntryPersistence
public DLFileEntryPersistence getDLFileEntryPersistence()
setDLFileEntryPersistence
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
getDLFileEntryFinder
public DLFileEntryFinder getDLFileEntryFinder()
setDLFileEntryFinder
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
getJournalArticlePersistence
public JournalArticlePersistence getJournalArticlePersistence()
setJournalArticlePersistence
public void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
getJournalArticleFinder
public JournalArticleFinder getJournalArticleFinder()
setJournalArticleFinder
public void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
getJournalArticleResourcePersistence
public JournalArticleResourcePersistence getJournalArticleResourcePersistence()
setJournalArticleResourcePersistence
public void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
getMBMessagePersistence
public MBMessagePersistence getMBMessagePersistence()
setMBMessagePersistence
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
getMBMessageFinder
public MBMessageFinder getMBMessageFinder()
setMBMessageFinder
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
getWikiPagePersistence
public WikiPagePersistence getWikiPagePersistence()
setWikiPagePersistence
public void setWikiPagePersistence(WikiPagePersistence wikiPagePersistence)
getWikiPageFinder
public WikiPageFinder getWikiPageFinder()
setWikiPageFinder
public void setWikiPageFinder(WikiPageFinder wikiPageFinder)
getWikiPageResourcePersistence
public WikiPageResourcePersistence getWikiPageResourcePersistence()
setWikiPageResourcePersistence
public void setWikiPageResourcePersistence(WikiPageResourcePersistence wikiPageResourcePersistence)
afterPropertiesSet
public void afterPropertiesSet()
deleteAsset
public void deleteAsset(long assetId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteAsset
public void deleteAsset(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteAsset
public void deleteAsset(TagsAsset asset)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getAsset
public TagsAsset getAsset(long assetId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getAsset
public TagsAsset getAsset(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getAssetTypes
public TagsAssetType[] getAssetTypes(java.lang.String languageId)
getAssets
public java.util.List getAssets(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssets
public java.util.List getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssets
public java.util.List getAssets(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssets
public java.util.List getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssets
public java.util.List getAssets(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssets
public java.util.List getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssetsCount
public int getAssetsCount(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssetsCount
public int getAssetsCount(long groupId,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssetsCount
public int getAssetsCount(long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getAssetsCount
public int getAssetsCount(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyAssetDisplays
public TagsAssetDisplay[] getCompanyAssetDisplays(long companyId,
int begin,
int end,
java.lang.String languageId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getCompanyAssets
public java.util.List getCompanyAssets(long companyId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyAssetsCount
public int getCompanyAssetsCount(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTopViewedAssets
public java.util.List getTopViewedAssets(java.lang.String className,
boolean asc,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTopViewedAssets
public java.util.List getTopViewedAssets(java.lang.String[] className,
boolean asc,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
incrementViewCounter
public TagsAsset incrementViewCounter(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
java.lang.String portletId,
java.lang.String keywords)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
searchAssetDisplays
public TagsAssetDisplay[] searchAssetDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int begin,
int end)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
searchAssetDisplaysCount
public int searchAssetDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateAsset
public TagsAsset updateAsset(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String[] entryNames)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateAsset
public TagsAsset updateAsset(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String[] entryNames,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date publishDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width,
java.lang.Integer priority)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateAsset
public TagsAsset updateAsset(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String[] entryNames,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date publishDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width,
java.lang.Integer priority,
boolean sync)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
validate
public void validate(java.lang.String className,
java.lang.String[] entryNames)
throws com.liferay.portal.PortalException
- Throws:
com.liferay.portal.PortalException