Interface EROrganizationLocalService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseLocalService
- All Known Implementing Classes:
EROrganizationLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface EROrganizationLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
Provides the local service interface for EROrganization. Methods of this
service will not have security checks based on the propagated JAAS
credentials because this service can only be accessed from within the same
VM.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.OrganizationaddOrUpdateOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, boolean hasLogo, byte[] logoBytes, com.liferay.portal.kernel.service.ServiceContext serviceContext) Returns the OSGi service identifier.
-
Method Details
-
addOrUpdateOrganization
com.liferay.portal.kernel.model.Organization addOrUpdateOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, boolean hasLogo, byte[] logoBytes, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-