Package com.liferay.account.service
Class AccountGroupRelServiceWrapper
java.lang.Object
com.liferay.account.service.AccountGroupRelServiceWrapper
- All Implemented Interfaces:
AccountGroupRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
public class AccountGroupRelServiceWrapper
extends Object
implements AccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
Provides a wrapper for
AccountGroupRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountGroupRelServiceWrapper
(AccountGroupRelService accountGroupRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddAccountGroupRel
(long accountGroupId, String className, long classPK) void
addAccountGroupRels
(long accountGroupId, String className, long[] classPKs) deleteAccountGroupRel
(long accountGroupRelId) void
deleteAccountGroupRels
(long accountGroupId, String className, long[] classPKs) fetchAccountGroupRel
(long accountGroupId, String className, long classPK) Returns the OSGi service identifier.void
setWrappedService
(AccountGroupRelService accountGroupRelService)
-
Constructor Details
-
AccountGroupRelServiceWrapper
public AccountGroupRelServiceWrapper() -
AccountGroupRelServiceWrapper
-
-
Method Details
-
addAccountGroupRel
public AccountGroupRel addAccountGroupRel(long accountGroupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountGroupRel
in interfaceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountGroupRels
public void addAccountGroupRels(long accountGroupId, String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountGroupRels
in interfaceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroupRel
public AccountGroupRel deleteAccountGroupRel(long accountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountGroupRel
in interfaceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroupRels
public void deleteAccountGroupRels(long accountGroupId, String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountGroupRels
in interfaceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountGroupRel
public AccountGroupRel fetchAccountGroupRel(long accountGroupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountGroupRel
in interfaceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAccountGroupRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
-