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) void
deleteAccountGroups
(long[] accountGroupIds) fetchAccountGroup
(long accountGroupId) fetchAccountGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) getAccountGroup
(long accountGroupId) getAccountGroupsByAccountEntryId
(long accountEntryId, int start, int end) int
getAccountGroupsCountByAccountEntryId
(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) void
setWrappedService
(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:
addAccountGroup
in interfaceAccountGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroup
public AccountGroup deleteAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountGroup
in interfaceAccountGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroups
public void deleteAccountGroups(long[] accountGroupIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountGroups
in interfaceAccountGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountGroup
public AccountGroup fetchAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountGroup
in 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:
fetchAccountGroupByExternalReferenceCode
in interfaceAccountGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroup
public AccountGroup getAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroup
in 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:
getAccountGroupsByAccountEntryId
in interfaceAccountGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupsCountByAccountEntryId
public int getAccountGroupsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupsCountByAccountEntryId
in interfaceAccountGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
searchAccountGroups
in 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:
updateAccountGroup
in 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:
updateExternalReferenceCode
in interfaceAccountGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupService>
-