$CLASS_NAME

#if($HAS_MAPPINGS) Use case - Flow - Action Mappings

#end #if($TAGS && (!$TAGS.isEmpty()))
#end #if($IN_BEAN_NAME || $OUT_BEAN_NAME || $ERROR_BEAN_NAME)

Interface

#end #if($IN_BEAN_NAME)
#foreach ($attr in $IN_ATRIBUTOS) #if ($velocityCount%2==0) #set ($trStyle="evenRow") #else #set ($trStyle="oddRow") #end $attr.toHtml() #end
Name Description Type Required
#end #if($OUT_BEAN_NAME)
#foreach ($attr in $OUT_ATRIBUTOS) #if ($velocityCount%2==0) #set ($trStyle="evenRow") #else #set ($trStyle="oddRow") #end $attr.toHtml() #end
Name Description Type Required
#end #if($ERROR_BEAN_NAME)
#foreach ($attr in $ERROR_ATRIBUTOS) #if ($velocityCount%2==0) #set ($trStyle="evenRow") #else #set ($trStyle="oddRow") #end $attr.toHtml() #end
Name Description Type Required
#end $VALIDACOES_HEADER #if($VALIDACOES && (!$VALIDACOES.isEmpty()) )

Business Validations

#foreach ($validacao in $VALIDACOES) #if ($velocityCount%2==0) #set ($trStyle="evenRow") #else #set ($trStyle="oddRow") #end $validacao.toHtml() #end
Code Description
#end $VALIDACOES_FOOTER #if($ACTIONS && (!$ACTIONS.isEmpty()) ) #foreach ($action in $ACTIONS) #if ($velocityCount%2==0) #set ($trStyle="evenRow") #else #set ($trStyle="oddRow") #end $action.toHtml() #end
Name Description
#end #if($MAPPINGS && (!$MAPPINGS.isEmpty()) ) #foreach ($mapping in $MAPPINGS) #if ($velocityCount%2==0) #set ($trStyle="evenRow") #else #set ($trStyle="oddRow") #end $mapping.toHtml($trStyle) #end
Use Case Flow Action
#end