Package | Description |
---|---|
org.kuali.ole.gl.batch | |
org.kuali.ole.select.batch | |
org.kuali.ole.sys.batch | |
org.kuali.ole.vnd.batch |
Modifier and Type | Method and Description |
---|---|
Object |
CollectorXmlInputFileType.parse(byte[] fileByteContent) |
Object |
CollectorFlatFileInputType.parse(byte[] fileByteContent) |
protected Date |
CollectorBatch.parseSqlDate(String date) |
Modifier and Type | Method and Description |
---|---|
Object |
RequisitionInputFileType.parse(byte[] fileByteContent) |
Object |
OrdInputFileType.parse(byte[] fileByteContent) |
Object |
MarcInputFileType.parse(byte[] fileByteContent) |
Modifier and Type | Method and Description |
---|---|
Object |
SemaphoreInputFileType.parse(byte[] fileByteContent)
Returns a List
|
Object |
XmlBatchInputFileTypeBase.parse(byte[] fileByteContent) |
Object |
BatchInputFileType.parse(byte[] fileByteContent) |
Object |
CsvBatchInputFileTypeBase.parse(byte[] fileByteContent) |
Object |
FlatFileParserBase.parse(byte[] fileByteContent)
Reads each line of the flat file and uses the injected FlatFileSpecification to parse into an object graph
|
protected void |
XmlBatchInputFileTypeBase.validateContentsAgainstSchema(String schemaLocation,
InputStream fileContents)
Validates the xml contents against the batch input type schema using the java 1.5 validation package.
|
Modifier and Type | Method and Description |
---|---|
Object |
VendorExcludeInputFileType.parse(byte[] fileByteContent) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.