public class AccountGroupServiceWrapper extends java.lang.Object implements AccountGroupService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
AccountGroupService.AccountGroupService| Constructor and Description |
|---|
AccountGroupServiceWrapper(AccountGroupService accountGroupService) |
| Modifier and Type | Method and Description |
|---|---|
AccountGroup |
addAccountGroup(long userId,
java.lang.String description,
java.lang.String name) |
AccountGroup |
deleteAccountGroup(long accountGroupId) |
void |
deleteAccountGroups(long[] accountGroupIds) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountGroupService |
getWrappedService() |
void |
setWrappedService(AccountGroupService accountGroupService) |
AccountGroup |
updateAccountGroup(long accountGroupId,
java.lang.String description,
java.lang.String name) |
public AccountGroupServiceWrapper(AccountGroupService accountGroupService)
public AccountGroup addAccountGroup(long userId, java.lang.String description, java.lang.String name) 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 AccountGroup updateAccountGroup(long accountGroupId, java.lang.String description, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateAccountGroup 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>