public class GenericEntitiesPartitionHandler extends Object implements ImportOfBizEntityHandler
Constructor and Description |
---|
GenericEntitiesPartitionHandler(BackupProject backupProject,
ProjectImportTemporaryFiles projectImportTemporaryFiles,
List<org.ofbiz.core.entity.model.ModelEntity> modelEntities,
org.ofbiz.core.entity.DelegatorInterface delegatorInterface) |
Modifier and Type | Method and Description |
---|---|
void |
endDocument()
Provides the implementation an opportunity to perform some action when the document is finished being read.
|
int |
getEntityCount() |
Map<String,org.ofbiz.core.entity.model.ModelEntity> |
getRegisteredHandlers() |
void |
handleEntity(String entityName,
Map<String,String> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
public GenericEntitiesPartitionHandler(BackupProject backupProject, ProjectImportTemporaryFiles projectImportTemporaryFiles, List<org.ofbiz.core.entity.model.ModelEntity> modelEntities, org.ofbiz.core.entity.DelegatorInterface delegatorInterface)
backupProject
- contains the issue id's that we are interested in partitioning.projectImportTemporaryFiles
- the interface to the temporary import files.modelEntities
- a List of ModelEntity
's that the partitioner should be
interested in.delegatorInterface
- required for persistencepublic void handleEntity(String entityName, Map<String,String> attributes) throws ParseException
ImportOfBizEntityHandler
handleEntity
in interface ImportOfBizEntityHandler
entityName
- identifies the entity (i.e. Issue)attributes
- complete list of the attributes listed in the XML element including the nested
elements.ParseException
- if the entity is invalid a ParseException will be thrown.public void startDocument()
ImportOfBizEntityHandler
startDocument
in interface ImportOfBizEntityHandler
public void endDocument()
ImportOfBizEntityHandler
endDocument
in interface ImportOfBizEntityHandler
public Map<String,org.ofbiz.core.entity.model.ModelEntity> getRegisteredHandlers()
public int getEntityCount()
Copyright © 2002-2022 Atlassian. All Rights Reserved.