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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AccountGroup |
deleteAccountGroup(long accountGroupId) |
void |
deleteAccountGroups(long[] accountGroupIds) |
AccountGroup |
fetchAccountGroupByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
AccountGroup |
getAccountGroup(long accountGroupId) |
java.util.List<AccountGroup> |
getAccountGroupsByAccountEntryId(long accountEntryId,
int start,
int end) |
int |
getAccountGroupsCountByAccountEntryId(long accountEntryId) |
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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AccountGroup |
updateExternalReferenceCode(long accountGroupId,
java.lang.String externalReferenceCode) |
public AccountGroupServiceWrapper()
public AccountGroupServiceWrapper(AccountGroupService accountGroupService)
public AccountGroup addAccountGroup(long userId, java.lang.String description, java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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 AccountGroup fetchAccountGroupByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountGroupByExternalReferenceCode
in interface AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public AccountGroup getAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException
getAccountGroup
in interface AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<AccountGroup> getAccountGroupsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getAccountGroupsByAccountEntryId
in interface AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public int getAccountGroupsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
getAccountGroupsCountByAccountEntryId
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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateAccountGroup
in interface AccountGroupService
com.liferay.portal.kernel.exception.PortalException
public AccountGroup updateExternalReferenceCode(long accountGroupId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode
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>