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) int
getCompanyEntriesCount
(long companyId) getEntries
(AssetEntryQuery entryQuery) int
getEntriesCount
(AssetEntryQuery entryQuery) getEntry
(long entryId) Returns the OSGi service identifier.incrementViewCounter
(long companyId, String className, long classPK) void
incrementViewCounter
(AssetEntry assetEntry) void
setWrappedService
(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:
fetchEntry
in interfaceAssetEntryService
- Throws:
PortalException
-
getCompanyEntries
- Specified by:
getCompanyEntries
in interfaceAssetEntryService
-
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId) - Specified by:
getCompanyEntriesCount
in interfaceAssetEntryService
-
getEntries
- Specified by:
getEntries
in interfaceAssetEntryService
- Throws:
PortalException
-
getEntriesCount
- Specified by:
getEntriesCount
in interfaceAssetEntryService
- Throws:
PortalException
-
getEntry
- Specified by:
getEntry
in interfaceAssetEntryService
- Throws:
PortalException
-
getEntry
- Specified by:
getEntry
in interfaceAssetEntryService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAssetEntryService
- Returns:
- the OSGi service identifier
-
incrementViewCounter
- Specified by:
incrementViewCounter
in interfaceAssetEntryService
- Throws:
PortalException
-
incrementViewCounter
public AssetEntry incrementViewCounter(long companyId, String className, long classPK) throws PortalException - Specified by:
incrementViewCounter
in 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:
updateEntry
in interfaceAssetEntryService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<AssetEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<AssetEntryService>
-