Package com.liferay.asset.kernel.service
Class AssetEntryServiceWrapper
Object
com.liferay.asset.kernel.service.AssetEntryServiceWrapper
- All Implemented Interfaces:
AssetEntryService,BaseService,ServiceWrapper<AssetEntryService>
public class AssetEntryServiceWrapper
extends Object
implements AssetEntryService, ServiceWrapper<AssetEntryService>
Provides a wrapper for
AssetEntryService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchEntry(long entryId) getCompanyEntries(long companyId, int start, int end) intgetCompanyEntriesCount(long companyId) getEntries(AssetEntryQuery entryQuery) intgetEntriesCount(AssetEntryQuery entryQuery) getEntry(long entryId) Returns the OSGi service identifier.incrementViewCounter(long companyId, String className, long classPK) voidincrementViewCounter(AssetEntry assetEntry) voidsetWrappedService(AssetEntryService assetEntryService) updateEntry(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)
-
Constructor Details
-
AssetEntryServiceWrapper
public AssetEntryServiceWrapper() -
AssetEntryServiceWrapper
-
-
Method Details
-
fetchEntry
- Specified by:
fetchEntryin interfaceAssetEntryService- Throws:
PortalException
-
getCompanyEntries
- Specified by:
getCompanyEntriesin interfaceAssetEntryService
-
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId) - Specified by:
getCompanyEntriesCountin interfaceAssetEntryService
-
getEntries
- Specified by:
getEntriesin interfaceAssetEntryService- Throws:
PortalException
-
getEntriesCount
- Specified by:
getEntriesCountin interfaceAssetEntryService- Throws:
PortalException
-
getEntry
- Specified by:
getEntryin interfaceAssetEntryService- Throws:
PortalException
-
getEntry
- Specified by:
getEntryin interfaceAssetEntryService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetEntryService- Returns:
- the OSGi service identifier
-
incrementViewCounter
- Specified by:
incrementViewCounterin interfaceAssetEntryService- Throws:
PortalException
-
incrementViewCounter
public AssetEntry incrementViewCounter(long companyId, String className, long classPK) throws PortalException - Specified by:
incrementViewCounterin interfaceAssetEntryService- Throws:
PortalException
-
updateEntry
public AssetEntry updateEntry(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 - Specified by:
updateEntryin interfaceAssetEntryService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<AssetEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<AssetEntryService>
-