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) voiddeleteCOREntryRel(long corEntryRelId) voiddeleteCOREntryRels(String className, long corEntryId) voiddeleteCOREntryRelsByCOREntryId(long corEntryId) fetchCOREntryRel(String className, long classPK, long corEntryId) getAccountEntryCOREntryRels(long corEntryId, String keywords, int start, int end) intgetAccountEntryCOREntryRelsCount(long corEntryId, String keywords) getAccountGroupCOREntryRels(long corEntryId, String keywords, int start, int end) intgetAccountGroupCOREntryRelsCount(long corEntryId, String keywords) getCommerceChannelCOREntryRels(long corEntryId, String keywords, int start, int end) intgetCommerceChannelCOREntryRelsCount(long corEntryId, String keywords) getCommerceOrderTypeCOREntryRels(long corEntryId, String keywords, int start, int end) intgetCommerceOrderTypeCOREntryRelsCount(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) intgetCOREntryRelsCount(long corEntryId) Returns the OSGi service identifier.voidsetWrappedService(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:
addCOREntryRelin interfaceCOREntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRel
public void deleteCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCOREntryRelin 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:
deleteCOREntryRelsin interfaceCOREntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntryRelsByCOREntryId
public void deleteCOREntryRelsByCOREntryId(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCOREntryRelsByCOREntryIdin 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:
fetchCOREntryRelin 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:
getAccountEntryCOREntryRelsin 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:
getAccountEntryCOREntryRelsCountin 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:
getAccountGroupCOREntryRelsin 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:
getAccountGroupCOREntryRelsCountin 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:
getCommerceChannelCOREntryRelsin 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:
getCommerceChannelCOREntryRelsCountin 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:
getCommerceOrderTypeCOREntryRelsin 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:
getCommerceOrderTypeCOREntryRelsCountin interfaceCOREntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRel
public COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryRelin interfaceCOREntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRels
public List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryRelsin 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:
getCOREntryRelsin interfaceCOREntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntryRelsCount
public int getCOREntryRelsCount(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryRelsCountin interfaceCOREntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCOREntryRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
-