public interface AdminDataIntegrityMgrIf
Modifier and Type | Method and Description |
---|---|
boolean |
checkCategories(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Categories
|
boolean |
checkContent(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Content
|
boolean |
checkContentTypes(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Content Types
|
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 |
checkManufacturers(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Manufacturers
|
boolean |
checkMiscItemTypes(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Misc Item Types
|
boolean |
checkOrderStatuses(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Order Status data
|
boolean |
checkProducts(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Products
|
boolean |
checkTagGroups(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Product Tag Groups
|
boolean |
checkTags(AdminDataIntegrityOptions dataIntegrityOptions)
Checks the integrity of Product Tags
|
AdminOrderStatus[] |
getAllOrderStatuses()
This returns all the Order Statuses in the database - but be careful because it will return
rows for languages that may not be available in the current mode.
|
boolean checkDataIntegrity(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkCategories(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkOrderStatuses(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkCustomerGroups(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkManufacturers(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkMiscItemTypes(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkProducts(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkTags(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkTagGroups(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkContent(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineboolean checkContentTypes(AdminDataIntegrityOptions dataIntegrityOptions) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
dataIntegrityOptions
- Defines the options to use for the data integrity checkorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- an unexpected exception in the KonaKart Admin engineAdminOrderStatus[] getAllOrderStatuses() throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
org.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKAdminException
- unexpected exception in the KonaKart Admin EngineCopyright © 2018 DS Data Systems UK Ltd.