com.retek.component.customer.impl.persistence.db.oracle
Class BaseOracleCustomerPersister
java.lang.Object
com.retek.commons.domain.core.persistence.db.DbOperation
com.retek.component.customer.impl.persistence.db.oracle.BaseOracleCustomerPersister
- Direct Known Subclasses:
- OracleCustomerCreator, OracleCustomerImportRequestFinder, OracleCustomerUpdater
- public abstract class BaseOracleCustomerPersister
- extends DbOperation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerDto
protected CustomerDto customerDto
BaseOracleCustomerPersister
protected BaseOracleCustomerPersister(java.sql.Connection connectionVal)
persistAddresses
protected final void persistAddresses()
throws java.sql.SQLException,
SystemException
- Throws:
java.sql.SQLException
SystemException
persistTelephones
protected void persistTelephones()
throws java.sql.SQLException,
SystemException
- Throws:
java.sql.SQLException
SystemException
persistEmailAddresses
protected final void persistEmailAddresses()
throws java.sql.SQLException,
SystemException
- Throws:
java.sql.SQLException
SystemException
persistPreferences
protected void persistPreferences()
throws java.sql.SQLException,
SystemException
- Throws:
java.sql.SQLException
SystemException
persistCreditCards
protected void persistCreditCards()
throws java.sql.SQLException,
SystemException
- Throws:
java.sql.SQLException
SystemException
persistStoredValueCardCashouts
protected void persistStoredValueCardCashouts()
throws java.sql.SQLException,
SystemException
- Throws:
java.sql.SQLException
SystemException
getAlternativeCustomerDeleter
protected final OracleAlternativeCustomerDeleter getAlternativeCustomerDeleter()
getAlternativeCustomerCreator
protected final OracleAlternativeCustomerCreator getAlternativeCustomerCreator()
getAlternativeHouseholdDeleter
protected final OracleAlternativeHouseholdDeleter getAlternativeHouseholdDeleter()
getAlternativeHouseholdCreator
protected final OracleAlternativeHouseholdCreator getAlternativeHouseholdCreator()
getAddressCreator
protected final OracleCustomerAddressCreator getAddressCreator()
getAddressUpdator
protected final OracleCustomerAddressUpdator getAddressUpdator()
getEmailCreator
protected final OracleCustomerEmailCreator getEmailCreator()
getEmailUpdator
protected final OracleCustomerEmailUpdator getEmailUpdator()
getPreferenceCreator
protected final OracleCustomerPreferenceCreator getPreferenceCreator()
getPreferenceUpdater
protected final OracleCustomerPreferenceUpdater getPreferenceUpdater()
getCreditCardCreator
protected final OracleCustomerCreditCardCreator getCreditCardCreator()
getCreditCardUpdator
protected final OracleCustomerCreditCardUpdator getCreditCardUpdator()
getTelephoneCreator
protected final OracleCustomerTelephoneCreator getTelephoneCreator()
getTelephoneUpdator
protected final OracleCustomerTelephoneUpdater getTelephoneUpdator()
getStoredValueCardCashoutCreator
protected final OracleStoredValueCardCashoutCreator getStoredValueCardCashoutCreator()
getStoredValueCardCashoutUpdater
protected final OracleStoredValueCardCashoutUpdater getStoredValueCardCashoutUpdater()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28