@ProviderType public class AssetEntryLocalServiceWrapper extends java.lang.Object implements AssetEntryLocalService, ServiceWrapper<AssetEntryLocalService>
AssetEntryLocalService.AssetEntryLocalService| Constructor and Description |
|---|
AssetEntryLocalServiceWrapper(AssetEntryLocalService assetEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries) |
void |
addAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
void |
addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry) |
void |
addAssetCategoryAssetEntry(long categoryId,
long entryId) |
AssetEntry |
addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database.
|
void |
addAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries) |
void |
addAssetTagAssetEntries(long tagId,
long[] entryIds) |
void |
addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry) |
void |
addAssetTagAssetEntry(long tagId,
long entryId) |
void |
clearAssetCategoryAssetEntries(long categoryId) |
void |
clearAssetTagAssetEntries(long tagId) |
AssetEntry |
createAssetEntry(long entryId)
Creates a new asset entry with the primary key.
|
void |
deleteAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries) |
void |
deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
void |
deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry) |
void |
deleteAssetCategoryAssetEntry(long categoryId,
long entryId) |
AssetEntry |
deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database.
|
AssetEntry |
deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database.
|
void |
deleteAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries) |
void |
deleteAssetTagAssetEntries(long tagId,
long[] entryIds) |
void |
deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry) |
void |
deleteAssetTagAssetEntry(long tagId,
long entryId) |
void |
deleteEntry(AssetEntry entry) |
void |
deleteEntry(long entryId) |
void |
deleteEntry(java.lang.String className,
long classPK) |
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
AssetEntry |
fetchAssetEntry(long entryId) |
AssetEntry |
fetchEntry(long entryId) |
AssetEntry |
fetchEntry(long groupId,
java.lang.String classUuid) |
AssetEntry |
fetchEntry(java.lang.String className,
long classPK) |
java.util.List<AssetEntry> |
getAncestorEntries(long entryId) |
java.util.List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId) |
java.util.List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end) |
java.util.List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getAssetCategoryAssetEntriesCount(long categoryId) |
java.util.List<AssetEntry> |
getAssetEntries(int start,
int end)
Returns a range of all the asset entries.
|
int |
getAssetEntriesCount()
Returns the number of asset entries.
|
AssetEntry |
getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
java.util.List<AssetEntry> |
getAssetTagAssetEntries(long tagId) |
java.util.List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end) |
java.util.List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getAssetTagAssetEntriesCount(long tagId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetEntry> |
getChildEntries(long entryId) |
java.util.List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end) |
int |
getCompanyEntriesCount(long companyId) |
java.util.List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery) |
int |
getEntriesCount(AssetEntryQuery entryQuery) |
AssetEntry |
getEntry(long entryId) |
AssetEntry |
getEntry(long groupId,
java.lang.String classUuid) |
AssetEntry |
getEntry(java.lang.String className,
long classPK) |
AssetEntry |
getNextEntry(long entryId) |
AssetEntry |
getParentEntry(long entryId) |
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
AssetEntry |
getPreviousEntry(long entryId) |
java.util.List<AssetEntry> |
getTopViewedEntries(java.lang.String[] className,
boolean asc,
int start,
int end) |
java.util.List<AssetEntry> |
getTopViewedEntries(java.lang.String className,
boolean asc,
int start,
int end) |
AssetEntryLocalService |
getWrappedAssetEntryLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetEntryLocalService |
getWrappedService() |
boolean |
hasAssetCategoryAssetEntries(long categoryId) |
boolean |
hasAssetCategoryAssetEntry(long categoryId,
long entryId) |
boolean |
hasAssetTagAssetEntries(long tagId) |
boolean |
hasAssetTagAssetEntry(long tagId,
long entryId) |
AssetEntry |
incrementViewCounter(long userId,
java.lang.String className,
long classPK) |
AssetEntry |
incrementViewCounter(long userId,
java.lang.String className,
long classPK,
int increment) |
void |
reindex(java.util.List<AssetEntry> entries) |
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) |
Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String keywords,
int status,
int start,
int end) |
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) |
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) |
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) |
void |
setAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
void |
setAssetTagAssetEntries(long tagId,
long[] entryIds) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetEntryLocalService) |
void |
setWrappedService(AssetEntryLocalService assetEntryLocalService) |
AssetEntry |
updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist.
|
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) |
AssetEntry |
updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
long[] categoryIds,
java.lang.String[] tagNames) |
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)
|
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)
|
AssetEntry |
updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
boolean visible) |
AssetEntry |
updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
java.util.Date expirationDate,
boolean visible) |
AssetEntry |
updateVisible(java.lang.String className,
long classPK,
boolean visible) |
void |
validate(long groupId,
java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames) |
public AssetEntryLocalServiceWrapper(AssetEntryLocalService assetEntryLocalService)
public AssetEntry addAssetEntry(AssetEntry assetEntry) throws SystemException
addAssetEntry in interface AssetEntryLocalServiceassetEntry - the asset entrySystemException - if a system exception occurredpublic AssetEntry createAssetEntry(long entryId)
createAssetEntry in interface AssetEntryLocalServiceentryId - the primary key for the new asset entrypublic AssetEntry deleteAssetEntry(long entryId) throws PortalException, SystemException
deleteAssetEntry in interface AssetEntryLocalServiceentryId - the primary key of the asset entryPortalException - if a asset entry with the primary key could not be foundSystemException - if a system exception occurredpublic AssetEntry deleteAssetEntry(AssetEntry assetEntry) throws SystemException
deleteAssetEntry in interface AssetEntryLocalServiceassetEntry - the asset entrySystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface AssetEntryLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface AssetEntryLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface AssetEntryLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface AssetEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic AssetEntry fetchAssetEntry(long entryId) throws SystemException
fetchAssetEntry in interface AssetEntryLocalServiceSystemExceptionpublic AssetEntry getAssetEntry(long entryId) throws PortalException, SystemException
getAssetEntry in interface AssetEntryLocalServiceentryId - the primary key of the asset entryPortalException - if a asset entry with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic java.util.List<AssetEntry> getAssetEntries(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAssetEntries in interface AssetEntryLocalServicestart - the lower bound of the range of asset entriesend - the upper bound of the range of asset entries (not inclusive)SystemException - if a system exception occurredpublic int getAssetEntriesCount()
throws SystemException
getAssetEntriesCount in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic AssetEntry updateAssetEntry(AssetEntry assetEntry) throws SystemException
updateAssetEntry in interface AssetEntryLocalServiceassetEntry - the asset entrySystemException - if a system exception occurredpublic void addAssetCategoryAssetEntry(long categoryId,
long entryId)
throws SystemException
addAssetCategoryAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
throws SystemException
addAssetCategoryAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void addAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
throws SystemException
addAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void addAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
addAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void clearAssetCategoryAssetEntries(long categoryId)
throws SystemException
clearAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetCategoryAssetEntry(long categoryId,
long entryId)
throws SystemException
deleteAssetCategoryAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
throws SystemException
deleteAssetCategoryAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
throws SystemException
deleteAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
deleteAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetEntry> getAssetCategoryAssetEntries(long categoryId) throws SystemException
getAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end) throws SystemException
getAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic int getAssetCategoryAssetEntriesCount(long categoryId)
throws SystemException
getAssetCategoryAssetEntriesCount in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic boolean hasAssetCategoryAssetEntry(long categoryId,
long entryId)
throws SystemException
hasAssetCategoryAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic boolean hasAssetCategoryAssetEntries(long categoryId)
throws SystemException
hasAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void setAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
throws SystemException
setAssetCategoryAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void addAssetTagAssetEntry(long tagId,
long entryId)
throws SystemException
addAssetTagAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
throws SystemException
addAssetTagAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void addAssetTagAssetEntries(long tagId,
long[] entryIds)
throws SystemException
addAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void addAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
addAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void clearAssetTagAssetEntries(long tagId)
throws SystemException
clearAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetTagAssetEntry(long tagId,
long entryId)
throws SystemException
deleteAssetTagAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
throws SystemException
deleteAssetTagAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetTagAssetEntries(long tagId,
long[] entryIds)
throws SystemException
deleteAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
deleteAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetEntry> getAssetTagAssetEntries(long tagId) throws SystemException
getAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end) throws SystemException
getAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic int getAssetTagAssetEntriesCount(long tagId)
throws SystemException
getAssetTagAssetEntriesCount in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic boolean hasAssetTagAssetEntry(long tagId,
long entryId)
throws SystemException
hasAssetTagAssetEntry in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic boolean hasAssetTagAssetEntries(long tagId)
throws SystemException
hasAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic void setAssetTagAssetEntries(long tagId,
long[] entryIds)
throws SystemException
setAssetTagAssetEntries in interface AssetEntryLocalServiceSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetEntryLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetEntryLocalServicebeanIdentifier - the Spring bean ID for this beanpublic void deleteEntry(AssetEntry entry) throws PortalException, SystemException
deleteEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic void deleteEntry(long entryId)
throws PortalException,
SystemException
deleteEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic void deleteEntry(java.lang.String className,
long classPK)
throws PortalException,
SystemException
deleteEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry fetchEntry(long entryId) throws SystemException
fetchEntry in interface AssetEntryLocalServiceSystemExceptionpublic AssetEntry fetchEntry(long groupId, java.lang.String classUuid) throws SystemException
fetchEntry in interface AssetEntryLocalServiceSystemExceptionpublic AssetEntry fetchEntry(java.lang.String className, long classPK) throws SystemException
fetchEntry in interface AssetEntryLocalServiceSystemExceptionpublic java.util.List<AssetEntry> getAncestorEntries(long entryId) throws PortalException, SystemException
getAncestorEntries in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic java.util.List<AssetEntry> getChildEntries(long entryId) throws PortalException, SystemException
getChildEntries in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic java.util.List<AssetEntry> getCompanyEntries(long companyId, int start, int end) throws SystemException
getCompanyEntries in interface AssetEntryLocalServiceSystemExceptionpublic int getCompanyEntriesCount(long companyId)
throws SystemException
getCompanyEntriesCount in interface AssetEntryLocalServiceSystemExceptionpublic java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery) throws SystemException
getEntries in interface AssetEntryLocalServiceSystemExceptionpublic int getEntriesCount(AssetEntryQuery entryQuery) throws SystemException
getEntriesCount in interface AssetEntryLocalServiceSystemExceptionpublic AssetEntry getEntry(long entryId) throws PortalException, SystemException
getEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry getEntry(long groupId, java.lang.String classUuid) throws PortalException, SystemException
getEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry getEntry(java.lang.String className, long classPK) throws PortalException, SystemException
getEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry getNextEntry(long entryId) throws PortalException, SystemException
getNextEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry getParentEntry(long entryId) throws PortalException, SystemException
getParentEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry getPreviousEntry(long entryId) throws PortalException, SystemException
getPreviousEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic java.util.List<AssetEntry> getTopViewedEntries(java.lang.String className, boolean asc, int start, int end) throws SystemException
getTopViewedEntries in interface AssetEntryLocalServiceSystemExceptionpublic java.util.List<AssetEntry> getTopViewedEntries(java.lang.String[] className, boolean asc, int start, int end) throws SystemException
getTopViewedEntries in interface AssetEntryLocalServiceSystemExceptionpublic AssetEntry incrementViewCounter(long userId, java.lang.String className, long classPK) throws PortalException, SystemException
incrementViewCounter in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry incrementViewCounter(long userId, java.lang.String className, long classPK, int increment) throws SystemException
incrementViewCounter in interface AssetEntryLocalServiceSystemExceptionpublic void reindex(java.util.List<AssetEntry> entries) throws PortalException
reindex in interface AssetEntryLocalServicePortalExceptionpublic Hits search(long companyId, long[] groupIds, long userId, java.lang.String className, java.lang.String keywords, int start, int end) throws SystemException
search(long, long[], long,
String, String, int, int, int)search in interface AssetEntryLocalServiceSystemExceptionpublic Hits search(long companyId, long[] groupIds, long userId, java.lang.String className, java.lang.String keywords, int status, int start, int end) throws SystemException
search in interface AssetEntryLocalServiceSystemExceptionpublic 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 SystemException
search(long, long[], long,
String, String, String, String, String, String, int, boolean,
int, int)search in interface AssetEntryLocalServiceSystemExceptionpublic 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 SystemException
search in interface AssetEntryLocalServiceSystemExceptionpublic Hits search(long companyId, long[] groupIds, java.lang.String className, java.lang.String keywords, int start, int end) throws SystemException
search(long, long[], long,
String, String, int, int, int)search in interface AssetEntryLocalServiceSystemExceptionpublic 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 PortalException, SystemException
updateEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry updateEntry(long userId, long groupId, java.lang.String className, long classPK, long[] categoryIds, java.lang.String[] tagNames) throws PortalException, SystemException
updateEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic 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 PortalException, SystemException
updateEntry(long, long,
String, long, String, long, long[], String[], boolean, Date,
Date, Date, String, String, String, String, String, String,
int, int, Integer, boolean)updateEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic 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 PortalException, 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)updateEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry updateEntry(java.lang.String className, long classPK, java.util.Date publishDate, boolean visible) throws PortalException, SystemException
updateEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry updateEntry(java.lang.String className, long classPK, java.util.Date publishDate, java.util.Date expirationDate, boolean visible) throws PortalException, SystemException
updateEntry in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntry updateVisible(java.lang.String className, long classPK, boolean visible) throws PortalException, SystemException
updateVisible in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic void validate(long groupId,
java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames)
throws PortalException,
SystemException
validate in interface AssetEntryLocalServicePortalExceptionSystemExceptionpublic AssetEntryLocalService getWrappedAssetEntryLocalService()
getWrappedService()public void setWrappedAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
setWrappedService(com.liferay.portlet.asset.service.AssetEntryLocalService)public AssetEntryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetEntryLocalService>public void setWrappedService(AssetEntryLocalService assetEntryLocalService)
setWrappedService in interface ServiceWrapper<AssetEntryLocalService>