public class CommerceAccountGroupRelServiceWrapper extends java.lang.Object implements CommerceAccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupRelService>
CommerceAccountGroupRelService.CommerceAccountGroupRelService| Constructor and Description |
|---|
CommerceAccountGroupRelServiceWrapper() |
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) |
void |
deleteCommerceAccountGroupRel(long commerceAccountGroupRelId) |
void |
deleteCommerceAccountGroupRels(java.lang.String className,
long classPK) |
CommerceAccountGroupRel |
getCommerceAccountGroupRel(long commerceAccountGroupRelId) |
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()
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
addCommerceAccountGroupRel in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountGroupRel(long commerceAccountGroupRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountGroupRel in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountGroupRels(java.lang.String className,
long classPK)
deleteCommerceAccountGroupRels in interface CommerceAccountGroupRelServicepublic CommerceAccountGroupRel getCommerceAccountGroupRel(long commerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupRel in interface CommerceAccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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)
getCommerceAccountGroupRelsCount in interface CommerceAccountGroupRelServicepublic 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>