com.retek.component.correspondence.impl
Class CorrespondenceManagerImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.DistributedObjectManagerImpl
      extended bycom.retek.component.correspondence.impl.CorrespondenceManagerImpl
All Implemented Interfaces:
CorrespondenceManager, DistributedObjectManager

public class CorrespondenceManagerImpl
extends DistributedObjectManagerImpl
implements CorrespondenceManager


Constructor Summary
CorrespondenceManagerImpl(DistributedContext context)
           
 
Method Summary
 CorrespondenceTemplateDeliveryMethod buildCorrespondenceTemplateDeliveryMethodInstance(DeliveryMethodType deliveryMethodType)
           
 CorrespondenceTypeTemplate buildCorrespondenceTypeTemplateInstance()
           
protected  ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
           
 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 ref)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectManagerImpl
getContext, getReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Constructor Detail

CorrespondenceManagerImpl

public CorrespondenceManagerImpl(DistributedContext context)
Method Detail

buildCorrespondenceTypeTemplateInstance

public CorrespondenceTypeTemplate buildCorrespondenceTypeTemplateInstance()
                                                                   throws SystemException
Specified by:
buildCorrespondenceTypeTemplateInstance in interface CorrespondenceManager
Throws:
SystemException

buildCorrespondenceTemplateDeliveryMethodInstance

public CorrespondenceTemplateDeliveryMethod buildCorrespondenceTemplateDeliveryMethodInstance(DeliveryMethodType deliveryMethodType)
                                                                                       throws SystemException
Specified by:
buildCorrespondenceTemplateDeliveryMethodInstance in interface CorrespondenceManager
Throws:
SystemException

readCorrespondenceTypeTemplate

public CorrespondenceTypeTemplate readCorrespondenceTypeTemplate(DistributedReference ref)
                                                          throws SystemException
Specified by:
readCorrespondenceTypeTemplate in interface CorrespondenceManager
Throws:
SystemException

readCorrespondenceType

public CorrespondenceType readCorrespondenceType(DistributedReference typeRef)
                                          throws SystemException
Specified by:
readCorrespondenceType in interface CorrespondenceManager
Throws:
SystemException

readCorrespondenceTemplate

public CorrespondenceTemplate readCorrespondenceTemplate(DistributedReference templateRef)
                                                  throws SystemException
Specified by:
readCorrespondenceTemplate in interface CorrespondenceManager
Throws:
SystemException

findAllCorrespondenceTypeTemplates

public java.util.Set findAllCorrespondenceTypeTemplates()
                                                 throws SystemException
Specified by:
findAllCorrespondenceTypeTemplates in interface CorrespondenceManager
Throws:
SystemException

findCorrespondenceTypeTemplates

public java.util.Set findCorrespondenceTypeTemplates(CorrespondenceSearchCriteria criteria)
                                              throws SystemException
Specified by:
findCorrespondenceTypeTemplates in interface CorrespondenceManager
Throws:
SystemException

findAllCorrespondenceTypes

public java.util.Set findAllCorrespondenceTypes()
                                         throws SystemException
Specified by:
findAllCorrespondenceTypes in interface CorrespondenceManager
Throws:
SystemException

findAllCorrespondenceTemplates

public java.util.Set findAllCorrespondenceTemplates()
                                             throws SystemException
Specified by:
findAllCorrespondenceTemplates in interface CorrespondenceManager
Throws:
SystemException

fetchMoreReferences

protected ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
                                      throws SystemException
Specified by:
fetchMoreReferences in class DistributedObjectManagerImpl
Throws:
SystemException


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