Compiere 3.1

Uses of Class
org.compiere.util.NamePair

Packages that use NamePair
org.compiere.common   
org.compiere.controller   
org.compiere.esb   
org.compiere.framework   
org.compiere.grid Provides for.... 
org.compiere.model Provides for.... 
org.compiere.print.layout   
org.compiere.util Provides utility functions. 
org.compiere.vos   
 

Uses of NamePair in org.compiere.common
 

Fields in org.compiere.common with type parameters of type NamePair
 HashMap<Integer,ArrayList<NamePair>> TableModel.exceptionValues
          If this is populated, table model also carries exception IDs. so no need to call later
 

Uses of NamePair in org.compiere.controller
 

Methods in org.compiere.controller that return types with arguments of type NamePair
 ArrayList<NamePair> UIField.getLookupData(Ctx ctx, int windowNo, boolean refresh)
          Get Lookup Data
 

Uses of NamePair in org.compiere.esb
 

Methods in org.compiere.esb that return types with arguments of type NamePair
 ArrayList<NamePair> GwtServer.getLookupData(int windowNo, int AD_Field_ID, Map<String,String> context, boolean refresh)
          Get Lookup Data for Field in context
 ArrayList<NamePair> GwtServer.getLookupValueDirect(int AD_Field_ID, ArrayList<String> keyValues, boolean cache)
          Get Field Lookup Value Direct
 

Uses of NamePair in org.compiere.framework
 

Fields in org.compiere.framework with type parameters of type NamePair
protected  ArrayList<NamePair> Lookup.p_data
          The Data List
 

Methods in org.compiere.framework that return NamePair
abstract  NamePair Lookup.get(Object key)
          Get Object of Key Value
 NamePair Lookup.getDirect(Object key, boolean saveInCache, boolean cacheLocal)
          Get Data Direct from Table.
 

