com.retek.component.correspondence
Interface CorrespondenceManager

All Superinterfaces:
DistributedObjectManager
All Known Implementing Classes:
CorrespondenceManagerImpl

public interface CorrespondenceManager
extends DistributedObjectManager


Method Summary
 CorrespondenceTemplateDeliveryMethod buildCorrespondenceTemplateDeliveryMethodInstance(DeliveryMethodType deliveryMethod)
           
 CorrespondenceTypeTemplate buildCorrespondenceTypeTemplateInstance()
           
 java.util.Set findAllCorrespondenceTemplates()
           
 java.util.Set findAllCorrespondenceTypes()
           
 java.util.Set findAllCorrespondenceTypeTemplates()
           
 java.util.Set findCorrespondenceTypeTemplates(CorrespondenceSearchCriteria criteria)
           
 CorrespondenceTemplate readCorrespondenceTemplate(DistributedReference templateRef)
           
 CorrespondenceType readCorrespondenceType(DistributedReference typeRef)
           
 CorrespondenceTypeTemplate readCorrespondenceTypeTemplate(DistributedReference correspondenceTypeTemplateRef)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

buildCorrespondenceTypeTemplateInstance

public CorrespondenceTypeTemplate buildCorrespondenceTypeTemplateInstance()
                                                                   throws SystemException
Throws:
SystemException

buildCorrespondenceTemplateDeliveryMethodInstance

public CorrespondenceTemplateDeliveryMethod buildCorrespondenceTemplateDeliveryMethodInstance(DeliveryMethodType deliveryMethod)
                                                                                       throws SystemException
Throws:
SystemException

findAllCorrespondenceTypeTemplates

public java.util.Set findAllCorrespondenceTypeTemplates()
                                                 throws SystemException
Throws:
SystemException

findAllCorrespondenceTypes

public java.util.Set findAllCorrespondenceTypes()
                                         throws SystemException
Throws:
SystemException

findAllCorrespondenceTemplates

public java.util.Set findAllCorrespondenceTemplates()
                                             throws SystemException
Throws:
SystemException

findCorrespondenceTypeTemplates

public java.util.Set findCorrespondenceTypeTemplates(CorrespondenceSearchCriteria criteria)
                                              throws SystemException
Throws:
SystemException

readCorrespondenceTypeTemplate

public CorrespondenceTypeTemplate readCorrespondenceTypeTemplate(DistributedReference correspondenceTypeTemplateRef)
                                                          throws SystemException
Throws:
SystemException

readCorrespondenceType

public CorrespondenceType readCorrespondenceType(DistributedReference typeRef)
                                          throws SystemException
Throws:
SystemException

readCorrespondenceTemplate

public CorrespondenceTemplate readCorrespondenceTemplate(DistributedReference templateRef)
                                                  throws SystemException
Throws:
SystemException


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