fccsc.manager.data.process
Class RemoteShop

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

public final class RemoteShop
extends ProcessFEDI


Field Summary
 
Fields inherited from class fccsc.manager.data.process.Process
logger
 
Constructor Summary
RemoteShop()
          Creates an object to process REMOTESHOP messages.
 
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

RemoteShop

public RemoteShop()
Creates an object to process REMOTESHOP messages.

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.