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

Packages that use ContactDayType
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.impl.command   
com.retek.component.item.impl.persistence   
com.retek.component.item.impl.persistence.cache   
com.retek.component.item.impl.persistence.db.oracle   
com.retek.component.item.impl.remote   
com.retek.component.supplier   
com.retek.component.supplier.impl   
com.retek.component.supplier.impl.remote   
com.retek.component.supplier.impl.test   
 

Uses of ContactDayType in com.retek.component.item
 

Fields in com.retek.component.item declared as ContactDayType
static ContactDayType ContactDayType.SUNDAY
           
static ContactDayType ContactDayType.MONDAY
           
static ContactDayType ContactDayType.TUESDAY
           
static ContactDayType ContactDayType.WEDNESDAY
           
static ContactDayType ContactDayType.THURSDAY
           
static ContactDayType ContactDayType.FRIDAY
           
static ContactDayType ContactDayType.SATURDAY
           
 

Methods in com.retek.component.item that return ContactDayType
static ContactDayType ContactDayType.fromCode(java.lang.String code)
           
 ContactDayType DirectShipItemSupplier.getContactDay()
           
 

Methods in com.retek.component.item with parameters of type ContactDayType
 DirectShipItemSupplier ItemManager.buildDirectShipItemSupplierInstance(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel, boolean personalizationSeparateIndicator, boolean orderTypeSeparateIndicator, java.lang.String linesPerDirectShipPo, java.lang.String unitsPerContact)
           
 DirectShipItemSupplier ItemManager.readDirectShipItemSupplier(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 void DirectShipItemSupplier.setContactDay(ContactDayType contactDay)
           
 

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

Methods in com.retek.component.item.impl that return ContactDayType
 ContactDayType DirectShipItemSupplierImpl.getContactDay()
           
 

Methods in com.retek.component.item.impl with parameters of type ContactDayType
static DirectShipItemSupplierReadCommand ItemCommandFactory.createDirectShipItemSupplierReadCommand(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 void DirectShipItemSupplierImpl.setContactDay(ContactDayType contactDay)
           
 DirectShipItemSupplier ItemManagerImpl.buildDirectShipItemSupplierInstance(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel, boolean personalizationSeparateIndicator, boolean orderTypeSeparateIndicator, java.lang.String linesPerDirectShipPo, java.lang.String unitsPerContact)
           
 DirectShipItemSupplier ItemManagerImpl.readDirectShipItemSupplier(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 

Uses of ContactDayType in com.retek.component.item.impl.command
 

Methods in com.retek.component.item.impl.command with parameters of type ContactDayType
 void DirectShipItemSupplierReadCommand.setContactDay(ContactDayType contactDay)
           
 

Uses of ContactDayType in com.retek.component.item.impl.persistence
 

Methods in com.retek.component.item.impl.persistence with parameters of type ContactDayType
static DirectShipItemSupplierDto ItemDbObjectMaster.creatDirectShipItemSupplierDto(java.lang.String supplierId, java.lang.String itemId, ContactLevelType contactLevelType, ContactDayType contactDayType)
           
 DirectShipItemSupplierDto DirectShipItemSupplierDao.read(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 

Uses of ContactDayType in com.retek.component.item.impl.persistence.cache
 

Methods in com.retek.component.item.impl.persistence.cache with parameters of type ContactDayType
 DirectShipItemSupplierDto CacheDirectShipItemSupplierDao.read(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 

Uses of ContactDayType in com.retek.component.item.impl.persistence.db.oracle
 

Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type ContactDayType
 DirectShipItemSupplierDto OracleDirectShipItemSupplierRetriever.read(java.lang.String supplierId, java.lang.String itemId, ContactDayType day, ContactLevelType level)
           
 DirectShipItemSupplierDto OracleDirectShipItemSupplierDao.read(java.lang.String supplierId, java.lang.String itemId, ContactDayType day, ContactLevelType level)
           
 

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

Fields in com.retek.component.item.impl.remote declared as ContactDayType
 ContactDayType DirectShipItemSupplierDto.contactDay
           
 

Methods in com.retek.component.item.impl.remote with parameters of type ContactDayType
 DirectShipItemSupplierDto DirectShipItemSupplierServicesRemote.read(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 DirectShipItemSupplierDto DirectShipItemSupplierServicesEjb.read(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 

Uses of ContactDayType in com.retek.component.supplier
 

Methods in com.retek.component.supplier that return ContactDayType
 ContactDayType SupplierCallSchedule.getContactDay()
           
 

Methods in com.retek.component.supplier with parameters of type ContactDayType
 SupplierCallSchedule SupplierManager.buildSupplierCallScheduleInstance(ContactDayType contactDay)
           
 SupplierCallSchedule Supplier.findCallSchedule(ContactDayType contactDayType)
           
 

Uses of ContactDayType in com.retek.component.supplier.impl
 

Methods in com.retek.component.supplier.impl that return ContactDayType
 ContactDayType SupplierCallScheduleImpl.getContactDay()
           
 

Methods in com.retek.component.supplier.impl with parameters of type ContactDayType
 SupplierCallSchedule SupplierManagerImpl.buildSupplierCallScheduleInstance(ContactDayType contactDay)
           
 void SupplierCallScheduleImpl.setContactDay(ContactDayType contactDay)
           
 SupplierCallSchedule SupplierImpl.findCallSchedule(ContactDayType contactDayType)
           
 

Uses of ContactDayType in com.retek.component.supplier.impl.remote
 

Fields in com.retek.component.supplier.impl.remote declared as ContactDayType
 ContactDayType SupplierCallScheduleDto.contactDay
           
 

Uses of ContactDayType in com.retek.component.supplier.impl.test
 

Methods in com.retek.component.supplier.impl.test with parameters of type ContactDayType
static void SupplierObjectMaster.setupSupplierCallSchedulesForOneDayForAllItems(DistributedContext context, ContactDayType type, Supplier supplier)
           
 



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