com.informatica.powercenter.sdk.mapfwk.core
Class MappletHelper

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.MappletHelper

public class MappletHelper
extends java.lang.Object

MappletHelper: as a helper to deal with mapplet transformation. used whenever mapplet groups need to be used. this class provide the functionality of generating InputGroupSet and OutputGroupSet.

Author:
rjain

Constructor Summary
MappletHelper()
           
 
Method Summary
 java.util.Vector getInputGroupSets(Mapplet mapplet, java.util.Vector vInputSets, java.util.Properties nameMapping)
          This function generates Input Groupset from the vector of Inputset which could be used for different purposes.
 java.util.Vector getOutputGroupSets(Mapplet mapplet, java.util.Properties nameMapping)
          This function generates Output Groupset from the fields of output transformation of mapplet which could be used for different purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappletHelper

public MappletHelper()
Method Detail

getInputGroupSets

public java.util.Vector getInputGroupSets(Mapplet mapplet,
                                          java.util.Vector vInputSets,
                                          java.util.Properties nameMapping)
                                   throws InvalidInputException
This function generates Input Groupset from the vector of Inputset which could be used for different purposes. Constraints: fields name in vInputSets should be same as fields name in InputTrandsformation of mapplet.

Parameters:
mapplet -
vInputSets -
nameMapping -
Returns:
Throws:
InvalidInputException

getOutputGroupSets

public java.util.Vector getOutputGroupSets(Mapplet mapplet,
                                           java.util.Properties nameMapping)
This function generates Output Groupset from the fields of output transformation of mapplet which could be used for different purposes.

Parameters:
mapplet -
nameMapping -
Returns: