fccsc.manager.data.process
Class FactsShop

java.lang.Object
  |
  +--fccsc.manager.data.process.Process
        |
        +--fccsc.manager.data.process.ProcessFEDI
              |
              +--fccsc.manager.data.process.FactsShop
All Implemented Interfaces:
IMessage

public final class FactsShop
extends ProcessFEDI


Field Summary
 
Fields inherited from class fccsc.manager.data.process.Process
logger
 
Constructor Summary
FactsShop()
          Creates an object to process a FACTSSHOP message.
 
Method Summary
protected  java.lang.String parameterCourseList(CourseListBlock p_ediCLB)
          Builds the parameter data for CourseList from the CLB.
protected  java.lang.String parameterDemoGrafix(CourseListBlock p_ediCLB)
          Builds the parameter data for DemoGrafix from the CLB.
 void process()
          Interface Method - Processing method.
 
Methods inherited from class fccsc.manager.data.process.ProcessFEDI
getEDIStandardDataBlock, setRequest
 
Methods inherited from class fccsc.manager.data.process.Process
getCallBackIpAddress, getCallBackIpPort, getEDIControlBlock, getLogger, getProperties, getRequest, getResponse, setCallBackIpAddress, setCallBackIpPort, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactsShop

public FactsShop()
Creates an object to process a FACTSSHOP message.

Method Detail

process

public void process()
             throws java.lang.Exception
Interface Method - Processing method.

Specified by:
process in interface IMessage
Overrides:
process in class Process
Throws:
java.lang.Exception

parameterDemoGrafix

protected java.lang.String parameterDemoGrafix(CourseListBlock p_ediCLB)
Builds the parameter data for DemoGrafix from the CLB. This is used to send as parameter data to broker

Parameters:
p_ediCLB - the course list block data.
Returns:
the demografx edi structure.

parameterCourseList

protected java.lang.String parameterCourseList(CourseListBlock p_ediCLB)
Builds the parameter data for CourseList from the CLB. This is used to send as parameter data to broker

Parameters:
p_ediCLB - the course list block data.
Returns:
the courselist edi structure.