public class CommerceAccountGroupLocalServiceWrapper extends java.lang.Object implements CommerceAccountGroupLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupLocalService>
CommerceAccountGroupLocalService.CommerceAccountGroupLocalService| Constructor and Description |
|---|
CommerceAccountGroupLocalServiceWrapper() |
CommerceAccountGroupLocalServiceWrapper(CommerceAccountGroupLocalService commerceAccountGroupLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroup |
addCommerceAccountGroup(long companyId,
java.lang.String name,
int type,
boolean system,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
checkGuestCommerceAccountGroup(long companyId) |
CommerceAccountGroup |
deleteCommerceAccountGroup(CommerceAccountGroup commerceAccountGroup) |
CommerceAccountGroup |
deleteCommerceAccountGroup(long commerceAccountGroupId) |
CommerceAccountGroup |
fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
CommerceAccountGroup |
fetchCommerceAccountGroup(long commerceAccountGroupId) |
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.util.List<java.lang.Long> |
getCommerceAccountUserIdsFromAccountGroupIds(long[] commerceAccountGroupIds,
int start,
int end) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAccountGroupLocalService |
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(CommerceAccountGroupLocalService commerceAccountGroupLocalService) |
CommerceAccountGroup |
updateCommerceAccountGroup(long commerceAccountGroupId,
java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommerceAccountGroupLocalServiceWrapper()
public CommerceAccountGroupLocalServiceWrapper(CommerceAccountGroupLocalService commerceAccountGroupLocalService)
public CommerceAccountGroup addCommerceAccountGroup(long companyId, java.lang.String name, int type, boolean system, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountGroup in interface CommerceAccountGroupLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void checkGuestCommerceAccountGroup(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
checkGuestCommerceAccountGroup in interface CommerceAccountGroupLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroup deleteCommerceAccountGroup(CommerceAccountGroup commerceAccountGroup) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountGroup in interface CommerceAccountGroupLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroup deleteCommerceAccountGroup(long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountGroup in interface CommerceAccountGroupLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroup fetchByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchByExternalReferenceCode in interface CommerceAccountGroupLocalServicepublic CommerceAccountGroup fetchCommerceAccountGroup(long commerceAccountGroupId)
fetchCommerceAccountGroup in interface CommerceAccountGroupLocalServicepublic CommerceAccountGroup getCommerceAccountGroup(long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroup in interface CommerceAccountGroupLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccountGroup> getCommerceAccountGroups(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroup> orderByComparator)
getCommerceAccountGroups in interface CommerceAccountGroupLocalServicepublic java.util.List<CommerceAccountGroup> getCommerceAccountGroupsByCommerceAccountId(long commerceAccountId, int start, int end)
getCommerceAccountGroupsByCommerceAccountId in interface CommerceAccountGroupLocalServicepublic int getCommerceAccountGroupsByCommerceAccountIdCount(long commerceAccountId)
getCommerceAccountGroupsByCommerceAccountIdCount in interface CommerceAccountGroupLocalServicepublic int getCommerceAccountGroupsCount(long companyId)
getCommerceAccountGroupsCount in interface CommerceAccountGroupLocalServicepublic java.util.List<java.lang.Long> getCommerceAccountUserIdsFromAccountGroupIds(long[] commerceAccountGroupIds,
int start,
int end)
getCommerceAccountUserIdsFromAccountGroupIds in interface CommerceAccountGroupLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountGroupLocalServicepublic 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 CommerceAccountGroupLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommerceAccountsGroupCount(long companyId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
searchCommerceAccountsGroupCount in interface CommerceAccountGroupLocalServicecom.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 CommerceAccountGroupLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountGroupLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupLocalService>public void setWrappedService(CommerceAccountGroupLocalService commerceAccountGroupLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountGroupLocalService>