public class AssetEntryLocalServiceImpl extends AssetEntryLocalServiceBaseImpl
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyFinder, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, bookmarksEntryFinder, bookmarksEntryLocalService, bookmarksEntryPersistence, bookmarksEntryService, companyLocalService, companyPersistence, companyService, counterLocalService, dlAppLocalService, dlAppService, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileEntryService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, groupFinder, groupLocalService, groupPersistence, groupService, journalArticleFinder, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, persistedModelLocalServiceRegistry, resourceLocalService, socialActivityCounterFinder, socialActivityCounterLocalService, socialActivityCounterPersistence, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, socialActivityService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService, wikiPageFinder, wikiPageLocalService, wikiPagePersistence, wikiPageResourceLocalService, wikiPageResourcePersistence, wikiPageService| Constructor and Description |
|---|
AssetEntryLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(com.liferay.portlet.asset.model.AssetEntry entry) |
void |
deleteEntry(long entryId) |
void |
deleteEntry(java.lang.String className,
long classPK) |
com.liferay.portlet.asset.model.AssetEntry |
fetchEntry(long entryId) |
com.liferay.portlet.asset.model.AssetEntry |
fetchEntry(long groupId,
java.lang.String classUuid) |
com.liferay.portlet.asset.model.AssetEntry |
fetchEntry(java.lang.String className,
long classPK) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAncestorEntries(long entryId) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getChildEntries(long entryId) |
protected long[] |
getClassNameIds(long companyId,
java.lang.String className) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end) |
int |
getCompanyEntriesCount(long companyId) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getEntries(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery) |
int |
getEntriesCount(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery) |
protected com.liferay.portlet.asset.model.AssetEntry |
getEntry(com.liferay.portal.kernel.search.Document document) |
com.liferay.portlet.asset.model.AssetEntry |
getEntry(long entryId) |
com.liferay.portlet.asset.model.AssetEntry |
getEntry(long groupId,
java.lang.String classUuid) |
com.liferay.portlet.asset.model.AssetEntry |
getEntry(java.lang.String className,
long classPK) |
com.liferay.portlet.asset.model.AssetEntry |
getNextEntry(long entryId) |
com.liferay.portlet.asset.model.AssetEntry |
getParentEntry(long entryId) |
com.liferay.portlet.asset.model.AssetEntry |
getPreviousEntry(long entryId) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getTopViewedEntries(java.lang.String[] className,
boolean asc,
int start,
int end) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getTopViewedEntries(java.lang.String className,
boolean asc,
int start,
int end) |
com.liferay.portlet.asset.model.AssetEntry |
incrementViewCounter(long userId,
java.lang.String className,
long classPK) |
com.liferay.portlet.asset.model.AssetEntry |
incrementViewCounter(long userId,
java.lang.String className,
long classPK,
int increment) |
protected void |
reindex(com.liferay.portlet.asset.model.AssetEntry entry) |
void |
reindex(java.util.List<com.liferay.portlet.asset.model.AssetEntry> entries) |
com.liferay.portal.kernel.search.Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String keywords,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long, long[], long,
String, String, int, int, int) |
com.liferay.portal.kernel.search.Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String keywords,
int status,
int start,
int end) |
com.liferay.portal.kernel.search.Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String userName,
java.lang.String title,
java.lang.String description,
java.lang.String assetCategoryIds,
java.lang.String assetTagNames,
boolean andSearch,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long, long[], long,
String, String, String, String, String, String, int, boolean,
int, int) |
com.liferay.portal.kernel.search.Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String userName,
java.lang.String title,
java.lang.String description,
java.lang.String assetCategoryIds,
java.lang.String assetTagNames,
int status,
boolean andSearch,
int start,
int end) |
com.liferay.portal.kernel.search.Hits |
search(long companyId,
long[] groupIds,
java.lang.String className,
java.lang.String keywords,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long, long[], long,
String, String, int, int, int) |
com.liferay.portlet.asset.model.AssetEntry |
updateEntry(long userId,
long groupId,
java.util.Date createDate,
java.util.Date modifiedDate,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync) |
com.liferay.portlet.asset.model.AssetEntry |
updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
long[] categoryIds,
java.lang.String[] tagNames) |
com.liferay.portlet.asset.model.AssetEntry |
updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
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,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
com.liferay.portlet.asset.model.AssetEntry |
updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
com.liferay.portlet.asset.model.AssetEntry |
updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
boolean visible) |
com.liferay.portlet.asset.model.AssetEntry |
updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
java.util.Date expirationDate,
boolean visible) |
protected com.liferay.portlet.asset.model.AssetEntry |
updateVisible(com.liferay.portlet.asset.model.AssetEntry entry,
boolean visible) |
com.liferay.portlet.asset.model.AssetEntry |
updateVisible(java.lang.String className,
long classPK,
boolean visible) |
void |
validate(long groupId,
java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames) |
addAssetCategoryAssetEntries, addAssetCategoryAssetEntries, addAssetCategoryAssetEntry, addAssetCategoryAssetEntry, addAssetEntry, addAssetTagAssetEntries, addAssetTagAssetEntries, addAssetTagAssetEntry, addAssetTagAssetEntry, afterPropertiesSet, clearAssetCategoryAssetEntries, clearAssetTagAssetEntries, createAssetEntry, deleteAssetCategoryAssetEntries, deleteAssetCategoryAssetEntries, deleteAssetCategoryAssetEntry, deleteAssetCategoryAssetEntry, deleteAssetEntry, deleteAssetEntry, deleteAssetTagAssetEntries, deleteAssetTagAssetEntries, deleteAssetTagAssetEntry, deleteAssetTagAssetEntry, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetEntry, getAssetCategoryAssetEntries, getAssetCategoryAssetEntries, getAssetCategoryAssetEntries, getAssetCategoryAssetEntriesCount, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntries, getAssetEntriesCount, getAssetEntry, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagAssetEntries, getAssetTagAssetEntries, getAssetTagAssetEntries, getAssetTagAssetEntriesCount, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularyFinder, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getBeanIdentifier, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBookmarksEntryFinder, getBookmarksEntryLocalService, getBookmarksEntryPersistence, getBookmarksEntryService, getCompanyLocalService, getCompanyPersistence, getCompanyService, getCounterLocalService, getDLAppLocalService, getDLAppService, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileEntryService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getJournalArticleFinder, getJournalArticleLocalService, getJournalArticlePersistence, getJournalArticleResourceLocalService, getJournalArticleResourcePersistence, getJournalArticleService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getSocialActivityCounterFinder, getSocialActivityCounterLocalService, getSocialActivityCounterPersistence, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWikiPageFinder, getWikiPageLocalService, getWikiPagePersistence, getWikiPageResourceLocalService, getWikiPageResourcePersistence, getWikiPageService, hasAssetCategoryAssetEntries, hasAssetCategoryAssetEntry, hasAssetTagAssetEntries, hasAssetTagAssetEntry, runSQL, setAssetCategoryAssetEntries, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagAssetEntries, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyFinder, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setBeanIdentifier, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBookmarksEntryFinder, setBookmarksEntryLocalService, setBookmarksEntryPersistence, setBookmarksEntryService, setCompanyLocalService, setCompanyPersistence, setCompanyService, setCounterLocalService, setDLAppLocalService, setDLAppService, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileEntryService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setJournalArticleFinder, setJournalArticleLocalService, setJournalArticlePersistence, setJournalArticleResourceLocalService, setJournalArticleResourcePersistence, setJournalArticleService, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setResourceLocalService, setSocialActivityCounterFinder, setSocialActivityCounterLocalService, setSocialActivityCounterPersistence, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWikiPageFinder, setWikiPageLocalService, setWikiPagePersistence, setWikiPageResourceLocalService, setWikiPageResourcePersistence, setWikiPageService, updateAssetEntrypublic void deleteEntry(com.liferay.portlet.asset.model.AssetEntry entry)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteEntry(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry fetchEntry(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry fetchEntry(long groupId,
java.lang.String classUuid)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry fetchEntry(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAncestorEntries(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getChildEntries(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getCompanyEntries(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getCompanyEntriesCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getEntries(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getEntriesCount(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry getEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry getEntry(long groupId,
java.lang.String classUuid)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry getEntry(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry getNextEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry getParentEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry getPreviousEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getTopViewedEntries(java.lang.String className,
boolean asc,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getTopViewedEntries(java.lang.String[] className,
boolean asc,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry incrementViewCounter(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException@BufferedIncrement(configuration="AssetEntry",
incrementClass=com.liferay.portal.kernel.increment.NumberIncrement.class)
public com.liferay.portlet.asset.model.AssetEntry incrementViewCounter(long userId,
java.lang.String className,
long classPK,
int increment)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void reindex(java.util.List<com.liferay.portlet.asset.model.AssetEntry> entries)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.Hits search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String keywords,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
search(long, long[], long,
String, String, int, int, int)com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.kernel.search.Hits search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String keywords,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.kernel.search.Hits search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String userName,
java.lang.String title,
java.lang.String description,
java.lang.String assetCategoryIds,
java.lang.String assetTagNames,
boolean andSearch,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
search(long, long[], long,
String, String, String, String, String, String, int, boolean,
int, int)com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.kernel.search.Hits search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String userName,
java.lang.String title,
java.lang.String description,
java.lang.String assetCategoryIds,
java.lang.String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.kernel.search.Hits search(long companyId,
long[] groupIds,
java.lang.String className,
java.lang.String keywords,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
search(long, long[], long,
String, String, int, int, int)com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
long groupId,
java.util.Date createDate,
java.util.Date modifiedDate,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
long[] categoryIds,
java.lang.String[] tagNames)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
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,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
updateEntry(long, long,
String, long, String, long, long[], String[], boolean, Date,
Date, Date, String, String, String, String, String, String,
int, int, Integer, boolean)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
updateEntry(long, long,
Date, Date, String, long, String, long, long[], String[],
boolean, Date, Date, Date, String, String, String, String,
String, String, int, int, Integer, boolean)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
boolean visible)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
java.util.Date expirationDate,
boolean visible)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry updateVisible(java.lang.String className,
long classPK,
boolean visible)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void validate(long groupId,
java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected long[] getClassNameIds(long companyId,
java.lang.String className)
protected com.liferay.portlet.asset.model.AssetEntry getEntry(com.liferay.portal.kernel.search.Document document)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void reindex(com.liferay.portlet.asset.model.AssetEntry entry)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected com.liferay.portlet.asset.model.AssetEntry updateVisible(com.liferay.portlet.asset.model.AssetEntry entry,
boolean visible)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException