com.konakartadmin.blif
Interface AdminDataIntegrityMgrIf

All Known Implementing Classes:
AdminDataIntegrityMgr

public interface AdminDataIntegrityMgrIf

AdminDataIntegrityMgrIf


Method Summary
 boolean checkCustomerGroups(AdminDataIntegrityOptions dataIntegrityOptions)
          Checks the integrity of Customer Groups data
 boolean checkDataIntegrity(AdminDataIntegrityOptions dataIntegrityOptions)
          Checks the integrity of data in the specified area in the KonaKart database
 boolean checkMiscItemTypes(AdminDataIntegrityOptions dataIntegrityOptions)
          Checks the integrity of Misc Item Types
 boolean checkOrderStatuses(AdminDataIntegrityOptions dataIntegrityOptions)
          Checks the integrity of Order Status data
 

Method Detail

checkDataIntegrity

boolean checkDataIntegrity(AdminDataIntegrityOptions dataIntegrityOptions)
                           throws org.apache.torque.TorqueException,
                                  com.workingdogs.village.DataSetException,
                                  KKAdminException
Checks the integrity of data in the specified area in the KonaKart database

Parameters:
dataIntegrityOptions - Defines the options to use for the data integrity check
Returns:
true if data integrity problems were found, otherwise false
Throws:
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
KKAdminException

checkOrderStatuses

boolean checkOrderStatuses(AdminDataIntegrityOptions dataIntegrityOptions)
                           throws org.apache.torque.TorqueException,
                                  com.workingdogs.village.DataSetException,
                                  KKAdminException
Checks the integrity of Order Status data

Parameters:
dataIntegrityOptions - Defines the options to use for the data integrity check
Returns:
true if data integrity problems were found, otherwise false
Throws:
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
KKAdminException

checkCustomerGroups

boolean checkCustomerGroups(AdminDataIntegrityOptions dataIntegrityOptions)
                            throws org.apache.torque.TorqueException,
                                   com.workingdogs.village.DataSetException,
                                   KKAdminException
Checks the integrity of Customer Groups data

Parameters:
dataIntegrityOptions - Defines the options to use for the data integrity check
Returns:
true if data integrity problems were found, otherwise false
Throws:
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
KKAdminException

checkMiscItemTypes

boolean checkMiscItemTypes(AdminDataIntegrityOptions dataIntegrityOptions)
                           throws org.apache.torque.TorqueException,
                                  com.workingdogs.village.DataSetException,
                                  KKAdminException
Checks the integrity of Misc Item Types

Parameters:
dataIntegrityOptions - Defines the options to use for the data integrity check
Returns:
true if data integrity problems were found, otherwise false
Throws:
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
KKAdminException


Copyright © 2011 DS Data Systems UK Ltd.