public class CommerceAccountGroupServiceWrapper extends java.lang.Object implements CommerceAccountGroupService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupService>
CommerceAccountGroupService.CommerceAccountGroupService| Constructor and Description |
|---|
CommerceAccountGroupServiceWrapper() |
CommerceAccountGroupServiceWrapper(CommerceAccountGroupService commerceAccountGroupService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroup |
addCommerceAccountGroup(long companyId,
java.lang.String name,
int type,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceAccountGroup(long commerceAccountGroupId) |
CommerceAccountGroup |
fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
CommerceAccountGroup |
getCommerceAccountGroup(long commerceAccountGroupId) |
java.util.List<CommerceAccountGroup> |
getCommerceAccountGroups(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroup> orderByComparator) |
java.util.List<CommerceAccountGroup> |
getCommerceAccountGroupsByCommerceAccountId(long commerceAccountId,
int start,
int end) |
int |
getCommerceAccountGroupsByCommerceAccountIdCount(long commerceAccountId) |
int |
getCommerceAccountGroupsCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountGroupService |
getWrappedService() |
java.util.List<CommerceAccountGroup> |
search(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommerceAccountsGroupCount(long companyId,
java.lang.String keywords) |
void |
setWrappedService(CommerceAccountGroupService commerceAccountGroupService) |
CommerceAccountGroup |
updateCommerceAccountGroup(long commerceAccountGroupId,
java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommerceAccountGroupServiceWrapper()
public CommerceAccountGroupServiceWrapper(CommerceAccountGroupService commerceAccountGroupService)
public CommerceAccountGroup addCommerceAccountGroup(long companyId, java.lang.String name, int type, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountGroup in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountGroup(long commerceAccountGroupId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountGroup in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroup fetchByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroup getCommerceAccountGroup(long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroup in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountGroup> getCommerceAccountGroups(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroup> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroups in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountGroup> getCommerceAccountGroupsByCommerceAccountId(long commerceAccountId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupsByCommerceAccountId in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAccountGroupsByCommerceAccountIdCount(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupsByCommerceAccountIdCount in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAccountGroupsCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroupsCount in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountGroupServicepublic java.util.List<CommerceAccountGroup> search(long companyId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
search in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommerceAccountsGroupCount(long companyId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
searchCommerceAccountsGroupCount in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroup updateCommerceAccountGroup(long commerceAccountGroupId, java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceAccountGroup in interface CommerceAccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroupService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupService>public void setWrappedService(CommerceAccountGroupService commerceAccountGroupService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupService>