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) voiddeleteCPAttachmentFileEntry(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) intgetCPAttachmentFileEntriesCount(long classNameId, long classPK, int type, int status) intgetCPAttachmentFileEntriesCount(long classNameId, long classPK, String keywords, int type, int status) getCPAttachmentFileEntry(long cpAttachmentFileEntryId) Returns the OSGi service identifier.voidsetWrappedService(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:
addCPAttachmentFileEntryin 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:
addOrUpdateCPAttachmentFileEntryin interfaceCPAttachmentFileEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPAttachmentFileEntry
public void deleteCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPAttachmentFileEntryin interfaceCPAttachmentFileEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPAttachmentFileEntry
public CPAttachmentFileEntry fetchCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPAttachmentFileEntryin 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:
fetchCPAttachmentFileEntryByExternalReferenceCodein 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:
getCPAttachmentFileEntriesin 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:
getCPAttachmentFileEntriesin 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:
getCPAttachmentFileEntriesin 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:
getCPAttachmentFileEntriesCountin 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:
getCPAttachmentFileEntriesCountin interfaceCPAttachmentFileEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPAttachmentFileEntry
public CPAttachmentFileEntry getCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPAttachmentFileEntryin interfaceCPAttachmentFileEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCPAttachmentFileEntryin interfaceCPAttachmentFileEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPAttachmentFileEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPAttachmentFileEntryService>
-