lumis.portal.serviceinstance.serialization
Class ServiceInstanceDeserializationContext
java.lang.Object
lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
lumis.portal.serviceinstance.serialization.ServiceInstanceDeserializationContext
public class ServiceInstanceDeserializationContext
- extends ServiceInstanceBaseSerializationContext
Context class for service instances deserialization
- Since:
- 4.0.8
Methods inherited from class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext |
finalizeInnerProgressBar, getDataDirectory, getIncludeContent, getProcessId, getSerializationSettings, getServiceInstanceId, getServiceInstanceName, getStructureDirectory, initializeInnerProgressBar, logDebug, logDebug, logDebug, setServiceInstanceId, setServiceInstanceName, updateInnerProgressBar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceInstanceDeserializationContext
public ServiceInstanceDeserializationContext(DeserializationContext deserializationContext)
getDeserializationContext
public DeserializationContext getDeserializationContext()
getSessionConfig
public SessionConfig getSessionConfig()
- Specified by:
getSessionConfig
in class ServiceInstanceBaseSerializationContext
getTransaction
public ITransaction getTransaction()
- Specified by:
getTransaction
in class ServiceInstanceBaseSerializationContext
getIdMapping
public String getIdMapping(String originalId)
getMappedServiceInstanceId
public String getMappedServiceInstanceId()
applyForeignKeyFieldIdMappings
public void applyForeignKeyFieldIdMappings(Object target,
String[] fieldNames)
throws SerializationException
- Throws:
SerializationException
applyPrimaryKeyFieldIdMappings
public void applyPrimaryKeyFieldIdMappings(Object target,
String[] fieldNames)
throws SerializationException
- Throws:
SerializationException
isCreateNewIds
public boolean isCreateNewIds()
isImportAsChild
public boolean isImportAsChild()
isUpdateIfElementExists
public boolean isUpdateIfElementExists()
sendProgressNotification
public void sendProgressNotification(String message,
ProgressConfig.Type type)
throws PortalException
- Throws:
PortalException
sendProgressNotification
public void sendProgressNotification(Document messageDoc,
String styleFilename,
ProgressConfig.Type type)
throws PortalException
- Throws:
PortalException
sendProgressFinalNotification
public void sendProgressFinalNotification(String message,
ProgressConfig.Type type)
throws PortalException
- Throws:
PortalException
isMustRollBack
public boolean isMustRollBack()
setMustRollBack
public void setMustRollBack()
getDependentConfigPersistences
public DependentConfigOperationCollection<ConfigPersistence> getDependentConfigPersistences()
persistDependentConfigs
public void persistDependentConfigs(String dependencyKey)
throws PortalException
- Throws:
PortalException
isCreating
public boolean isCreating()
- Returns whether the service instance is being created or updated.
- Returns:
- true if being created.
- Since:
- 4.2.0
setCreating
public void setCreating(boolean creating)
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.