| java.lang.Object com.sourcetap.sfa.code.CodeHelper
CodeHelper | public class CodeHelper (Code) | | DOCUMENT ME!
|
getCodeGVL | public static List getCodeGVL(String codeTypeId, GenericDelegator delegator)(Code) | | This function gets the codes for a given code type
author: John Nutting Parameters: codeTypeId - Code Type ID Parameters: delegator - Generic delegator for accessing the database List of code generic values |
getCodeGVL | public static List getCodeGVL(String codeTypeId, GenericDelegator delegator, ArrayList sort)(Code) | | This function gets the codes for a given code type
author: John Nutting Parameters: codeTypeId - Code Type ID Parameters: delegator - Generic delegator for accessing the database Parameters: sort - Sort order List of code generic values |
getCodeValue | public static String getCodeValue(String codeTypeId, String codeId, GenericDelegator delegator)(Code) | | This function gets the code value for a given code type and code ID
author: John Nutting Parameters: codeTypeId - Code Type ID Parameters: codeId - Code ID Parameters: delegator - Generic delegator for accessing the database Code value |
|
|