|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContactLevelType in com.retek.component.item |
Fields in com.retek.component.item declared as ContactLevelType | |
static ContactLevelType |
ContactLevelType.CONTACT_BY_ORDER
|
static ContactLevelType |
ContactLevelType.CONTACT_BY_ITEM
|
static ContactLevelType |
ContactLevelType.CONTACT_BY_SHIP_DATE
|
static ContactLevelType |
ContactLevelType.CONTACT_BY_NONE_EVENT
|
static ContactLevelType |
ContactLevelType.CONTACT_BY_EVENT
|
Methods in com.retek.component.item that return ContactLevelType | |
ContactLevelType |
DirectShipItemSupplier.getContactLevel()
|
static ContactLevelType |
ContactLevelType.fromCode(java.lang.String code)
|
Methods in com.retek.component.item with parameters of type ContactLevelType | |
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.setContactLevel(ContactLevelType contactLevel)
|
Uses of ContactLevelType in com.retek.component.item.impl |
Methods in com.retek.component.item.impl that return ContactLevelType | |
ContactLevelType |
DirectShipItemSupplierImpl.getContactLevel()
|
Methods in com.retek.component.item.impl with parameters of type ContactLevelType | |
static DirectShipItemSupplierReadCommand |
ItemCommandFactory.createDirectShipItemSupplierReadCommand(java.lang.String supplierId,
java.lang.String itemId,
ContactDayType contactDay,
ContactLevelType contactLevel)
|
void |
DirectShipItemSupplierImpl.setContactLevel(ContactLevelType contactLevel)
|
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 ContactLevelType in com.retek.component.item.impl.command |
Methods in com.retek.component.item.impl.command with parameters of type ContactLevelType | |
void |
DirectShipItemSupplierReadCommand.setContactLevel(ContactLevelType contactLevel)
|
Uses of ContactLevelType in com.retek.component.item.impl.persistence |
Methods in com.retek.component.item.impl.persistence with parameters of type ContactLevelType | |
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)
|
java.util.Set |
DirectShipItemSupplierDao.findDirectShipItemSuppliers(java.lang.String supplierId,
java.lang.String itemId,
ContactLevelType contactLevel)
|
Uses of ContactLevelType in com.retek.component.item.impl.persistence.cache |
Methods in com.retek.component.item.impl.persistence.cache with parameters of type ContactLevelType | |
DirectShipItemSupplierDto |
CacheDirectShipItemSupplierDao.read(java.lang.String supplierId,
java.lang.String itemId,
ContactDayType contactDay,
ContactLevelType contactLevel)
|
java.util.Set |
CacheDirectShipItemSupplierDao.findDirectShipItemSuppliers(java.lang.String supplierId,
java.lang.String itemId,
ContactLevelType aContactLevelType)
|
Uses of ContactLevelType in com.retek.component.item.impl.persistence.db.oracle |
Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type ContactLevelType | |
DirectShipItemSupplierDto |
OracleDirectShipItemSupplierRetriever.read(java.lang.String supplierId,
java.lang.String itemId,
ContactDayType day,
ContactLevelType level)
|
java.util.Set |
OracleDirectShipItemSupplierRetriever.find(java.lang.String supplierId,
java.lang.String itemId,
ContactLevelType level)
|
DirectShipItemSupplierDto |
OracleDirectShipItemSupplierDao.read(java.lang.String supplierId,
java.lang.String itemId,
ContactDayType day,
ContactLevelType level)
|
java.util.Set |
OracleDirectShipItemSupplierDao.findDirectShipItemSuppliers(java.lang.String supplierId,
java.lang.String itemId,
ContactLevelType contactLevelType)
|
Uses of ContactLevelType in com.retek.component.item.impl.remote |
Fields in com.retek.component.item.impl.remote declared as ContactLevelType | |
ContactLevelType |
DirectShipItemSupplierDto.contactLevel
|
Methods in com.retek.component.item.impl.remote with parameters of type ContactLevelType | |
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 ContactLevelType in com.retek.component.supplier |
Methods in com.retek.component.supplier that return ContactLevelType | |
ContactLevelType |
SupplierCallSchedule.getContactLevel()
|
Methods in com.retek.component.supplier with parameters of type ContactLevelType | |
void |
SupplierCallSchedule.setContactLevel(ContactLevelType contactLevel)
|
Uses of ContactLevelType in com.retek.component.supplier.impl |
Methods in com.retek.component.supplier.impl that return ContactLevelType | |
ContactLevelType |
SupplierCallScheduleImpl.getContactLevel()
|
Methods in com.retek.component.supplier.impl with parameters of type ContactLevelType | |
void |
SupplierCallScheduleImpl.setContactLevel(ContactLevelType contactLevel)
|
Uses of ContactLevelType in com.retek.component.supplier.impl.remote |
Fields in com.retek.component.supplier.impl.remote declared as ContactLevelType | |
ContactLevelType |
SupplierCallScheduleDto.contactLevel
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |