[Batchserver-cvs] Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates FI.java, 1.1.1.1,
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-10-18 23:05:20
|
Update of /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6273 Modified Files: FI.java MessageTypeDefinitions.properties MessageTypeDefintions.java Status.java StatusV1.java StatusV2.java Log Message: no message Index: FI.java =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates/FI.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** FI.java 18 Oct 2006 03:19:17 -0000 1.1.1.1 --- FI.java 18 Oct 2006 23:05:16 -0000 1.2 *************** *** 14,19 **** /** * ! * @author Suresh Pragada */ public class FI implements OFXWriterSupport --- 14,22 ---- /** + * <p>FI aggregate. </p> * ! * @author Suresh Pragada ! * @version 1.1 ! * @since 1.1 */ public class FI implements OFXWriterSupport Index: MessageTypeDefintions.java =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates/MessageTypeDefintions.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** MessageTypeDefintions.java 18 Oct 2006 03:19:17 -0000 1.1.1.1 --- MessageTypeDefintions.java 18 Oct 2006 23:05:16 -0000 1.2 *************** *** 18,31 **** /** * ! * @author Suresh Pragada */ public class MessageTypeDefintions { private static final MessageTypeDefintions defintions=new MessageTypeDefintions(); ! private Map tagClassMap=new HashMap(); private Map classTagMap=new HashMap(); private MessageTypeDefintions() { --- 18,49 ---- /** + * <p> + * MessageTypeDefintions provides the interface for the MessageTypeDefintions.properties + * file and provides the additional methods to add the custom aggregate implementations. + * </p> * ! * @author Suresh Pragada ! * @version 1.1 ! * @since 1.1 */ public class MessageTypeDefintions { + /** + * Holds the singleton reference. + */ private static final MessageTypeDefintions defintions=new MessageTypeDefintions(); ! /** ! * Holds all the tag to class mappings on message set basis. ! */ private Map tagClassMap=new HashMap(); + /** + * Holds all the class to tag mappings on message set basis. + */ private Map classTagMap=new HashMap(); + /** + * Constructs the MessageTypeDefinitions by loading the implementation mappings from the + * MessageTypeDefinitions.properties file. + */ private MessageTypeDefintions() { *************** *** 55,59 **** } } ! public static MessageTypeDefintions getDefinitions() { --- 73,80 ---- } } ! ! /** ! * Gets the reference to MessageTypeDefintions. ! */ public static MessageTypeDefintions getDefinitions() { *************** *** 61,64 **** --- 82,94 ---- } + /** + * Retruns the class name for a requested tag name belongs to the + * requested message set type. + * + * @param messageSetType Type of the message set. + * @param tagName Name of the tag. + * + * @return Returns the aggregate class name. + */ public String getClassNameFromTagName(MessageSetType messageSetType, String tagName) { *************** *** 70,73 **** --- 100,112 ---- } + /** + * Retruns the tag name for a requested class name belongs to the + * requested message set type. + * + * @param messageSetType Type of the message set. + * @param className Name of the class. + * + * @return Returns the tag name. + */ public String getTagNameFromClassName(MessageSetType messageSetType, String className) { Index: StatusV2.java =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates/StatusV2.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** StatusV2.java 18 Oct 2006 03:19:17 -0000 1.1.1.1 --- StatusV2.java 18 Oct 2006 23:05:16 -0000 1.2 *************** *** 14,19 **** /** * ! * @author Suresh Pragada */ public class StatusV2 extends Status implements OFXWriterSupport --- 14,22 ---- /** + * <p>StatusV2 aggregate. </p> * ! * @author Suresh Pragada ! * @version 1.1 ! * @since 1.1 */ public class StatusV2 extends Status implements OFXWriterSupport Index: MessageTypeDefinitions.properties =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates/MessageTypeDefinitions.properties,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** MessageTypeDefinitions.properties 18 Oct 2006 03:19:17 -0000 1.1.1.1 --- MessageTypeDefinitions.properties 18 Oct 2006 23:05:16 -0000 1.2 *************** *** 27,32 **** SIGNONMSGSRSV2.CHALLENGERS=org.jmonks.batch.io.ofx.messageset.aggregates.signon.ChallengeRs #################### SignUpMessageSet ! SIGNUPMSGSRQV1.ENROLLTRNRQ=org.jmonks.batch.io.ofx.messageset.aggregates.EnrollTrnRq ! SIGNUPMSGSRQV1.ENROLLRQ=org.jmonks.batch.io.ofx.messageset.aggregates.EnrollRq ! SIGNUPMSGSRQV2.ENROLLTRNRQ=org.jmonks.batch.io.ofx.messageset.aggregates.EnrollTrnRq ! SIGNUPMSGSRQV2.ENROLLRQ=org.jmonks.batch.io.ofx.messageset.aggregates.EnrollRq --- 27,33 ---- SIGNONMSGSRSV2.CHALLENGERS=org.jmonks.batch.io.ofx.messageset.aggregates.signon.ChallengeRs #################### SignUpMessageSet ! SIGNUPMSGSRQV1.ENROLLTRNRQ=org.jmonks.batch.io.ofx.messageset.aggregates.signup.EnrollTrnRqV1 ! SIGNUPMSGSRQV1.ENROLLRQ=org.jmonks.batch.io.ofx.messageset.aggregates.signup.EnrollRq ! SIGNUPMSGSRSV1.ENROLLTRNRS=org.jmonks.batch.io.ofx.messageset.aggregates.signup.EnrollTrnRsV1 ! SIGNUPMSGSRSV1.ENROLLRS=org.jmonks.batch.io.ofx.messageset.aggregates.signup.EnrollRs ! SIGNUPMSGSRSV1.STATUS=org.jmonks.batch.io.ofx.messageset.aggregates.StatusV1 Index: StatusV1.java =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates/StatusV1.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** StatusV1.java 18 Oct 2006 03:19:17 -0000 1.1.1.1 --- StatusV1.java 18 Oct 2006 23:05:16 -0000 1.2 *************** *** 14,19 **** /** * ! * @author Suresh Pragada */ public class StatusV1 extends Status implements OFXWriterSupport --- 14,22 ---- /** + * <p>StatusV1 aggregate. </p> * ! * @author Suresh Pragada ! * @version 1.1 ! * @since 1.1 */ public class StatusV1 extends Status implements OFXWriterSupport Index: Status.java =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/messageset/aggregates/Status.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Status.java 18 Oct 2006 03:19:17 -0000 1.1.1.1 --- Status.java 18 Oct 2006 23:05:16 -0000 1.2 *************** *** 12,17 **** /** * ! * @author Suresh Pragada */ public class Status --- 12,20 ---- /** + * <p>Status aggregate. </p> * ! * @author Suresh Pragada ! * @version 1.1 ! * @since 1.1 */ public class Status |