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) voidaddAccountGroupRels(long accountGroupId, String className, long[] classPKs) deleteAccountGroupRel(long accountGroupRelId) voiddeleteAccountGroupRels(long accountGroupId, String className, long[] classPKs) fetchAccountGroupRel(long accountGroupId, String className, long classPK) Returns the OSGi service identifier.voidsetWrappedService(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:
addAccountGroupRelin 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:
addAccountGroupRelsin interfaceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountGroupRel
public AccountGroupRel deleteAccountGroupRel(long accountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountGroupRelin 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:
deleteAccountGroupRelsin 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:
fetchAccountGroupRelin interfaceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAccountGroupRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
-