public class AssetEntryLocalServiceUtil
extends Object
com.liferay.portlet.asset.service.impl.AssetEntryLocalServiceImpl
and
is an access point for service operations in application layer code running
on the local server. 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.AssetEntryLocalService
Constructor and Description |
---|
AssetEntryLocalServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> assetEntries) |
static void |
addAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
static void |
addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry) |
static void |
addAssetCategoryAssetEntry(long categoryId,
long entryId) |
static AssetEntry |
addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database.
|
static void |
addAssetTagAssetEntries(long tagId,
List<AssetEntry> assetEntries) |
static void |
addAssetTagAssetEntries(long tagId,
long[] entryIds) |
static void |
addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry) |
static void |
addAssetTagAssetEntry(long tagId,
long entryId) |
static void |
clearAssetCategoryAssetEntries(long categoryId) |
static void |
clearAssetTagAssetEntries(long tagId) |
static AssetEntry |
createAssetEntry(long entryId)
Creates a new asset entry with the primary key.
|
static PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
static void |
deleteAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> assetEntries) |
static void |
deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
static void |
deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry) |
static void |
deleteAssetCategoryAssetEntry(long categoryId,
long entryId) |
static AssetEntry |
deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database.
|
static AssetEntry |
deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database.
|
static void |
deleteAssetTagAssetEntries(long tagId,
List<AssetEntry> assetEntries) |
static void |
deleteAssetTagAssetEntries(long tagId,
long[] entryIds) |
static void |
deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry) |
static void |
deleteAssetTagAssetEntry(long tagId,
long entryId) |
static void |
deleteEntry(AssetEntry entry) |
static void |
deleteEntry(long entryId) |
static void |
deleteEntry(String className,
long classPK) |
static void |
deleteGroupEntries(long groupId) |
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static <T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
static DynamicQuery |
dynamicQuery() |
static <T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
static <T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static AssetEntry |
fetchAssetEntry(long entryId) |
static AssetEntry |
fetchEntry(long entryId) |
static AssetEntry |
fetchEntry(long classNameId,
long classPK) |
static AssetEntry |
fetchEntry(long groupId,
String classUuid) |
static AssetEntry |
fetchEntry(String className,
long classPK) |
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static List<AssetEntry> |
getAncestorEntries(long entryId) |
static List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId) |
static List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end) |
static List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
static int |
getAssetCategoryAssetEntriesCount(long categoryId) |
static long[] |
getAssetCategoryPrimaryKeys(long entryId)
Returns the categoryIds of the asset categories associated with the asset entry.
|
static List<AssetEntry> |
getAssetEntries(int start,
int end)
Returns a range of all the asset entries.
|
static int |
getAssetEntriesCount()
Returns the number of asset entries.
|
static AssetEntry |
getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
static List<AssetEntry> |
getAssetTagAssetEntries(long tagId) |
static List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end) |
static List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
static int |
getAssetTagAssetEntriesCount(long tagId) |
static long[] |
getAssetTagPrimaryKeys(long entryId)
Returns the tagIds of the asset tags associated with the asset entry.
|
static List<AssetEntry> |
getChildEntries(long entryId) |
static List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end) |
static int |
getCompanyEntriesCount(long companyId) |
static List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery) |
static List<AssetEntry> |
getEntries(long[] groupIds,
long[] classNameIds,
long[] classTypeIds,
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) |
static 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) |
static int |
getEntriesCount(AssetEntryQuery entryQuery) |
static int |
getEntriesCount(long[] groupIds,
long[] classNameIds,
long[] classTypeIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator) |
static int |
getEntriesCount(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator) |
static AssetEntry |
getEntry(long entryId) |
static AssetEntry |
getEntry(long groupId,
String classUuid) |
static AssetEntry |
getEntry(String className,
long classPK) |
static double |
getEntryPriority(long classNameId,
long classPK) |
static double |
getEntryPriority(String className,
long classPK) |
static List<AssetEntry> |
getGroupEntries(long groupId) |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static AssetEntry |
getNextEntry(long entryId) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static AssetEntry |
getParentEntry(long entryId) |
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
static AssetEntry |
getPreviousEntry(long entryId) |
static AssetEntryLocalService |
getService() |
static List<AssetEntry> |
getTopViewedEntries(String[] className,
boolean asc,
int start,
int end) |
static List<AssetEntry> |
getTopViewedEntries(String className,
boolean asc,
int start,
int end) |
static boolean |
hasAssetCategoryAssetEntries(long categoryId) |
static boolean |
hasAssetCategoryAssetEntry(long categoryId,
long entryId) |
static boolean |
hasAssetTagAssetEntries(long tagId) |
static boolean |
hasAssetTagAssetEntry(long tagId,
long entryId) |
static void |
incrementViewCounter(long userId,
AssetEntry assetEntry) |
static AssetEntry |
incrementViewCounter(long companyId,
long userId,
String className,
long classPK) |
static void |
incrementViewCounter(long companyId,
long userId,
String className,
long classPK,
int increment) |
static void |
reindex(List<AssetEntry> entries) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
long[] classNameIds,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses,
int start,
int end,
Sort sort) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses,
int start,
int end) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses,
int start,
int end,
Sort sort) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int status,
int start,
int end) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
int status,
int start,
int end) |
static 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) |
static 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) |
static 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) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int status,
int start,
int end) |
static 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) |
static long |
searchCount(long companyId,
long[] groupIds,
long userId,
long[] classNameIds,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses) |
static long |
searchCount(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses) |
static long |
searchCount(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
String assetCategoryIds,
String assetTagNames,
boolean showInvisible,
boolean showNonindexable,
int[] statuses,
boolean andSearch) |
static long |
searchCount(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean showInvisible,
boolean showNonindexable,
int[] statuses,
boolean andSearch) |
static long |
searchCount(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) |
static void |
setAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
static void |
setAssetTagAssetEntries(long tagId,
long[] entryIds) |
static AssetEntry |
updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist.
|
static AssetEntry |
updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
static AssetEntry |
updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames) |
static AssetEntry |
updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean listable,
boolean visible) |
static AssetEntry |
updateVisible(AssetEntry entry,
boolean visible) |
static AssetEntry |
updateVisible(String className,
long classPK,
boolean visible) |
static void |
validate(long groupId,
String className,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
static void |
validate(long groupId,
String className,
long classPK,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
public static void addAssetCategoryAssetEntries(long categoryId, List<AssetEntry> assetEntries)
public static void addAssetCategoryAssetEntries(long categoryId, long[] entryIds)
public static void addAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
public static void addAssetCategoryAssetEntry(long categoryId, long entryId)
public static AssetEntry addAssetEntry(AssetEntry assetEntry)
Important: Inspect AssetEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
assetEntry
- the asset entrypublic static void addAssetTagAssetEntries(long tagId, List<AssetEntry> assetEntries)
public static void addAssetTagAssetEntries(long tagId, long[] entryIds)
public static void addAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
public static void addAssetTagAssetEntry(long tagId, long entryId)
public static void clearAssetCategoryAssetEntries(long categoryId)
public static void clearAssetTagAssetEntries(long tagId)
public static AssetEntry createAssetEntry(long entryId)
entryId
- the primary key for the new asset entrypublic static PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException
public static void deleteAssetCategoryAssetEntries(long categoryId, List<AssetEntry> assetEntries)
public static void deleteAssetCategoryAssetEntries(long categoryId, long[] entryIds)
public static void deleteAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
public static void deleteAssetCategoryAssetEntry(long categoryId, long entryId)
public static AssetEntry deleteAssetEntry(AssetEntry assetEntry)
Important: Inspect AssetEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
assetEntry
- the asset entrypublic static AssetEntry deleteAssetEntry(long entryId) throws PortalException
Important: Inspect AssetEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
entryId
- the primary key of the asset entryPortalException
- if a asset entry with the primary key could not be foundpublic static void deleteAssetTagAssetEntries(long tagId, List<AssetEntry> assetEntries)
public static void deleteAssetTagAssetEntries(long tagId, long[] entryIds)
public static void deleteAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
public static void deleteAssetTagAssetEntry(long tagId, long entryId)
public static void deleteEntry(AssetEntry entry) throws PortalException
PortalException
public static void deleteEntry(long entryId) throws PortalException
PortalException
public static void deleteEntry(String className, long classPK) throws PortalException
PortalException
public static void deleteGroupEntries(long groupId) throws PortalException
PortalException
public static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalException
public static <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
public static DynamicQuery dynamicQuery()
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
.
dynamicQuery
- 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
)public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic static AssetEntry fetchAssetEntry(long entryId)
public static AssetEntry fetchEntry(long entryId)
public static AssetEntry fetchEntry(long classNameId, long classPK)
public static AssetEntry fetchEntry(long groupId, String classUuid)
public static AssetEntry fetchEntry(String className, long classPK)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static List<AssetEntry> getAncestorEntries(long entryId) throws PortalException
PortalException
public static List<AssetEntry> getAssetCategoryAssetEntries(long categoryId)
public static List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end)
public static List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
public static int getAssetCategoryAssetEntriesCount(long categoryId)
public static long[] getAssetCategoryPrimaryKeys(long entryId)
entryId
- the entryId of the asset entrypublic static List<AssetEntry> getAssetEntries(int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
.
start
- the lower bound of the range of asset entriesend
- the upper bound of the range of asset entries (not inclusive)public static int getAssetEntriesCount()
public static AssetEntry getAssetEntry(long entryId) throws PortalException
entryId
- the primary key of the asset entryPortalException
- if a asset entry with the primary key could not be foundpublic static List<AssetEntry> getAssetTagAssetEntries(long tagId)
public static List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end)
public static List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
public static int getAssetTagAssetEntriesCount(long tagId)
public static long[] getAssetTagPrimaryKeys(long entryId)
entryId
- the entryId of the asset entrypublic static List<AssetEntry> getChildEntries(long entryId) throws PortalException
PortalException
public static List<AssetEntry> getCompanyEntries(long companyId, int start, int end)
public static int getCompanyEntriesCount(long companyId)
public static List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
public static List<AssetEntry> getEntries(long[] groupIds, long[] classNameIds, long[] classTypeIds, 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)
public static 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)
public static int getEntriesCount(AssetEntryQuery entryQuery)
public static int getEntriesCount(long[] groupIds, long[] classNameIds, long[] classTypeIds, String keywords, String userName, String title, String description, Boolean listable, boolean advancedSearch, boolean andOperator)
public static int getEntriesCount(long[] groupIds, long[] classNameIds, String keywords, String userName, String title, String description, Boolean listable, boolean advancedSearch, boolean andOperator)
public static AssetEntry getEntry(long entryId) throws PortalException
PortalException
public static AssetEntry getEntry(long groupId, String classUuid) throws PortalException
PortalException
public static AssetEntry getEntry(String className, long classPK) throws PortalException
PortalException
public static double getEntryPriority(long classNameId, long classPK)
public static double getEntryPriority(String className, long classPK)
public static List<AssetEntry> getGroupEntries(long groupId)
public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static AssetEntry getNextEntry(long entryId) throws PortalException
PortalException
public static String getOSGiServiceIdentifier()
public static AssetEntry getParentEntry(long entryId) throws PortalException
PortalException
public static PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException
public static AssetEntry getPreviousEntry(long entryId) throws PortalException
PortalException
public static List<AssetEntry> getTopViewedEntries(String className, boolean asc, int start, int end)
public static List<AssetEntry> getTopViewedEntries(String[] className, boolean asc, int start, int end)
public static boolean hasAssetCategoryAssetEntries(long categoryId)
public static boolean hasAssetCategoryAssetEntry(long categoryId, long entryId)
public static boolean hasAssetTagAssetEntries(long tagId)
public static boolean hasAssetTagAssetEntry(long tagId, long entryId)
public static void incrementViewCounter(long userId, AssetEntry assetEntry) throws PortalException
PortalException
public static AssetEntry incrementViewCounter(long companyId, long userId, String className, long classPK) throws PortalException
PortalException
public static void incrementViewCounter(long companyId, long userId, String className, long classPK, int increment)
public static void reindex(List<AssetEntry> entries) throws PortalException
PortalException
public static Hits search(long companyId, long[] groupIds, long userId, long[] classNameIds, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort)
public static Hits search(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int status, int start, int end)
public static Hits search(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end)
public static Hits search(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort)
public static Hits search(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, int status, int start, int end)
public static 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)
public static 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)
public static 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)
public static Hits search(long companyId, long[] groupIds, long userId, String className, String keywords, int status, int start, int end)
public static 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)
public static long searchCount(long companyId, long[] groupIds, long userId, long[] classNameIds, long classTypeId, String keywords, boolean showNonindexable, int[] statuses)
public static long searchCount(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses)
public static long searchCount(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, String assetCategoryIds, String assetTagNames, boolean showInvisible, boolean showNonindexable, int[] statuses, boolean andSearch)
public static long searchCount(long companyId, long[] groupIds, long userId, String className, long classTypeId, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean showInvisible, boolean showNonindexable, int[] statuses, boolean andSearch)
public static long searchCount(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)
public static void setAssetCategoryAssetEntries(long categoryId, long[] entryIds)
public static void setAssetTagAssetEntries(long tagId, long[] entryIds)
public static AssetEntry updateAssetEntry(AssetEntry assetEntry)
Important: Inspect AssetEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
assetEntry
- the asset entrypublic static AssetEntry updateEntry(long userId, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean listable, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Double priority) throws PortalException
PortalException
public static AssetEntry updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames) throws PortalException
PortalException
public static AssetEntry updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean listable, boolean visible) throws PortalException
PortalException
public static AssetEntry updateVisible(AssetEntry entry, boolean visible) throws PortalException
PortalException
public static AssetEntry updateVisible(String className, long classPK, boolean visible) throws PortalException
PortalException
public static void validate(long groupId, String className, long classPK, long classTypePK, long[] categoryIds, String[] tagNames) throws PortalException
PortalException
public static void validate(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames) throws PortalException
PortalException
public static AssetEntryLocalService getService()