Class COREntryRelServiceWrapper
java.lang.Object
com.liferay.commerce.order.rule.service.COREntryRelServiceWrapper
- All Implemented Interfaces:
COREntryRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
public class COREntryRelServiceWrapper
extends Object
implements COREntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
Provides a wrapper for
COREntryRelService
.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCOREntryRel
(String className, long classPK, long corEntryId) void
deleteCOREntryRel
(long corEntryRelId) void
deleteCOREntryRels
(String className, long corEntryId) void
deleteCOREntryRelsByCOREntryId
(long corEntryId) fetchCOREntryRel
(String className, long classPK, long corEntryId) getAccountEntryCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getAccountEntryCOREntryRelsCount
(long corEntryId, String keywords) getAccountGroupCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getAccountGroupCOREntryRelsCount
(long corEntryId, String keywords) getCommerceChannelCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getCommerceChannelCOREntryRelsCount
(long corEntryId, String keywords) getCommerceOrderTypeCOREntryRels
(long corEntryId, String keywords, int start, int end) int
getCommerceOrderTypeCOREntryRelsCount
(long corEntryId, String keywords) getCOREntryRel
(long corEntryRelId) getCOREntryRels
(long corEntryId) getCOREntryRels
(long corEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) int
getCOREntryRelsCount
(long corEntryId) Returns the OSGi service identifier.void
setWrappedService
(COREntryRelService corEntryRelService)
-
Constructor Details
-
COREntryRelServiceWrapper
public COREntryRelServiceWrapper() -
COREntryRelServiceWrapper
-
-
Method Details
-
addCOREntryRel
public COREntryRel addCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCOREntryRel
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRel
public void deleteCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCOREntryRel
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRels
public void deleteCOREntryRels(String className, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCOREntryRels
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRelsByCOREntryId
public void deleteCOREntryRelsByCOREntryId(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCOREntryRelsByCOREntryId
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCOREntryRel
public COREntryRel fetchCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCOREntryRel
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCOREntryRels
public List<COREntryRel> getAccountEntryCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryCOREntryRels
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCOREntryRelsCount
public int getAccountEntryCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryCOREntryRelsCount
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCOREntryRels
public List<COREntryRel> getAccountGroupCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupCOREntryRels
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCOREntryRelsCount
public int getAccountGroupCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupCOREntryRelsCount
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCOREntryRels
public List<COREntryRel> getCommerceChannelCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelCOREntryRels
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCOREntryRelsCount
public int getCommerceChannelCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceChannelCOREntryRelsCount
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCOREntryRels
public List<COREntryRel> getCommerceOrderTypeCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCOREntryRels
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCOREntryRelsCount
public int getCommerceOrderTypeCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCOREntryRelsCount
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRel
public COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryRel
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRels
public List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryRels
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRels
public List<COREntryRel> getCOREntryRels(long corEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryRels
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRelsCount
public int getCOREntryRelsCount(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryRelsCount
in interfaceCOREntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCOREntryRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
-