com.retek.component.inventory.impl.persistence.cache
Class CacheUomConvertDao

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.persistence.cache.CacheDao
      extended bycom.retek.component.inventory.impl.persistence.cache.CacheUomConvertDao
All Implemented Interfaces:
UomConvertDao

public class CacheUomConvertDao
extends CacheDao
implements UomConvertDao


Constructor Summary
CacheUomConvertDao()
           
 
Method Summary
 Quantity convert(java.lang.String itemId, Quantity qty, java.lang.String fromUom, java.lang.String toUom)
           
protected  java.util.HashMap getMap()
           
static java.lang.String getSizeReport()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.persistence.cache.CacheDao
deleteDto, findAllDtos, getLogger, getNextId, isWildCardEqual, readDto, submitDto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheUomConvertDao

public CacheUomConvertDao()
Method Detail

convert

public Quantity convert(java.lang.String itemId,
                        Quantity qty,
                        java.lang.String fromUom,
                        java.lang.String toUom)
                 throws SystemException
Specified by:
convert in interface UomConvertDao
Throws:
SystemException

getMap

protected java.util.HashMap getMap()
Specified by:
getMap in class CacheDao

getSizeReport

public static java.lang.String getSizeReport()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28