Uses of Interface
com.retek.component.customer.CatalogType

Packages that use CatalogType
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.test   
 

Uses of CatalogType in com.retek.component.customer
 

Methods in com.retek.component.customer that return CatalogType
 CatalogType CustomerManager.readCatalogType(DistributedReference ref)
           
 CatalogType CustomerManager.buildCatalogTypeInstance(Banner banner, java.lang.String desc, int estimatedDeliveryDays)
          Builds a new instance of CatalogType, initializes description to desc param value, and estimatedDeliveryDays to estimatedDeliveryDays param value.
 CatalogType CatalogRequest.getCatalogType()
           
 

Methods in com.retek.component.customer with parameters of type CatalogType
 void CatalogRequest.setCatalogType(CatalogType catalogType)
           
 boolean CatalogType.isCreatedLater(CatalogType catalogType)
           
 

Uses of CatalogType in com.retek.component.customer.impl
 

Classes in com.retek.component.customer.impl that implement CatalogType
 class CatalogTypeImpl
           
 

Methods in com.retek.component.customer.impl that return CatalogType
 CatalogType CatalogRequestImpl.getCatalogType()
           
 CatalogType CustomerManagerImpl.readCatalogType(DistributedReference ref)
           
 CatalogType CustomerManagerImpl.buildCatalogTypeInstance(Banner banner, java.lang.String description, int estimatedDeliveryDays)
           
 

Methods in com.retek.component.customer.impl with parameters of type CatalogType
 void CatalogRequestImpl.setCatalogType(CatalogType catalogType)
           
static void CatalogTypeSubmitValidator.validate(CatalogType catalogType, User user)
           
 boolean CatalogTypeImpl.isCreatedLater(CatalogType catalogType)
           
 

Uses of CatalogType in com.retek.component.customer.test
 

Methods in com.retek.component.customer.test that return CatalogType
static CatalogType CustomerObjectMaster.createPersistedCatalogType(DistributedContext context)
           
static CatalogType CustomerObjectMaster.createPersistedCatalogType(Banner banner, DistributedContext context)
           
static CatalogType CustomerObjectMaster.createCatalogType(DistributedContext context)
           
 



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