public class CommerceAccountGroupRelServiceWrapper extends java.lang.Object implements CommerceAccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupRelService>
CommerceAccountGroupRelService.CommerceAccountGroupRelService| Constructor and Description |
|---|
CommerceAccountGroupRelServiceWrapper(CommerceAccountGroupRelService commerceAccountGroupRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroupRel |
addCommerceAccountGroupRel(java.lang.String className,
long classPK,
long commerceAccountGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteCommerceAccountGroupRels(java.lang.String className,
long classPK) |
java.util.List<CommerceAccountGroupRel> |
getCommerceAccountGroupRels(long commerceAccountGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator) |
java.util.List<CommerceAccountGroupRel> |
getCommerceAccountGroupRels(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator) |
int |
getCommerceAccountGroupRelsCount(long commerceAccountGroupId) |
int |
getCommerceAccountGroupRelsCount(java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountGroupRelService |
getWrappedService() |
void |
setWrappedService(CommerceAccountGroupRelService commerceAccountGroupRelService) |
public CommerceAccountGroupRelServiceWrapper(CommerceAccountGroupRelService commerceAccountGroupRelService)
public CommerceAccountGroupRel addCommerceAccountGroupRel(java.lang.String className, long classPK, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
CommerceAccountGroupRelServiceUtil to access the commerce account group rel remote service. Add custom service methods to com.liferay.commerce.account.service.impl.CommerceAccountGroupRelServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addCommerceAccountGroupRel in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountGroupRels(java.lang.String className,
long classPK)
deleteCommerceAccountGroupRels in interface CommerceAccountGroupRelServicepublic java.util.List<CommerceAccountGroupRel> getCommerceAccountGroupRels(long commerceAccountGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupRels in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountGroupRel> getCommerceAccountGroupRels(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupRels in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAccountGroupRelsCount(long commerceAccountGroupId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupRelsCount in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAccountGroupRelsCount(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupRelsCount in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountGroupRelServicepublic CommerceAccountGroupRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupRelService>public void setWrappedService(CommerceAccountGroupRelService commerceAccountGroupRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupRelService>