Liferay 6.2-ce-ga5

com.liferay.portlet.asset.service
Class AssetEntryLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetEntryLocalServiceUtil

@ProviderType
public class AssetEntryLocalServiceUtil
extends Object

Provides the local service utility for AssetEntry. This utility wraps com.liferay.portlet.asset.service.impl.AssetEntryLocalServiceImpl and is the primary 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.

See Also:
AssetEntryLocalService, com.liferay.portlet.asset.service.base.AssetEntryLocalServiceBaseImpl, com.liferay.portlet.asset.service.impl.AssetEntryLocalServiceImpl

Constructor Summary
AssetEntryLocalServiceUtil()
           
 
Method Summary
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 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 DynamicQuery dynamicQuery()
           
static List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
static 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.
static long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows that match the dynamic query.
static AssetEntry fetchAssetEntry(long entryId)
           
static AssetEntry fetchEntry(long entryId)
           
static AssetEntry fetchEntry(long groupId, String classUuid)
           
static AssetEntry fetchEntry(String className, long classPK)
           
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 orderByComparator)
           
static int getAssetCategoryAssetEntriesCount(long categoryId)
           
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 orderByComparator)
           
static int getAssetTagAssetEntriesCount(long tagId)
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
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 int getEntriesCount(AssetEntryQuery entryQuery)
           
static AssetEntry getEntry(long entryId)
           
static AssetEntry getEntry(long groupId, String classUuid)
           
static AssetEntry getEntry(String className, long classPK)
           
static AssetEntry getNextEntry(long entryId)
           
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 AssetEntry incrementViewCounter(long userId, String className, long classPK)
           
static AssetEntry incrementViewCounter(long userId, String className, long classPK, int increment)
           
static void reindex(List<AssetEntry> entries)
           
static Hits search(long companyId, long[] groupIds, long userId, String className, String keywords, int start, int end)
          Deprecated. As of 6.2.0, replaced by search(long, long[], long, String, String, int, int, int)
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, 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)
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 Hits search(long companyId, long[] groupIds, String className, String keywords, int start, int end)
          Deprecated. As of 6.2.0, replaced by search(long, long[], long, String, String, int, int, int)
static void setAssetCategoryAssetEntries(long categoryId, long[] entryIds)
           
static void setAssetTagAssetEntries(long tagId, long[] entryIds)
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(AssetEntryLocalService service)
          Deprecated. As of 6.2.0
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 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)
           
static AssetEntry updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
static AssetEntry updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, 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, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by updateEntry(long, long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
static AssetEntry updateEntry(long userId, long groupId, 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 6.2.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, Integer, boolean)
static AssetEntry updateEntry(String className, long classPK, Date publishDate, boolean visible)
           
static AssetEntry updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean visible)
           
static AssetEntry updateVisible(String className, long classPK, boolean visible)
           
static void validate(long groupId, String className, long[] categoryIds, String[] tagNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryLocalServiceUtil

public AssetEntryLocalServiceUtil()
Method Detail

addAssetEntry

public static AssetEntry addAssetEntry(AssetEntry assetEntry)
                                throws SystemException
Adds the asset entry to the database. Also notifies the appropriate model listeners.

Parameters:
assetEntry - the asset entry
Returns:
the asset entry that was added
Throws:
SystemException - if a system exception occurred

createAssetEntry

public static AssetEntry createAssetEntry(long entryId)
Creates a new asset entry with the primary key. Does not add the asset entry to the database.

Parameters:
entryId - the primary key for the new asset entry
Returns:
the new asset entry

deleteAssetEntry

public static AssetEntry deleteAssetEntry(long entryId)
                                   throws PortalException,
                                          SystemException
Deletes the asset entry with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
entryId - the primary key of the asset entry
Returns:
the asset entry that was removed
Throws:
PortalException - if a asset entry with the primary key could not be found
SystemException - if a system exception occurred

deleteAssetEntry

public static AssetEntry deleteAssetEntry(AssetEntry assetEntry)
                                   throws SystemException
Deletes the asset entry from the database. Also notifies the appropriate model listeners.

Parameters:
assetEntry - the asset entry
Returns:
the asset entry that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static DynamicQuery dynamicQuery()

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery)
                         throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
                         throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery,
                                     Projection projection)
                              throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchAssetEntry

