public abstract class AbstractImportPartitionHandler extends Object implements ImportEntityHandler
Modifier and Type | Field and Description |
---|---|
protected org.ofbiz.core.entity.GenericDelegator |
delegator |
Constructor and Description |
---|
AbstractImportPartitionHandler(PrintWriter printWriter,
String encoding,
org.ofbiz.core.entity.DelegatorInterface delegatorInterface) |
Modifier and Type | Method and Description |
---|---|
void |
assertModelEntityForName(org.ofbiz.core.entity.model.ModelEntity modelEntity,
String expectedName) |
void |
endDocument()
Provides the implementation an opportunity to perform some action when the document is finished being read.
|
String |
getEncoding() |
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleEntity
public AbstractImportPartitionHandler(PrintWriter printWriter, String encoding, org.ofbiz.core.entity.DelegatorInterface delegatorInterface)
public void startDocument()
ImportEntityHandler
startDocument
in interface ImportEntityHandler
public void endDocument()
ImportEntityHandler
endDocument
in interface ImportEntityHandler
public void assertModelEntityForName(org.ofbiz.core.entity.model.ModelEntity modelEntity, String expectedName)
public String getEncoding()
Copyright © 2002-2015 Atlassian. All Rights Reserved.