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 AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public AccountGroup deleteAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountGroup
in interface AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public void deleteAccountGroups(long[] accountGroupIds) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountGroups
in interface AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AccountGroupService
public AccountGroup updateAccountGroup(long accountGroupId, java.lang.String description, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateAccountGroup
in interface AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public 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>