Package com.liferay.account.service
Class AccountGroupServiceWrapper
java.lang.Object
com.liferay.account.service.AccountGroupServiceWrapper
- All Implemented Interfaces:
AccountGroupService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
public class AccountGroupServiceWrapper
extends Object
implements AccountGroupService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
Provides a wrapper for
AccountGroupService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAccountGroup(long userId, String description, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteAccountGroup(long accountGroupId) voiddeleteAccountGroups(long[] accountGroupIds) fetchAccountGroup(long accountGroupId) fetchAccountGroupByExternalReferenceCode(String externalReferenceCode, long companyId) getAccountGroup(long accountGroupId) getAccountGroupsByAccountEntryId(long accountEntryId, int start, int end) intgetAccountGroupsCountByAccountEntryId(long accountEntryId) Returns the OSGi service identifier.com.liferay.portal.kernel.search.BaseModelSearchResult<AccountGroup>searchAccountGroups(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountGroup> orderByComparator) voidsetWrappedService(AccountGroupService accountGroupService) updateAccountGroup(long accountGroupId, String description, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateExternalReferenceCode(long accountGroupId, String externalReferenceCode)
-
Constructor Details
-
AccountGroupServiceWrapper
public AccountGroupServiceWrapper() -
AccountGroupServiceWrapper
-
-
Method Details
-
addAccountGroup
public AccountGroup addAccountGroup(long userId, String description, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountGroupin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroup
public AccountGroup deleteAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountGroupin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroups
public void deleteAccountGroups(long[] accountGroupIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountGroupsin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountGroup
public AccountGroup fetchAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountGroupin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountGroupByExternalReferenceCode
public AccountGroup fetchAccountGroupByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountGroupByExternalReferenceCodein interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroup
public AccountGroup getAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupsByAccountEntryId
public List<AccountGroup> getAccountGroupsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupsByAccountEntryIdin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupsCountByAccountEntryId
public int getAccountGroupsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupsCountByAccountEntryIdin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAccountGroupService- Returns:
- the OSGi service identifier
-
searchAccountGroups
public com.liferay.portal.kernel.search.BaseModelSearchResult<AccountGroup> searchAccountGroups(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountGroup> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchAccountGroupsin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAccountGroup
public AccountGroup updateAccountGroup(long accountGroupId, String description, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAccountGroupin interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateExternalReferenceCode
public AccountGroup updateExternalReferenceCode(long accountGroupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateExternalReferenceCodein interfaceAccountGroupService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
-