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) |
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) |
public AccountGroupServiceWrapper()
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 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 AccountGroupService
com.liferay.portal.kernel.exception.PortalException
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>