public static AssetEntry fetchAssetEntry(long entryId)
                                  throws SystemException
Throws:
SystemException

getAssetEntry

public static AssetEntry getAssetEntry(long entryId)
                                throws PortalException,
                                       SystemException
Returns the asset entry with the primary key.

Parameters:
entryId - the primary key of the asset entry
Returns:
the asset entry
Throws:
PortalException - if a asset entry with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public static PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

getAssetEntries

public static List<AssetEntry> getAssetEntries(int start,
                                               int end)
                                        throws SystemException
Returns a range of all the asset entries.

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.

Parameters:
start - the lower bound of the range of asset entries
end - the upper bound of the range of asset entries (not inclusive)
Returns:
the range of asset entries
Throws:
SystemException - if a system exception occurred

getAssetEntriesCount

public static int getAssetEntriesCount()
                                throws SystemException
Returns the number of asset entries.

Returns:
the number of asset entries
Throws:
SystemException - if a system exception occurred

updateAssetEntry

public static AssetEntry updateAssetEntry(AssetEntry assetEntry)
                                   throws SystemException
Updates the asset entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
assetEntry - the asset entry
Returns:
the asset entry that was updated
Throws:
SystemException - if a system exception occurred

addAssetCategoryAssetEntry

public static void addAssetCategoryAssetEntry(long categoryId,
                                              long entryId)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

addAssetCategoryAssetEntry

public static void addAssetCategoryAssetEntry(long categoryId,
                                              AssetEntry assetEntry)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

addAssetCategoryAssetEntries

public static void addAssetCategoryAssetEntries(long categoryId,
                                                long[] entryIds)
                                         throws SystemException
Throws:
SystemException - if a system exception occurred

addAssetCategoryAssetEntries

public static void addAssetCategoryAssetEntries(long categoryId,
                                                List<AssetEntry> AssetEntries)
                                         throws SystemException
Throws:
SystemException - if a system exception occurred

clearAssetCategoryAssetEntries

public static void clearAssetCategoryAssetEntries(long categoryId)
                                           throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetCategoryAssetEntry

public static void deleteAssetCategoryAssetEntry(long categoryId,
                                                 long entryId)
                                          throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetCategoryAssetEntry

public static void deleteAssetCategoryAssetEntry(long categoryId,
                                                 AssetEntry assetEntry)
                                          throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetCategoryAssetEntries

public static void deleteAssetCategoryAssetEntries(long categoryId,
                                                   long[] entryIds)
                                            throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetCategoryAssetEntries

public static void deleteAssetCategoryAssetEntries(long categoryId,
                                                   List<AssetEntry> AssetEntries)
                                            throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetCategoryAssetEntries

public static List<AssetEntry> getAssetCategoryAssetEntries(long categoryId)
                                                     throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetCategoryAssetEntries

public static List<AssetEntry> getAssetCategoryAssetEntries(long categoryId,
                                                            int start,
                                                            int end)
                                                     throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetCategoryAssetEntries

public static List<AssetEntry> getAssetCategoryAssetEntries(long categoryId,
                                                            int start,
                                                            int end,
                                                            OrderByComparator orderByComparator)
                                                     throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetCategoryAssetEntriesCount

public static int getAssetCategoryAssetEntriesCount(long categoryId)
                                             throws SystemException
Throws:
SystemException - if a system exception occurred

hasAssetCategoryAssetEntry

public static boolean hasAssetCategoryAssetEntry(long categoryId,
                                                 long entryId)
                                          throws SystemException
Throws:
SystemException - if a system exception occurred

hasAssetCategoryAssetEntries

public static boolean hasAssetCategoryAssetEntries(long categoryId)
                                            throws SystemException
