public class CommerceAccountGroupRelLocalServiceWrapper extends java.lang.Object implements CommerceAccountGroupRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupRelLocalService>
CommerceAccountGroupRelLocalService.CommerceAccountGroupRelLocalService| Constructor and Description |
|---|
CommerceAccountGroupRelLocalServiceWrapper() |
CommerceAccountGroupRelLocalServiceWrapper(CommerceAccountGroupRelLocalService commerceAccountGroupRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroupRel |
addCommerceAccountGroupRel(CommerceAccountGroupRel commerceAccountGroupRel) |
CommerceAccountGroupRel |
addCommerceAccountGroupRel(java.lang.String className,
long classPK,
long commerceAccountGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccountGroupRel |
deleteCommerceAccountGroupRel(CommerceAccountGroupRel commerceAccountGroupRel) |
CommerceAccountGroupRel |
deleteCommerceAccountGroupRel(long commerceAccountGroupRelId) |
void |
deleteCommerceAccountGroupRels(long commerceAccountGroupId) |
void |
deleteCommerceAccountGroupRels(java.lang.String className,
long classPK) |
CommerceAccountGroupRel |
fetchCommerceAccountGroupRel(long commerceAccountGroupRelId) |
CommerceAccountGroupRel |
getCommerceAccountGroupRel(long commerceAccountGroupRelId) |
java.util.List<CommerceAccountGroupRel> |
getCommerceAccountGroupRels(int start,
int end) |
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() |
int |
getCommerceAccountGroupRelsCount(long commerceAccountGroupId) |
int |
getCommerceAccountGroupRelsCount(java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountGroupRelLocalService |
getWrappedService() |
void |
setWrappedService(CommerceAccountGroupRelLocalService commerceAccountGroupRelLocalService) |
public CommerceAccountGroupRelLocalServiceWrapper()
public CommerceAccountGroupRelLocalServiceWrapper(CommerceAccountGroupRelLocalService commerceAccountGroupRelLocalService)
public CommerceAccountGroupRel addCommerceAccountGroupRel(CommerceAccountGroupRel commerceAccountGroupRel)
addCommerceAccountGroupRel in interface CommerceAccountGroupRelLocalServicepublic 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 CommerceAccountGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroupRel deleteCommerceAccountGroupRel(CommerceAccountGroupRel commerceAccountGroupRel)
deleteCommerceAccountGroupRel in interface CommerceAccountGroupRelLocalServicepublic CommerceAccountGroupRel deleteCommerceAccountGroupRel(long commerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountGroupRel in interface CommerceAccountGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountGroupRels(long commerceAccountGroupId)
deleteCommerceAccountGroupRels in interface CommerceAccountGroupRelLocalServicepublic void deleteCommerceAccountGroupRels(java.lang.String className,
long classPK)
deleteCommerceAccountGroupRels in interface CommerceAccountGroupRelLocalServicepublic CommerceAccountGroupRel fetchCommerceAccountGroupRel(long commerceAccountGroupRelId)
fetchCommerceAccountGroupRel in interface CommerceAccountGroupRelLocalServicepublic CommerceAccountGroupRel getCommerceAccountGroupRel(long commerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupRel in interface CommerceAccountGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountGroupRel> getCommerceAccountGroupRels(int start, int end)
getCommerceAccountGroupRels in interface CommerceAccountGroupRelLocalServicepublic java.util.List<CommerceAccountGroupRel> getCommerceAccountGroupRels(long commerceAccountGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator)
getCommerceAccountGroupRels in interface CommerceAccountGroupRelLocalServicepublic java.util.List<CommerceAccountGroupRel> getCommerceAccountGroupRels(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroupRel> orderByComparator)
getCommerceAccountGroupRels in interface CommerceAccountGroupRelLocalServicepublic int getCommerceAccountGroupRelsCount()
getCommerceAccountGroupRelsCount in interface CommerceAccountGroupRelLocalServicepublic int getCommerceAccountGroupRelsCount(long commerceAccountGroupId)
getCommerceAccountGroupRelsCount in interface CommerceAccountGroupRelLocalServicepublic int getCommerceAccountGroupRelsCount(java.lang.String className,
long classPK)
getCommerceAccountGroupRelsCount in interface CommerceAccountGroupRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountGroupRelLocalServicepublic CommerceAccountGroupRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupRelLocalService>public void setWrappedService(CommerceAccountGroupRelLocalService commerceAccountGroupRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupRelLocalService>