Package com.liferay.account.service
Class AccountEntryOrganizationRelServiceWrapper
java.lang.Object
com.liferay.account.service.AccountEntryOrganizationRelServiceWrapper
- All Implemented Interfaces:
AccountEntryOrganizationRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelService>
public class AccountEntryOrganizationRelServiceWrapper
extends Object
implements AccountEntryOrganizationRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelService>
Provides a wrapper for
AccountEntryOrganizationRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountEntryOrganizationRelServiceWrapper
(AccountEntryOrganizationRelService accountEntryOrganizationRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddAccountEntryOrganizationRel
(long accountEntryId, long organizationId) void
addAccountEntryOrganizationRels
(long accountEntryId, long[] organizationIds) void
deleteAccountEntryOrganizationRel
(long accountEntryId, long organizationId) void
deleteAccountEntryOrganizationRels
(long accountEntryId, long[] organizationIds) fetchAccountEntryOrganizationRel
(long accountEntryOrganizationRelId) fetchAccountEntryOrganizationRel
(long accountEntryId, long organizationId) getAccountEntryOrganizationRel
(long accountEntryId, long organizationId) getAccountEntryOrganizationRels
(long accountEntryId, int start, int end) int
getAccountEntryOrganizationRelsCount
(long accountEntryId) Returns the OSGi service identifier.void
setWrappedService
(AccountEntryOrganizationRelService accountEntryOrganizationRelService)
-
Constructor Details
-
AccountEntryOrganizationRelServiceWrapper
public AccountEntryOrganizationRelServiceWrapper() -
AccountEntryOrganizationRelServiceWrapper
public AccountEntryOrganizationRelServiceWrapper(AccountEntryOrganizationRelService accountEntryOrganizationRelService)
-
-
Method Details
-
addAccountEntryOrganizationRel
public AccountEntryOrganizationRel addAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountEntryOrganizationRels
public void addAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRel
public void deleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRels
public void deleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryOrganizationRel
public AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryOrganizationRel
public AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRel
public AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRels
public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRelsCount
public int getAccountEntryOrganizationRelsCount(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryOrganizationRelsCount
in interfaceAccountEntryOrganizationRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAccountEntryOrganizationRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelService>
-
setWrappedService
public void setWrappedService(AccountEntryOrganizationRelService accountEntryOrganizationRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelService>
-