com.liferay.portlet.asset.service.impl
Class AssetEntryLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.asset.service.base.AssetEntryLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetEntryLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, AssetEntryLocalService
public class AssetEntryLocalServiceImpl
- extends AssetEntryLocalServiceBaseImpl
Provides the local service for accessing, deleting, updating, and validating
asset entries.
| Fields inherited from class com.liferay.portlet.asset.service.base.AssetEntryLocalServiceBaseImpl |
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, classNameLocalService, classNamePersistence, companyLocalService, companyPersistence, counterLocalService, groupFinder, groupLocalService, groupPersistence, persistedModelLocalServiceRegistry, socialActivityCounterFinder, socialActivityCounterLocalService, socialActivityCounterPersistence, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence |
|
Method Summary |
protected long[] |
checkCategories(String className,
long classPK,
long[] categoryIds)
|
protected String[] |
checkTags(String className,
long classPK,
String[] tagNames)
|
void |
deleteEntry(AssetEntry entry)
|
void |
deleteEntry(long entryId)
|
void |
deleteEntry(String className,
long classPK)
|
void |
deleteGroupEntries(long groupId)
|
AssetEntry |
fetchEntry(long entryId)
|
AssetEntry |
fetchEntry(long groupId,
String classUuid)
|
AssetEntry |
fetchEntry(String className,
long classPK)
|
List<AssetEntry> |
getAncestorEntries(long entryId)
|
protected AssetEntryQuery |
getAssetEntryQuery(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator,
int start,
int end,
String orderByCol1,
String orderByCol2,
String orderByType1,
String orderByType2)
|
List<AssetEntry> |
getChildEntries(long entryId)
|
protected long[] |
getClassNameIds(long companyId,
String className)
|
List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
int |
getCompanyEntriesCount(long companyId)
|
List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
getEntries(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator,
int start,
int end,
String orderByCol1,
String orderByCol2,
String orderByType1,
String orderByType2)
|
int |
getEntriesCount(AssetEntryQuery entryQuery)
|
int |
getEntriesCount(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator)
|
AssetEntry |
getEntry(long entryId)
|
AssetEntry |
getEntry(long groupId,
String classUuid)
|
AssetEntry |
getEntry(String className,
long classPK)
|
List<AssetEntry> |
getGroupEntries(long groupId)
|
AssetEntry |
getNextEntry(long entryId)
|
AssetEntry |
getParentEntry(long entryId)
|
AssetEntry |
getPreviousEntry(long entryId)
|
List<AssetEntry> |
getTopViewedEntries(String[] className,
boolean asc,
int start,
int end)
|
List<AssetEntry> |
getTopViewedEntries(String className,
boolean asc,
int start,
int end)
|
AssetEntry |
incrementViewCounter(long userId,
String className,
long classPK)
|
void |
incrementViewCounter(long userId,
String className,
long classPK,
int increment)
|
protected void |
reindex(AssetEntry entry)
|
void |
reindex(List<AssetEntry> entries)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses,
int start,
int end)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int status,
int start,
int end)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
int status,
int start,
int end)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean showNonindexable,
int[] statuses,
boolean andSearch,
int start,
int end)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean showNonindexable,
int status,
boolean andSearch,
int start,
int end)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int status,
int start,
int end)
|
Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
|
AssetEntry |
updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority)
|
AssetEntry |
updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. As of 7.0.0, replaced by updateEntry(long, long,
Date, Date, String, long, String, long, long[], String[],
boolean, Date, Date, Date, String, String, String, String,
String, String, int, int, Double) |
AssetEntry |
updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames)
|
AssetEntry |
updateEntry(String className,
long classPK,
Date publishDate,
boolean visible)
|
AssetEntry |
updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean visible)
|
AssetEntry |
updateVisible(AssetEntry entry,
boolean visible)
|
AssetEntry |
updateVisible(String className,
long classPK,
boolean visible)
|
void |
validate(long groupId,
String className,
long[] categoryIds,
String[] tagNames)
Deprecated. As of 7.0.0, replaced by validate(long, String, long,
long[], String[]) |
void |
validate(long groupId,
String className,
long classTypePK,
long[] categoryIds,
String[] tagNames)
|
| Methods inherited from class com.liferay.portlet.asset.service.base.AssetEntryLocalServiceBaseImpl |
addAssetCategoryAssetEntries, addAssetCategoryAssetEntries, addAssetCategoryAssetEntry, addAssetCategoryAssetEntry, addAssetEntry, addAssetTagAssetEntries, addAssetTagAssetEntries, addAssetTagAssetEntry, addAssetTagAssetEntry, afterPropertiesSet, clearAssetCategoryAssetEntries, clearAssetTagAssetEntries, createAssetEntry, deleteAssetCategoryAssetEntries, deleteAssetCategoryAssetEntries, deleteAssetCategoryAssetEntry, deleteAssetCategoryAssetEntry, deleteAssetEntry, deleteAssetEntry, deleteAssetTagAssetEntries, deleteAssetTagAssetEntries, deleteAssetTagAssetEntry, deleteAssetTagAssetEntry, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetEntry, getActionableDynamicQuery, getAssetCategoryAssetEntries, getAssetCategoryAssetEntries, getAssetCategoryAssetEntries, getAssetCategoryAssetEntriesCount, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPrimaryKeys, getAssetEntries, getAssetEntriesCount, getAssetEntry, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagAssetEntries, getAssetTagAssetEntries, getAssetTagAssetEntries, getAssetTagAssetEntriesCount, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPrimaryKeys, getClassNameLocalService, getClassNamePersistence, getCompanyLocalService, getCompanyPersistence, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getSocialActivityCounterFinder, getSocialActivityCounterLocalService, getSocialActivityCounterPersistence, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, hasAssetCategoryAssetEntries, hasAssetCategoryAssetEntry, hasAssetTagAssetEntries, hasAssetTagAssetEntry, initActionableDynamicQuery, runSQL, setAssetCategoryAssetEntries, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagAssetEntries, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setClassNameLocalService, setClassNamePersistence, setCompanyLocalService, setCompanyPersistence, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setSocialActivityCounterFinder, setSocialActivityCounterLocalService, setSocialActivityCounterPersistence, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, updateAssetEntry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetEntryLocalServiceImpl
public AssetEntryLocalServiceImpl()
deleteEntry
public void deleteEntry(AssetEntry entry)
throws PortalException
- Throws:
PortalException
deleteEntry
public void deleteEntry(long entryId)
throws PortalException
- Throws:
PortalException
deleteEntry
public void deleteEntry(String className,
long classPK)
throws PortalException
- Throws:
PortalException
deleteGroupEntries
public void deleteGroupEntries(long groupId)
throws PortalException
- Throws:
PortalException
fetchEntry
public AssetEntry fetchEntry(long entryId)
fetchEntry
public AssetEntry fetchEntry(long groupId,
String classUuid)
fetchEntry
public AssetEntry fetchEntry(String className,
long classPK)
getAncestorEntries
public List<AssetEntry> getAncestorEntries(long entryId)
throws PortalException
- Throws:
PortalException
getChildEntries
public List<AssetEntry> getChildEntries(long entryId)
throws PortalException
- Throws:
PortalException
getCompanyEntries
public List<AssetEntry> getCompanyEntries(long companyId,
int start,
int end)
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId)
getEntries
public List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
getEntries
public List<AssetEntry> getEntries(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator,
int start,
int end,
String orderByCol1,
String orderByCol2,
String orderByType1,
String orderByType2)
getEntriesCount
public int getEntriesCount(AssetEntryQuery entryQuery)
getEntriesCount
public int getEntriesCount(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator)
getEntry
public AssetEntry getEntry(long entryId)
throws PortalException
- Throws:
PortalException
getEntry
public AssetEntry getEntry(long groupId,
String classUuid)
throws PortalException
- Throws:
PortalException
getEntry
public AssetEntry getEntry(String className,
long classPK)
throws PortalException
- Throws:
PortalException
getGroupEntries
public List<AssetEntry> getGroupEntries(long groupId)
getNextEntry
public AssetEntry getNextEntry(long entryId)
throws PortalException
- Throws:
PortalException
getParentEntry
public AssetEntry getParentEntry(long entryId)
throws PortalException
- Throws:
PortalException
getPreviousEntry
public AssetEntry getPreviousEntry(long entryId)
throws PortalException
- Throws:
PortalException
getTopViewedEntries
public List<AssetEntry> getTopViewedEntries(String className,
boolean asc,
int start,
int end)
getTopViewedEntries
public List<AssetEntry> getTopViewedEntries(String[] className,
boolean asc,
int start,
int end)
incrementViewCounter
public AssetEntry incrementViewCounter(long userId,
String className,
long classPK)
throws PortalException
- Throws:
PortalException
incrementViewCounter
@BufferedIncrement(configuration="AssetEntry",
incrementClass=NumberIncrement.class)
public void incrementViewCounter(long userId,
String className,
long classPK,
int increment)
reindex
public void reindex(List<AssetEntry> entries)
throws PortalException
- Throws:
PortalException
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int status,
int start,
int end)
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses,
int start,
int end)
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
int status,
int start,
int end)
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean showNonindexable,
int status,
boolean andSearch,
int start,
int end)
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean showNonindexable,
int[] statuses,
boolean andSearch,
int start,
int end)
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int status,
int start,
int end)
search
public Hits search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
updateEntry
public AssetEntry updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority)
throws PortalException
- Throws:
PortalException
updateEntry
@Deprecated
public AssetEntry updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
throws PortalException
- Deprecated. As of 7.0.0, replaced by
updateEntry(long, long,
Date, Date, String, long, String, long, long[], String[],
boolean, Date, Date, Date, String, String, String, String,
String, String, int, int, Double)
- Throws:
PortalException
updateEntry
public AssetEntry updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames)
throws PortalException
- Throws:
PortalException
updateEntry
public AssetEntry updateEntry(String className,
long classPK,
Date publishDate,
boolean visible)
throws PortalException
- Throws:
PortalException
updateEntry
public AssetEntry updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean visible)
throws PortalException
- Throws:
PortalException
updateVisible
public AssetEntry updateVisible(AssetEntry entry,
boolean visible)
throws PortalException
- Throws:
PortalException
updateVisible
public AssetEntry updateVisible(String className,
long classPK,
boolean visible)
throws PortalException
- Throws:
PortalException
validate
public void validate(long groupId,
String className,
long classTypePK,
long[] categoryIds,
String[] tagNames)
throws PortalException
- Throws:
PortalException
validate
@Deprecated
public void validate(long groupId,
String className,
long[] categoryIds,
String[] tagNames)
throws PortalException
- Deprecated. As of 7.0.0, replaced by
validate(long, String, long,
long[], String[])
- Throws:
PortalException
checkCategories
protected long[] checkCategories(String className,
long classPK,
long[] categoryIds)
throws PortalException
- Throws:
PortalException
checkTags
protected String[] checkTags(String className,
long classPK,
String[] tagNames)
getAssetEntryQuery
protected AssetEntryQuery getAssetEntryQuery(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator,
int start,
int end,
String orderByCol1,
String orderByCol2,
String orderByType1,
String orderByType2)
getClassNameIds
protected long[] getClassNameIds(long companyId,
String className)
reindex
protected void reindex(AssetEntry entry)
throws PortalException
- Throws:
PortalException