@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ObjectEntryService
extends com.liferay.portal.kernel.service.BaseService
ObjectEntryServiceUtil
Modifier and Type | Method and Description |
---|---|
ObjectEntry |
addObjectEntry(long groupId,
long objectDefinitionId,
java.util.Map<java.lang.String,java.io.Serializable> values,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ObjectEntry |
addOrUpdateObjectEntry(java.lang.String externalReferenceCode,
long groupId,
long objectDefinitionId,
java.util.Map<java.lang.String,java.io.Serializable> values,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ObjectEntry |
deleteObjectEntry(long objectEntryId) |
ObjectEntry |
deleteObjectEntry(java.lang.String externalReferenceCode,
long companyId,
long groupId) |
ObjectEntry |
fetchObjectEntry(long objectEntryId) |
ObjectEntry |
getObjectEntry(long objectEntryId) |
ObjectEntry |
getObjectEntry(java.lang.String externalReferenceCode,
long companyId,
long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ObjectEntry |
updateObjectEntry(long objectEntryId,
java.util.Map<java.lang.String,java.io.Serializable> values,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ObjectEntry addObjectEntry(long groupId, long objectDefinitionId, java.util.Map<java.lang.String,java.io.Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
ObjectEntry addOrUpdateObjectEntry(java.lang.String externalReferenceCode, long groupId, long objectDefinitionId, java.util.Map<java.lang.String,java.io.Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
ObjectEntry deleteObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
ObjectEntry deleteObjectEntry(java.lang.String externalReferenceCode, long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ObjectEntry fetchObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ObjectEntry getObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ObjectEntry getObjectEntry(java.lang.String externalReferenceCode, long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
ObjectEntry updateObjectEntry(long objectEntryId, java.util.Map<java.lang.String,java.io.Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException