public class AccountGroupRelServiceWrapper extends java.lang.Object implements AccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<AccountGroupRelService>
AccountGroupRelService
.AccountGroupRelService
Constructor and Description |
---|
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(AccountGroupRelService accountGroupRelService)
public AccountGroupRel addAccountGroupRel(long accountGroupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
addAccountGroupRel
in interface AccountGroupRelService
com.liferay.portal.kernel.exception.PortalException
public void addAccountGroupRels(long accountGroupId, java.lang.String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
addAccountGroupRels
in interface AccountGroupRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteAccountGroupRels(long accountGroupId, java.lang.String className, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
deleteAccountGroupRels
in interface AccountGroupRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AccountGroupRelService
public 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>