public class AccountGroupRelServiceWrapper extends java.lang.Object implements AccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
AccountGroupRelService.AccountGroupRelService| Constructor and Description |
|---|
AccountGroupRelServiceWrapper() |
AccountGroupRelServiceWrapper(AccountGroupRelService accountGroupRelService) |
| Modifier and Type | Method and Description |
|---|---|
AccountGroupRel |
addAccountGroupRel(long accountGroupId,
java.lang.String className,
long classPK) |
void |
addAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs) |
void |
deleteAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountGroupRelService |
getWrappedService() |
void |
setWrappedService(AccountGroupRelService accountGroupRelService) |
public AccountGroupRelServiceWrapper()
public AccountGroupRelServiceWrapper(AccountGroupRelService accountGroupRelService)
public AccountGroupRel addAccountGroupRel(long accountGroupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
addAccountGroupRel in interface AccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs)
throws com.liferay.portal.kernel.exception.PortalException
addAccountGroupRels in interface AccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAccountGroupRels(long accountGroupId,
java.lang.String className,
long[] classPKs)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountGroupRels in interface AccountGroupRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountGroupRelServicepublic AccountGroupRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>public void setWrappedService(AccountGroupRelService accountGroupRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>