Throws:
SystemException - if a system exception occurred

setAssetCategoryAssetEntries

public static void setAssetCategoryAssetEntries(long categoryId,
                                                long[] entryIds)
                                         throws SystemException
Throws:
SystemException - if a system exception occurred

addAssetTagAssetEntry

public static void addAssetTagAssetEntry(long tagId,
                                         long entryId)
                                  throws SystemException
Throws:
SystemException - if a system exception occurred

addAssetTagAssetEntry

public static void addAssetTagAssetEntry(long tagId,
                                         AssetEntry assetEntry)
                                  throws SystemException
Throws:
SystemException - if a system exception occurred

addAssetTagAssetEntries

public static void addAssetTagAssetEntries(long tagId,
                                           long[] entryIds)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

addAssetTagAssetEntries

public static void addAssetTagAssetEntries(long tagId,
                                           List<AssetEntry> AssetEntries)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

clearAssetTagAssetEntries

public static void clearAssetTagAssetEntries(long tagId)
                                      throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetTagAssetEntry

public static void deleteAssetTagAssetEntry(long tagId,
                                            long entryId)
                                     throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetTagAssetEntry

public static void deleteAssetTagAssetEntry(long tagId,
                                            AssetEntry assetEntry)
                                     throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetTagAssetEntries

public static void deleteAssetTagAssetEntries(long tagId,
                                              long[] entryIds)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

deleteAssetTagAssetEntries

public static void deleteAssetTagAssetEntries(long tagId,
                                              List<AssetEntry> AssetEntries)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetTagAssetEntries

public static List<AssetEntry> getAssetTagAssetEntries(long tagId)
                                                throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetTagAssetEntries

public static List<AssetEntry> getAssetTagAssetEntries(long tagId,
                                                       int start,
                                                       int end)
                                                throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetTagAssetEntries

