com.retek.component.correspondence.impl
Class CorrespondenceTypeTemplateImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.correspondence.impl.CorrespondenceTypeTemplateImpl
All Implemented Interfaces:
BusinessObject, CorrespondenceTypeTemplate, DistributedObject

public class CorrespondenceTypeTemplateImpl
extends DistributedObjectImpl
implements CorrespondenceTypeTemplate


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.correspondence.CorrespondenceTypeTemplate
BANNER, CORRESPONDENCE_TEMPLATE, CORRESPONDENCE_TYPE, DEFAULT_TEMPLATE, DELIVERY_METHOD
 
Constructor Summary
CorrespondenceTypeTemplateImpl(DistributedContext context, DistributedReference reference)
           
CorrespondenceTypeTemplateImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 Banner getBanner()
           
 CorrespondenceTemplate getCorrespondenceTemplate()
           
 CorrespondenceType getCorrespondenceType()
           
 CorrespondenceTemplateDeliveryMethod getDefaultDeliveryMethod()
           
 java.util.Set getDeliveryMethods()
           
 CorrespondenceTypeTemplateDto getDto()
           
 boolean isDefaultTemplate()
           
protected  Dto readLatest()
           
 void setBanner(Banner banner)
           
 void setCorrespondenceTemplate(CorrespondenceTemplate template)
           
 void setCorrespondenceType(CorrespondenceType type)
           
 void setDefaultTemplate(boolean isDefaultTemplate)
           
 void setDeliveryMethods(java.util.Set deliveryMethods)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

CorrespondenceTypeTemplateImpl

public CorrespondenceTypeTemplateImpl(DistributedContext context,
                                      DistributedReference reference,
                                      boolean createHollow)
                               throws SystemException

CorrespondenceTypeTemplateImpl

public CorrespondenceTypeTemplateImpl(DistributedContext context,
                                      DistributedReference reference)
                               throws SystemException
Method Detail

getBanner

public Banner getBanner()
                 throws SystemException
Specified by:
getBanner in interface CorrespondenceTypeTemplate
Throws:
SystemException

setBanner

public void setBanner(Banner banner)
               throws SystemException
Specified by:
setBanner in interface CorrespondenceTypeTemplate
Throws:
SystemException

isDefaultTemplate

public boolean isDefaultTemplate()
                          throws SystemException
Specified by:
isDefaultTemplate in interface CorrespondenceTypeTemplate
Throws:
SystemException

setDefaultTemplate

public void setDefaultTemplate(boolean isDefaultTemplate)
                        throws SystemException
Specified by:
setDefaultTemplate in interface CorrespondenceTypeTemplate
Throws:
SystemException

getDeliveryMethods

public java.util.Set getDeliveryMethods()
                                 throws SystemException
Specified by:
getDeliveryMethods in interface CorrespondenceTypeTemplate
Throws:
SystemException

setDeliveryMethods

public void setDeliveryMethods(java.util.Set deliveryMethods)
                        throws SystemException,
                               BusinessException
Specified by:
setDeliveryMethods in interface CorrespondenceTypeTemplate
Throws:
SystemException
BusinessException

getDefaultDeliveryMethod

public CorrespondenceTemplateDeliveryMethod getDefaultDeliveryMethod()
                                                              throws SystemException
Specified by:
getDefaultDeliveryMethod in interface CorrespondenceTypeTemplate
Throws:
SystemException

getCorrespondenceType

public CorrespondenceType getCorrespondenceType()
                                         throws SystemException
Specified by:
getCorrespondenceType in interface CorrespondenceTypeTemplate
Throws:
SystemException

setCorrespondenceType

public void setCorrespondenceType(CorrespondenceType type)
                           throws SystemException
Specified by:
setCorrespondenceType in interface CorrespondenceTypeTemplate
Throws:
SystemException

getCorrespondenceTemplate

public CorrespondenceTemplate getCorrespondenceTemplate()
                                                 throws SystemException
Specified by:
getCorrespondenceTemplate in interface CorrespondenceTypeTemplate
Throws:
SystemException

setCorrespondenceTemplate

public void setCorrespondenceTemplate(CorrespondenceTemplate template)
                               throws SystemException
Specified by:
setCorrespondenceTemplate in interface CorrespondenceTypeTemplate
Throws:
SystemException

getDto

public CorrespondenceTypeTemplateDto getDto()
                                     throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Specified by:
submit in interface CorrespondenceTypeTemplate
Throws:
SystemException
BusinessException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException


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