Class CPAttachmentFileEntryServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CPAttachmentFileEntryServiceWrapper
- All Implemented Interfaces:
CPAttachmentFileEntryService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CPAttachmentFileEntryService>
public class CPAttachmentFileEntryServiceWrapper
extends Object
implements CPAttachmentFileEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CPAttachmentFileEntryService>
Provides a wrapper for
CPAttachmentFileEntryService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCPAttachmentFileEntryServiceWrapper
(CPAttachmentFileEntryService cpAttachmentFileEntryService) -
Method Summary
Modifier and TypeMethodDescriptionaddCPAttachmentFileEntry
(long groupId, long classNameId, long classPK, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale, String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) addOrUpdateCPAttachmentFileEntry
(String externalReferenceCode, long groupId, long classNameId, long classPK, long cpAttachmentFileEntryId, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale, String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCPAttachmentFileEntry
(long cpAttachmentFileEntryId) fetchCPAttachmentFileEntry
(long cpAttachmentFileEntryId) fetchCPAttachmentFileEntryByExternalReferenceCode
(String externalReferenceCode, long companyId) getCPAttachmentFileEntries
(long classNameId, long classPK, int type, int status, int start, int end) getCPAttachmentFileEntries
(long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) getCPAttachmentFileEntries
(long classNameId, long classPK, String keywords, int type, int status, int start, int end) int
getCPAttachmentFileEntriesCount
(long classNameId, long classPK, int type, int status) int
getCPAttachmentFileEntriesCount
(long classNameId, long classPK, String keywords, int type, int status) getCPAttachmentFileEntry
(long cpAttachmentFileEntryId) Returns the OSGi service identifier.void
setWrappedService
(CPAttachmentFileEntryService cpAttachmentFileEntryService) updateCPAttachmentFileEntry
(long cpAttachmentFileEntryId, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale, String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CPAttachmentFileEntryServiceWrapper
public CPAttachmentFileEntryServiceWrapper() -
CPAttachmentFileEntryServiceWrapper
public CPAttachmentFileEntryServiceWrapper(CPAttachmentFileEntryService cpAttachmentFileEntryService)
-
-
Method Details
-
addCPAttachmentFileEntry
public CPAttachmentFileEntry addCPAttachmentFileEntry(long groupId, long classNameId, long classPK, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale, String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addCPAttachmentFileEntry
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateCPAttachmentFileEntry
public CPAttachmentFileEntry addOrUpdateCPAttachmentFileEntry(String externalReferenceCode, long groupId, long classNameId, long classPK, long cpAttachmentFileEntryId, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale, String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addOrUpdateCPAttachmentFileEntry
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPAttachmentFileEntry
public void deleteCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPAttachmentFileEntry
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPAttachmentFileEntry
public CPAttachmentFileEntry fetchCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPAttachmentFileEntry
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPAttachmentFileEntryByExternalReferenceCode
public CPAttachmentFileEntry fetchCPAttachmentFileEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPAttachmentFileEntryByExternalReferenceCode
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPAttachmentFileEntries
public List<CPAttachmentFileEntry> getCPAttachmentFileEntries(long classNameId, long classPK, int type, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPAttachmentFileEntries
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPAttachmentFileEntries
public List<CPAttachmentFileEntry> getCPAttachmentFileEntries(long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPAttachmentFileEntries
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPAttachmentFileEntries
public List<CPAttachmentFileEntry> getCPAttachmentFileEntries(long classNameId, long classPK, String keywords, int type, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPAttachmentFileEntries
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPAttachmentFileEntriesCount
public int getCPAttachmentFileEntriesCount(long classNameId, long classPK, int type, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPAttachmentFileEntriesCount
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPAttachmentFileEntriesCount
public int getCPAttachmentFileEntriesCount(long classNameId, long classPK, String keywords, int type, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPAttachmentFileEntriesCount
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPAttachmentFileEntry
public CPAttachmentFileEntry getCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPAttachmentFileEntry
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCPAttachmentFileEntryService
- Returns:
- the OSGi service identifier
-
updateCPAttachmentFileEntry
public CPAttachmentFileEntry updateCPAttachmentFileEntry(long cpAttachmentFileEntryId, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale, String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateCPAttachmentFileEntry
in interfaceCPAttachmentFileEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPAttachmentFileEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPAttachmentFileEntryService>
-