com.liferay.portlet.asset.service
Class AssetEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetEntryLocalServiceWrapper
- All Implemented Interfaces:
- AssetEntryLocalService
public class AssetEntryLocalServiceWrapper
- extends java.lang.Object
- implements AssetEntryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetEntryLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetEntryLocalService
- Generated:
Method Summary |
AssetEntry |
addAssetEntry(AssetEntry assetEntry)
|
AssetEntry |
createAssetEntry(long entryId)
|
void |
deleteAssetEntry(AssetEntry assetEntry)
|
void |
deleteAssetEntry(long entryId)
|
void |
deleteEntry(AssetEntry entry)
|
void |
deleteEntry(long entryId)
|
void |
deleteEntry(java.lang.String className,
long classPK)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<AssetEntry> |
getAssetEntries(int start,
int end)
|
int |
getAssetEntriesCount()
|
AssetEntry |
getAssetEntry(long entryId)
|
java.util.List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
int |
getCompanyEntriesCount(long companyId)
|
AssetEntryDisplay[] |
getCompanyEntryDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
|
java.util.List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery)
|
int |
getEntriesCount(AssetEntryQuery entryQuery)
|
AssetEntry |
getEntry(long entryId)
|
AssetEntry |
getEntry(java.lang.String className,
long classPK)
|
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()
|
AssetEntry |
incrementViewCounter(java.lang.String className,
long classPK)
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
java.lang.String portletId,
java.lang.String keywords,
int start,
int end)
|
AssetEntryDisplay[] |
searchEntryDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
|
int |
searchEntryDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
|
AssetEntry |
updateAssetEntry(AssetEntry assetEntry)
|
AssetEntry |
updateAssetEntry(AssetEntry assetEntry,
boolean merge)
|
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,
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,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
AssetEntry |
updateVisible(java.lang.String className,
long classPK,
boolean visible)
|
void |
validate(java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetEntryLocalServiceWrapper
public AssetEntryLocalServiceWrapper(AssetEntryLocalService assetEntryLocalService)
addAssetEntry
public AssetEntry addAssetEntry(AssetEntry assetEntry)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addAssetEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createAssetEntry
public AssetEntry createAssetEntry(long entryId)
- Specified by:
createAssetEntry
in interface AssetEntryLocalService
deleteAssetEntry
public void deleteAssetEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteAssetEntry
public void deleteAssetEntry(AssetEntry assetEntry)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetEntry
public AssetEntry getAssetEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getAssetEntries
public java.util.List<AssetEntry> getAssetEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetEntries
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetEntriesCount
public int getAssetEntriesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetEntriesCount
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetEntry
public AssetEntry updateAssetEntry(AssetEntry assetEntry)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetEntry
public AssetEntry updateAssetEntry(AssetEntry assetEntry,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteEntry
public void deleteEntry(AssetEntry entry)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteEntry
public void deleteEntry(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyEntries
public java.util.List<AssetEntry> getCompanyEntries(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyEntries
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyEntriesCount
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyEntryDisplays
public AssetEntryDisplay[] getCompanyEntryDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyEntryDisplays
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntries
public java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntries
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntriesCount
public int getEntriesCount(AssetEntryQuery entryQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntriesCount
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntry
public AssetEntry getEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getEntry
public AssetEntry getEntry(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTopViewedEntries
public java.util.List<AssetEntry> getTopViewedEntries(java.lang.String className,
boolean asc,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTopViewedEntries
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTopViewedEntries
public java.util.List<AssetEntry> getTopViewedEntries(java.lang.String[] className,
boolean asc,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTopViewedEntries
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
incrementViewCounter
public AssetEntry incrementViewCounter(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
incrementViewCounter
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
java.lang.String portletId,
java.lang.String keywords,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchEntryDisplays
public AssetEntryDisplay[] searchEntryDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchEntryDisplays
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchEntryDisplaysCount
public int searchEntryDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchEntryDisplaysCount
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateEntry
public AssetEntry updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
long[] categoryIds,
java.lang.String[] tagNames)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateEntry
public AssetEntry updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
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,
int height,
int width,
java.lang.Integer priority,
boolean sync)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateEntry
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateVisible
public AssetEntry updateVisible(java.lang.String className,
long classPK,
boolean visible)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateVisible
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
validate
public void validate(java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames)
throws com.liferay.portal.kernel.exception.PortalException
- Specified by:
validate
in interface AssetEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
getWrappedAssetEntryLocalService
public AssetEntryLocalService getWrappedAssetEntryLocalService()