public static List<AssetEntry> getAssetTagAssetEntries(long tagId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException - if a system exception occurred

getAssetTagAssetEntriesCount

public static int getAssetTagAssetEntriesCount(long tagId)
                                        throws SystemException
Throws:
SystemException - if a system exception occurred

hasAssetTagAssetEntry

public static boolean hasAssetTagAssetEntry(long tagId,
                                            long entryId)
                                     throws SystemException
Throws:
SystemException - if a system exception occurred

hasAssetTagAssetEntries

public static boolean hasAssetTagAssetEntries(long tagId)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

setAssetTagAssetEntries

public static void setAssetTagAssetEntries(long tagId,
                                           long[] entryIds)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

deleteEntry

public static void deleteEntry(AssetEntry entry)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

deleteEntry

public static void deleteEntry(long entryId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

deleteEntry

public static void deleteEntry(String className,
                               long classPK)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

fetchEntry

public static AssetEntry fetchEntry(long entryId)
                             throws SystemException
Throws:
SystemException

fetchEntry

public static AssetEntry fetchEntry(long groupId,
                                    String classUuid)
                             throws SystemException
Throws:
SystemException

fetchEntry

public static AssetEntry fetchEntry(String className,
                                    long classPK)
                             throws SystemException
Throws:
SystemException

getAncestorEntries

public static List<AssetEntry> getAncestorEntries(long entryId)
                                           throws PortalException,
                                                  SystemException
Throws:
PortalException
SystemException

getChildEntries

public static List<AssetEntry> getChildEntries(long entryId)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

getCompanyEntries

public static List<AssetEntry> getCompanyEntries(long companyId,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

getCompanyEntriesCount

public static int getCompanyEntriesCount(long companyId)
                                  throws SystemException
Throws:
SystemException

getEntries

public static List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
                                   throws SystemException
Throws:
SystemException

getEntriesCount

public static int getEntriesCount(AssetEntryQuery entryQuery)
                           throws SystemException
Throws:
SystemException

getEntry

public static AssetEntry getEntry(long entryId)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getEntry

public static AssetEntry getEntry(long groupId,
                                  String classUuid)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getEntry

public static AssetEntry getEntry(String className,
                                  long classPK)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getNextEntry

public static AssetEntry getNextEntry(long entryId)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getParentEntry

public static AssetEntry getParentEntry(long entryId)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getPreviousEntry

public static AssetEntry getPreviousEntry(long entryId)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getTopViewedEntries

public static List<AssetEntry> getTopViewedEntries(String className,
                                                   boolean asc,
                                                   int start,
                                                   int end)
                                            throws SystemException
Throws:
SystemException

getTopViewedEntries

public static List<AssetEntry> getTopViewedEntries(String[] className,
                                                   boolean asc,
                                                   int start,
                                                   int end)
                                            throws SystemException
Throws:
SystemException

incrementViewCounter

public static AssetEntry incrementViewCounter(long userId,
                                              String className,
                                              long classPK)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

incrementViewCounter

public static AssetEntry incrementViewCounter(long userId,
                                              String className,
                                              long classPK,
                                              int increment)
                                       throws SystemException
Throws:
SystemException

reindex

public static void reindex(List<AssetEntry> entries)
                    throws PortalException
Throws:
PortalException

search

public static Hits search(long companyId,
                          long[] groupIds,
                          long userId,
                          String className,
                          String keywords,
                          int start,
                          int end)
                   throws SystemException
Deprecated. As of 6.2.0, replaced by search(long, long[], long, String, String, int, int, int)

Throws:
SystemException

search

public static Hits search(long companyId,
                          long[] groupIds,
                          long userId,
                          String className,
                          String keywords,
                          int status,
                          int start,
                          int end)
                   throws SystemException
Throws:
SystemException

search

public static Hits search(long companyId,
                          long[] groupIds,
                          long userId,
                          String className,
                          String userName,
                          String title,
                          String description,
                          String assetCategoryIds,
                          String assetTagNames,
                          boolean andSearch,
                          int start,
                          int end)
                   throws SystemException
Deprecated. As of 6.2.0, replaced by search(long, long[], long, String, String, String, String, String, String, int, boolean, int, int)

Throws:
SystemException

search

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)
                   throws SystemException
Throws:
SystemException

search

public static Hits search(long companyId,
                          long[] groupIds,
                          String className,
                          String keywords,
                          int start,
                          int end)
                   throws SystemException
Deprecated. As of 6.2.0, replaced by search(long, long[], long, String, String, int, int, int)

Throws:
SystemException

updateEntry

public static 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,
                                     SystemException
Throws:
PortalException
SystemException

updateEntry

public static AssetEntry updateEntry(long userId,
                                     long groupId,
                                     String className,
                                     long classPK,
                                     long[] categoryIds,
                                     String[] tagNames)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

updateEntry

public static AssetEntry updateEntry(long userId,
                                     long groupId,
                                     String className,
                                     long classPK,
                                     String classUuid,
                                     long classTypeId,
                                     long[] categoryIds,
                                     String[] tagNames,
                                     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,
                                     Integer priority,
                                     boolean sync)
                              throws PortalException,
                                     SystemException
Deprecated. As of 6.2.0, replaced by updateEntry(long, long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)

Throws:
PortalException
SystemException

updateEntry

public static AssetEntry updateEntry(long userId,
                                     long groupId,
                                     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,
                                     SystemException
Deprecated. As of 6.2.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, Integer, boolean)

Throws:
PortalException
SystemException

updateEntry

public static AssetEntry updateEntry(String className,
                                     long classPK,
                                     Date publishDate,
                                     boolean visible)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

updateEntry

public static AssetEntry updateEntry(String className,
                                     long classPK,
                                     Date publishDate,
                                     Date expirationDate,
                                     boolean visible)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

updateVisible

public static AssetEntry updateVisible(String className,
                                       long classPK,
                                       boolean visible)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

validate

public static void validate(long groupId,
                            String className,
                            long[] categoryIds,
                            String[] tagNames)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getService

public static AssetEntryLocalService getService()

setService

public void setService(AssetEntryLocalService service)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5