com.retek.component.customer.integration.impl
Class CustomerIntegrationCustomerElementImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.commons.component.xml.impl.ElementObjectImpl
              extended bycom.retek.component.customer.integration.impl.CustomerIntegrationElementImpl
                  extended bycom.retek.component.customer.integration.impl.CustomerIntegrationCustomerElementImpl
All Implemented Interfaces:
BusinessObject, CustomerIntegrationElement, ElementObject, SecondClassObject
Direct Known Subclasses:
CustomerIntegrationCustomerAddressImpl, CustomerIntegrationCustomerEmailImpl, CustomerIntegrationCustomerImpl, CustomerIntegrationCustomerPreferenceImpl, CustomerIntegrationCustomerTelephoneImpl

public abstract class CustomerIntegrationCustomerElementImpl
extends CustomerIntegrationElementImpl
implements CustomerIntegrationElement

Abstract class which encapsulates common data and behavior for customer integration element objects.


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.customer.integration.CustomerIntegrationElement
N_FLAG, Y_FLAG
 
Constructor Summary
protected CustomerIntegrationCustomerElementImpl(DistributedContext context, CustomerIntegrationCustomerElementDto dto)
           
 
Method Summary
 java.lang.String getActiveFlag()
           
protected  java.lang.String getBannerCode(DistributedContext context, DistributedReference bannerRef)
           
 RDate getCreateDate()
           
 java.lang.String getCreatedByUser()
           
protected  CustomerIntegrationCustomerElementDto getCustomerIntegrationBaseCustomerDto()
           
 RDate getLastUpdateDate()
           
 java.lang.String getLastUpdatedByUser()
           
protected  java.lang.String getSourceCode(DistributedContext context, DistributedReference sourceCodeRef)
           
protected  java.lang.String getUserName(DistributedContext context, DistributedReference userRef)
           
 void setActiveFlag(java.lang.String activeFlag)
           
 void setCreateDate(RDate createDate)
           
 void setCreatedByUser(java.lang.String createdByUser)
           
 void setLastUpdateDate(RDate lastUpdateDate)
           
 void setLastUpdatedByUser(java.lang.String lastUpdatedByUser)
           
 
Methods inherited from class com.retek.component.customer.integration.impl.CustomerIntegrationElementImpl
getCustomerIntegrationElementDto
 
Methods inherited from class com.retek.commons.component.xml.impl.ElementObjectImpl
addElement, getElementId, getElementObjectDto, getParentElementId, setAttributes, setElementId, setParentElementId, setSubElements, toString
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, 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.component.customer.integration.CustomerIntegrationElement
accept
 
Methods inherited from interface com.retek.commons.component.xml.ElementObject
getElementId, getParentElementId, toXml
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

CustomerIntegrationCustomerElementImpl

protected CustomerIntegrationCustomerElementImpl(DistributedContext context,
                                                 CustomerIntegrationCustomerElementDto dto)
Method Detail

getCustomerIntegrationBaseCustomerDto

protected CustomerIntegrationCustomerElementDto getCustomerIntegrationBaseCustomerDto()

getActiveFlag

public java.lang.String getActiveFlag()

getCreateDate

public RDate getCreateDate()

getCreatedByUser

public java.lang.String getCreatedByUser()

getLastUpdateDate

public RDate getLastUpdateDate()

getLastUpdatedByUser

public java.lang.String getLastUpdatedByUser()

setActiveFlag

public void setActiveFlag(java.lang.String activeFlag)

setCreateDate

public void setCreateDate(RDate createDate)

setCreatedByUser

public void setCreatedByUser(java.lang.String createdByUser)

setLastUpdateDate

public void setLastUpdateDate(RDate lastUpdateDate)

setLastUpdatedByUser

public void setLastUpdatedByUser(java.lang.String lastUpdatedByUser)

getBannerCode

protected final java.lang.String getBannerCode(DistributedContext context,
                                               DistributedReference bannerRef)
                                        throws SystemException
Throws:
SystemException

getSourceCode

protected final java.lang.String getSourceCode(DistributedContext context,
                                               DistributedReference sourceCodeRef)
                                        throws SystemException
Throws:
SystemException

getUserName

protected final java.lang.String getUserName(DistributedContext context,
                                             DistributedReference userRef)
                                      throws SystemException
Throws:
SystemException


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