Methods in org.compiere.framework that return types with arguments of type NamePair
abstract  ArrayList<NamePair> Lookup.getData(boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
          Fill ComboBox with Data (Value/KeyNamePair)
 

Methods in org.compiere.framework with parameters of type NamePair
 void Lookup.addElement(NamePair anObject)
          Add Element at the end
 void Lookup.insertElementAt(NamePair anObject, int index)
          Insert Element At
 

Uses of NamePair in org.compiere.grid
 

Methods in org.compiere.grid that return NamePair
 NamePair XLookup.get(Object key)
          Get Object of Key Value
 

Methods in org.compiere.grid that return types with arguments of type NamePair
 ArrayList<NamePair> XLookup.getData(boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
          Return data as sorted Array
static ArrayList<NamePair> VCreateFromShipment.getInvoices(Ctx ctx, int C_BPartner_ID, boolean isReturnTrx)
          Get list of invoices for a particular business partner
static ArrayList<NamePair> VCreateFrom.getOrders(Ctx ctx, int C_BPartner_ID, boolean isReturnTrx, boolean forInvoice)
          Get the list of orders for a given business partner
static ArrayList<NamePair> VCreateFromInvoice.getShipments(Ctx ctx, int C_BPartner_ID)
          Get list of invoices for a particular business partner
 

Uses of NamePair in org.compiere.model
 

Methods in org.compiere.model that return NamePair
 NamePair MPAttributeLookup.get(Object value)
          Get Object of Key Value
 NamePair MLookup.get(Object key)
          Get value (name) for key.
 NamePair MLocatorLookup.get(Object key)
          Get value
 NamePair MLocationLookup.get(Object value)
          Get Object of Key Value
 NamePair MAccountLookup.get(Object value)
          Get Object of Key Value
 NamePair MLookup.getDirect(Object key, boolean saveInCache, boolean cacheLocal)
          Get Data Direct from Table.
 NamePair MLocatorLookup.getDirect(Object keyValue, boolean saveInCache, String trxName)
          Get Data Direct from Table
 

Methods in org.compiere.model that return types with arguments of type NamePair
 ArrayList<NamePair> MPAttributeLookup.getData(boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
          Return data as sorted Array - not implemented
 ArrayList<NamePair> MLookup.getData(boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
          Return data as Array containing Value/KeyNamePair
 ArrayList<NamePair> MLocatorLookup.getData(boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
          Return data as sorted ArrayList
 ArrayList<NamePair> MLocationLookup.getData(boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
          Return data as sorted Array - not implemented
 ArrayList<NamePair> MAccountLookup.getData(boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary)
          Return data as sorted Array.
 

Method parameters in org.compiere.model with type arguments of type NamePair
protected static void MLookupCache.loadEnd(MLookupInfo info, Map<Object,NamePair> lookup)
          MLookup Loader ends loading, so add it to cache
protected static boolean MLookupCache.loadFromCache(MLookupInfo info, Map<Object,NamePair> lookupTarget)
          Load from Cache if applicable Called from MLookup constructor
 

Uses of NamePair in org.compiere.print.layout
 

Methods in org.compiere.print.layout that return NamePair
 NamePair StringElement.getID()
          Get optional ID
 

Constructors in org.compiere.print.layout with parameters of type NamePair
StringElement(Object content, Font font, Paint paint, NamePair ID, String label, String labelSuffix)
          Field Constructor.
StringElement(String inText, Font font, Paint paint, NamePair ID, boolean translateText)
          Standard Field Constructor.
 

Uses of NamePair in org.compiere.util
 

Subclasses of NamePair in org.compiere.util
 class KeyNamePair
          (Numeric) Key Name Pair
 class ValueNamePair
          (String) Value Name Pair
 

Methods in org.compiere.util with parameters of type NamePair
 int NamePair.compare(NamePair p1, NamePair p2)
          Comparator Interface (based on Name/ID value)
 int NamePair.compareTo(NamePair o)
          Comparable Interface (based on Name/ID value)
static org.apache.ecs.xhtml.option[] WebUtil.convertToOption(NamePair[] list, String default_ID)
          Convert Array of NamePair to HTTP Option Array.
 

Method parameters in org.compiere.util with type arguments of type NamePair
static int NamePair.indexOfKey(ArrayList<NamePair> options, String key)
          Returns the index of the first option found for the key, or -1 if not found.
static int NamePair.indexOfValue(ArrayList<NamePair> options, String value)
          Returns the index of the first option found for the key, or -1 if not found.
 

Uses of NamePair in org.compiere.vos
 

Subclasses of NamePair in org.compiere.vos
 class BankInfo
           
 class ProductInfo
           
 

Fields in org.compiere.vos with type parameters of type NamePair
 HashMap<String,ArrayList<NamePair>> ChangeVO.changedDropDowns
          Changed Drop Down Lists Map< FieldName,ArrayList >
 

Methods in org.compiere.vos that return NamePair
 NamePair ListBoxVO.getExceptionOption(String key)
           
 NamePair ListBoxVO.getFromOptions(String key, ArrayList<NamePair> options)
           
 NamePair ListBoxVO.getOption(String key)
           
 NamePair WindowCtx.getSelectedOption(String name)
           
 NamePair ListBoxVO.getValidOption(String key)
           
 

Methods in org.compiere.vos that return types with arguments of type NamePair
 ArrayList<NamePair> ChangeVO.addChangedDropDown(String columnName, ArrayList<NamePair> data)
          Add Changed Drop Down Values
 ArrayList<NamePair> ListBoxVO.getExceptionOptions()
           
 ArrayList<NamePair> ListBoxVO.getOptions()
           
 

Methods in org.compiere.vos with parameters of type NamePair
 void ListBoxVO.addOption(NamePair option)
           
 void ListBoxVO.pushExceptionOption(NamePair option)
           
 void WindowCtx.setSelectedOption(String columnName, NamePair selectedOption)
           
 

Method parameters in org.compiere.vos with type arguments of type NamePair
 ArrayList<NamePair> ChangeVO.addChangedDropDown(String columnName, ArrayList<NamePair> data)
          Add Changed Drop Down Values
static void ListBoxVO.concatNamePairArray(ArrayList<NamePair> options, ArrayList<NamePair> c)
           
static void ListBoxVO.concatNamePairArray(ArrayList<NamePair> options, ArrayList<NamePair> c)
           
 NamePair ListBoxVO.getFromOptions(String key, ArrayList<NamePair> options)
           
 void ListBoxVO.pushExceptionOptions(ArrayList<NamePair> options)
           
 void ListBoxVO.setExceptionOptions(ArrayList<NamePair> exceptionOptions)
           
 void ListBoxVO.setOptions(ArrayList<NamePair> validOptions)
           
 

Constructors in org.compiere.vos with parameters of type NamePair
ListBoxVO(NamePair[] p_options, String p_defaultKey)
           
 

Constructor parameters in org.compiere.vos with type arguments of type NamePair
ListBoxVO(ArrayList<NamePair> p_options, String p_defaultKey)
           
 


Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.