public class AccountGroupServiceWrapper extends java.lang.Object implements AccountGroupService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
AccountGroupService.AccountGroupService| Constructor and Description |
|---|
AccountGroupServiceWrapper() |
AccountGroupServiceWrapper(AccountGroupService accountGroupService) |
| Modifier and Type | Method and Description |
|---|---|
AccountGroup |
addAccountGroup(long userId,
java.lang.String description,
java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AccountGroup |
deleteAccountGroup(long accountGroupId) |
void |
deleteAccountGroups(long[] accountGroupIds) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountGroupService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<AccountGroup> |
searchAccountGroups(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountGroup> orderByComparator) |
void |
setWrappedService(AccountGroupService accountGroupService) |
AccountGroup |
updateAccountGroup(long accountGroupId,
java.lang.String description,
java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AccountGroup |
updateExternalReferenceCode(long accountGroupId,
java.lang.String externalReferenceCode) |
public AccountGroupServiceWrapper()
public AccountGroupServiceWrapper(AccountGroupService accountGroupService)
public AccountGroup addAccountGroup(long userId, java.lang.String description, java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAccountGroup in interface AccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountGroup deleteAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountGroup in interface AccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAccountGroups(long[] accountGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountGroups in interface AccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountGroupServicepublic com.liferay.portal.kernel.search.BaseModelSearchResult<AccountGroup> searchAccountGroups(long companyId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountGroup> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
searchAccountGroups in interface AccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountGroup updateAccountGroup(long accountGroupId, java.lang.String description, java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateAccountGroup in interface AccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountGroup updateExternalReferenceCode(long accountGroupId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode in interface AccountGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountGroupService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>public void setWrappedService(AccountGroupService accountGroupService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>