public class ObjectEntryServiceWrapper extends java.lang.Object implements ObjectEntryService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
ObjectEntryService
.ObjectEntryService
Constructor and Description |
---|
ObjectEntryServiceWrapper(ObjectEntryService objectEntryService) |
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 |
fetchObjectEntry(long objectEntryId) |
ObjectEntry |
getObjectEntry(long objectEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ObjectEntryService |
getWrappedService() |
void |
setWrappedService(ObjectEntryService objectEntryService) |
ObjectEntry |
updateObjectEntry(long objectEntryId,
java.util.Map<java.lang.String,java.io.Serializable> values,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public ObjectEntryServiceWrapper(ObjectEntryService objectEntryService)
public 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
addObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public 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
addOrUpdateObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry deleteObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry fetchObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry getObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
getObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ObjectEntryService
public 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
updateObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
public void setWrappedService(ObjectEntryService objectEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>