@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface AccountEntryOrganizationRelService
extends com.liferay.portal.kernel.service.BaseService
AccountEntryOrganizationRelServiceUtil
Modifier and Type | Method and Description |
---|---|
AccountEntryOrganizationRel |
addAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
void |
addAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds) |
void |
deleteAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
void |
deleteAccountEntryOrganizationRels(long accountEntryId,
long[] organizationIds) |
AccountEntryOrganizationRel |
fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) |
AccountEntryOrganizationRel |
fetchAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
AccountEntryOrganizationRel |
getAccountEntryOrganizationRel(long accountEntryId,
long organizationId) |
java.util.List<AccountEntryOrganizationRel> |
getAccountEntryOrganizationRels(long accountEntryId,
int start,
int end) |
int |
getAccountEntryOrganizationRelsCount(long accountEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryOrganizationRel addAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void addAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getAccountEntryOrganizationRelsCount(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()