org.kuali.ole
Class OLEEDITranslator_UT

java.lang.Object
  extended by org.kuali.ole.OLEEDITranslator_UT

public class OLEEDITranslator_UT
extends Object

Created by IntelliJ IDEA. User: palanivel Date: 3/1/12 Time: 3:01 PM To change this template use File | Settings | File Templates.


Field Summary
protected static org.slf4j.Logger LOG
           
 
Constructor Summary
OLEEDITranslator_UT()
           
 
Method Summary
 void testConvertEDIToXML()
          This method is used to convert an Raw EDI file to XML.
 void testGenerateBuyerPartyQualifierPojo()
          This method is used to generate BuyerPartyQualifier POJO.
 void testGenerateCurrencyDetailsPojo()
          This method is used to generate CurrencyDetails POJO.
 void testGenerateMessageBeginningPojo()
          This method is used to generate MessageBeginning POJO.
 void testGenerateMessageCreationInformationPojo()
          This method is used to generate MessageCreationInformation POJO.
 void testGenerateMessageHeaderPojo()
          This method is used to generate MessageHeader POJO.
 void testGenerateMessagePojo()
          This method is used to generate Message POJO.
 void testGenerateMessageReferencePojo()
          This method is used to generate MessageReference POJO.
 void testGenerateMessageTypeInformationPojo()
          This method is used to generate MessageTypeInformation POJO.
 void testGeneratePojosToXML()
          This method is used to generate XML from POJOS.
 void testGeneratePojosToXMLFromOrders()
           
 void testGenerateReceiverInformationPojo()
          This method is used to generate ReceiverInformation POJO.
 void testGenerateSchedulePojo()
          This method is used to generate Schedule POJO.
 void testGenerateSenderAndReceiverConstantPojo()
          This method is used to generate SenderAndReceiverConstant POJO.
 void testGenerateSenderAndReceiverPojo()
          This method is used to generate SenderAndReceiver POJO.
 void testGenerateSenderInformationPojo()
          This method is used to generate SenderInformation POJO.
 void testGenerateSupplierPartyQualifierPojo()
          This method is used to generate SupplierPartyQualifier POJO.
 void testGenerateXMLFromOrders()
           
 void testGenerateXMLToPojos()
          This method is used to generate POJOS from XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.slf4j.Logger LOG
Constructor Detail

OLEEDITranslator_UT

public OLEEDITranslator_UT()
Method Detail

testConvertEDIToXML

public void testConvertEDIToXML()
                         throws Exception
This method is used to convert an Raw EDI file to XML.

Throws:
Exception

testGenerateXMLToPojos

public void testGenerateXMLToPojos()
                            throws Exception
This method is used to generate POJOS from XML.

Throws:
Exception

testGeneratePojosToXML

public void testGeneratePojosToXML()
                            throws Exception
This method is used to generate XML from POJOS.

Throws:
Exception

testGenerateSenderAndReceiverConstantPojo

public void testGenerateSenderAndReceiverConstantPojo()
This method is used to generate SenderAndReceiverConstant POJO.


testGenerateSenderInformationPojo

public void testGenerateSenderInformationPojo()
This method is used to generate SenderInformation POJO.


testGenerateReceiverInformationPojo

public void testGenerateReceiverInformationPojo()
This method is used to generate ReceiverInformation POJO.


testGenerateSchedulePojo

public void testGenerateSchedulePojo()
This method is used to generate Schedule POJO.


testGenerateSenderAndReceiverPojo

public void testGenerateSenderAndReceiverPojo()
This method is used to generate SenderAndReceiver POJO.


testGenerateMessageTypeInformationPojo

public void testGenerateMessageTypeInformationPojo()
This method is used to generate MessageTypeInformation POJO.


testGenerateMessageHeaderPojo

public void testGenerateMessageHeaderPojo()
This method is used to generate MessageHeader POJO.


testGenerateMessageBeginningPojo

public void testGenerateMessageBeginningPojo()
This method is used to generate MessageBeginning POJO.


testGenerateMessageCreationInformationPojo

public void testGenerateMessageCreationInformationPojo()
This method is used to generate MessageCreationInformation POJO.


testGenerateBuyerPartyQualifierPojo

public void testGenerateBuyerPartyQualifierPojo()
This method is used to generate BuyerPartyQualifier POJO.


testGenerateMessageReferencePojo

public void testGenerateMessageReferencePojo()
This method is used to generate MessageReference POJO.


testGenerateSupplierPartyQualifierPojo

public void testGenerateSupplierPartyQualifierPojo()
This method is used to generate SupplierPartyQualifier POJO.


testGenerateCurrencyDetailsPojo

public void testGenerateCurrencyDetailsPojo()
This method is used to generate CurrencyDetails POJO.


testGenerateMessagePojo

public void testGenerateMessagePojo()
This method is used to generate Message POJO.


testGeneratePojosToXMLFromOrders

public void testGeneratePojosToXMLFromOrders()
                                      throws Exception
Throws:
Exception

testGenerateXMLFromOrders

public void testGenerateXMLFromOrders()
                               throws Exception
Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.