com.retek.component.supplier
Interface SupplierManager
- All Superinterfaces:
- DistributedObjectManager
- public interface SupplierManager
- extends DistributedObjectManager
buildSupplierCallScheduleInstance
public SupplierCallSchedule buildSupplierCallScheduleInstance(ContactDayType contactDay)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
buildPersonalizationStyleTypeInstance
public PersonalizationStyleType buildPersonalizationStyleTypeInstance(PersonalizationStyle personalizationStyle,
PersonalizationType personalizationType)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
buildSupplierInstance
public Supplier buildSupplierInstance(java.lang.String supplierId)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
buildSupplierLocationInstance
public SupplierLocation buildSupplierLocationInstance(SupplierLocationType type)
throws SystemException
- Throws:
SystemException
buildPersonalizationFont
public PersonalizationFont buildPersonalizationFont()
throws SystemException
- Throws:
SystemException
buildPersonalizationColor
public PersonalizationColor buildPersonalizationColor()
throws SystemException
- Throws:
SystemException
buildSupplierContactMethodInstance
public SupplierContactMethod buildSupplierContactMethodInstance()
throws SystemException
- Throws:
SystemException
findSuppliers
public java.util.Set findSuppliers(SupplierSearchCriteria criteria)
throws BusinessException,
SystemException
- Throws:
BusinessException
SystemException
readSupplier
public Supplier readSupplier(java.lang.String supplierId)
throws SystemException
- Throws:
SystemException
getPersonalizationTypes
public java.util.Set getPersonalizationTypes()
throws SystemException
- Throws:
SystemException
getPersonalizationStyles
public java.util.Set getPersonalizationStyles()
throws SystemException
- Throws:
SystemException
findAllPersonalizationFonts
public java.util.Set findAllPersonalizationFonts()
throws SystemException
- Throws:
SystemException
findAllPersonalizationColors
public java.util.Set findAllPersonalizationColors()
throws SystemException
- Throws:
SystemException
findPersonalizationType
public PersonalizationType findPersonalizationType(java.lang.String code)
throws SystemException
- Throws:
SystemException
findPersonalizationStyle
public PersonalizationStyle findPersonalizationStyle(java.lang.String code)
throws SystemException
- Throws:
SystemException
readPersonalizationType
public PersonalizationType readPersonalizationType(DistributedReference persTypeRef)
throws SystemException
- Throws:
SystemException
readPersonalizationStyle
public PersonalizationStyle readPersonalizationStyle(DistributedReference persStyleRef)
throws SystemException
- Throws:
SystemException
readPersonalizationColor
public PersonalizationColor readPersonalizationColor(java.lang.String id)
throws SystemException
- Deprecated. Use readPersonalizationColor(DistributedReference)
- Throws:
SystemException
readPersonalizationColor
public PersonalizationColor readPersonalizationColor(DistributedReference ref)
throws SystemException
- Throws:
SystemException
readPersonalizationFont
public PersonalizationFont readPersonalizationFont(DistributedReference reference)
throws SystemException
- Throws:
SystemException
readPersonalizationFont
public PersonalizationFont readPersonalizationFont(java.lang.String id)
throws SystemException
- Deprecated. Use readPersonalizationFont(DistributedReference)
- Throws:
SystemException
addPersonalizationStyleCode
public PersonalizationStyle addPersonalizationStyleCode(java.lang.String code,
java.lang.String description)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
addPersonalizationTypeCode
public void addPersonalizationTypeCode(java.lang.String code,
java.lang.String description)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25