public class IssuePartitonHandler extends AbstractImportPartitionHandler
delegator| Constructor and Description |
|---|
IssuePartitonHandler(BackupProject backupProject,
PrintWriter printWriter,
org.ofbiz.core.entity.model.ModelEntity modelEntity,
String encoding,
org.ofbiz.core.entity.DelegatorInterface delegatorInterface) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityCount() |
void |
handleEntity(String entityName,
Map<String,String> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
assertModelEntityForName, endDocument, getEncoding, startDocumentpublic IssuePartitonHandler(BackupProject backupProject, PrintWriter printWriter, org.ofbiz.core.entity.model.ModelEntity modelEntity, String encoding, org.ofbiz.core.entity.DelegatorInterface delegatorInterface)
backupProject - contains the issue id's that we are interested in partitioning.printWriter - the partitioned writer that should be written to if the entity being processed should be
written.modelEntity - is the ModelEntity for the "Issue" entityencoding - is the encoding that the partitioned files are going to writen in.delegatorInterface - required for persistencepublic void handleEntity(String entityName, Map<String,String> attributes) throws ParseException
ImportEntityHandlerentityName - 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 int getEntityCount()
Copyright © 2002-2015 Atlassian. All Rights Reserved.