Uses of Class
com.retek.component.item.ItemType

Packages that use ItemType
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.impl.remote   
 

Uses of ItemType in com.retek.component.item
 

Fields in com.retek.component.item declared as ItemType
static ItemType ItemType.COMPONENT
           
static ItemType ItemType.GIFT_CERTIFICATE
           
static ItemType ItemType.PACK
           
static ItemType ItemType.PARTIAL
           
static ItemType ItemType.REGULAR
           
static ItemType ItemType.BILL_OF_MATERIAL
           
static ItemType ItemType.LABOR
           
static ItemType ItemType.RAW
           
static ItemType ItemType.SPECIAL
           
static ItemType ItemType.SWATCH
           
static ItemType ItemType.VOUCHER_NUMBER
           
static ItemType ItemType.ITEM
           
static ItemType ItemType.NON_MERCHANDISE_ITEM
           
static ItemType ItemType.REFERENCE_ITEM
           
 

Methods in com.retek.component.item that return ItemType
 ItemType ItemSearchCriteria.getItemType()
           
static ItemType ItemType.fromCode(java.lang.String code)
           
 ItemType Item.getType()
           
 

Methods in com.retek.component.item with parameters of type ItemType
 void ItemSearchCriteria.setItemType(ItemType itemType)
           
 void Item.setType(ItemType itemType)
           
 

Uses of ItemType in com.retek.component.item.impl
 

Methods in com.retek.component.item.impl that return ItemType
 ItemType ItemImpl.getType()
           
 

Methods in com.retek.component.item.impl with parameters of type ItemType
 void ItemImpl.setType(ItemType type)
           
 

Uses of ItemType in com.retek.component.item.impl.remote
 

Methods in com.retek.component.item.impl.remote that return ItemType
 ItemType ItemDto.getType()
           
 

Methods in com.retek.component.item.impl.remote with parameters of type ItemType
 void ItemDto.setType(ItemType type)
           
 



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