Uses of Class
org.jaffa.components.codehelper.dto.CodeHelperInElementDto

Packages that use CodeHelperInElementDto
org.jaffa.components.codehelper.dto   
org.jaffa.components.codehelper.tx   
 

Uses of CodeHelperInElementDto in org.jaffa.components.codehelper.dto
 

Methods in org.jaffa.components.codehelper.dto that return CodeHelperInElementDto
 CodeHelperInElementDto CodeHelperInDto.getCodeHelperInElementDto(int index)
          Return a codeHelperInElementDto at the specified position in the list
 CodeHelperInElementDto[] CodeHelperInDto.getCodeHelperInElementDtos()
          Returns an array of codeHelperInElementDto
 

Methods in org.jaffa.components.codehelper.dto with parameters of type CodeHelperInElementDto
 void CodeHelperInDto.addCodeHelperInElementDto(CodeHelperInElementDto codeHelperInElementDto)
          Add a codeHelperInElementDto to the list
 void CodeHelperInDto.setCodeHelperInElementDto(CodeHelperInElementDto codeHelperInElementDto, int index)
          Add a codeHelperInElementDto at the specified position in the list
 void CodeHelperInDto.setCodeHelperInElementDtos(CodeHelperInElementDto[] codeHelperInElementDtos)
          Recreate the internal list with the input array of codeHelperInElementDto
 boolean CodeHelperInDto.removeCodeHelperInElementDto(CodeHelperInElementDto codeHelperInElementDto)
          Remove a codeHelperInElementDto from the list
 

Uses of CodeHelperInElementDto in org.jaffa.components.codehelper.tx
 

Methods in org.jaffa.components.codehelper.tx with parameters of type CodeHelperInElementDto
static Object CodeHelperTx.formatDescription(CodeHelperInElementDto inputElement, Object code, Object description)
          This method is used to format the description field.
 



Copyright © 2002-2004 JAFFA Project.