public interface AdminMiscPriceMgrIf
| Modifier and Type | Method and Description |
|---|---|
void |
deleteMiscPrices(AdminMiscPriceSearch miscPriceSearch)
Delete the AdminMiscPrice objects that match the specified AdminMiscPriceSearch object
|
AdminMiscPrice[] |
getMiscPrices(AdminMiscPriceSearch miscPriceSearch)
Retrieves the AdminMiscPrice objects that match the specified AdminMiscPriceSearch object
|
AdminMiscPrice[] |
getMiscPrices(AdminMiscPriceSearch miscPriceSearch,
java.sql.Connection con)
Retrieves the AdminMiscPrice objects that match the specified AdminMiscPriceSearch object
|
int |
insertMiscPrice(AdminMiscPrice miscPrice,
java.sql.Connection con)
Insert the AdminMiscPrice object within a transaction
|
int |
insertMiscPrices(AdminMiscPrice[] miscPrices)
Insert the AdminMiscPrice objects in the specified array
|
void |
refreshConfigs()
Refresh the configuration of the Manager
|
void |
updateMiscPrice(AdminMiscPrice miscPrice,
java.sql.Connection con)
Update the AdminMiscPrice object
|
void |
updateMiscPrices(AdminMiscPrice[] miscPrices)
Update the AdminMiscPrice objects in the specified array
|
void refreshConfigs()
throws java.lang.Exception
java.lang.Exception - an unexpected exceptionint insertMiscPrices(AdminMiscPrice[] miscPrices) throws KKAdminException, org.apache.torque.TorqueException
miscPrices - the prices to insertKKAdminException - an unexpected exception in the KonaKart Admin engineorg.apache.torque.TorqueException - an unexpected exception in Torque (the database layer)int insertMiscPrice(AdminMiscPrice miscPrice, java.sql.Connection con) throws KKAdminException, org.apache.torque.TorqueException
miscPrice - the price to insertcon - Transaction ConnectionKKAdminException - an unexpected exception in the KonaKart Admin engineorg.apache.torque.TorqueException - an unexpected exception in Torque (the database layer)void deleteMiscPrices(AdminMiscPriceSearch miscPriceSearch) throws KKAdminException, org.apache.torque.TorqueException
miscPriceSearch - defines the AdminMiscPrice records to deleteKKAdminException - an unexpected exception in the KonaKart Admin engineorg.apache.torque.TorqueException - an unexpected exception in Torque (the database layer)AdminMiscPrice[] getMiscPrices(AdminMiscPriceSearch miscPriceSearch) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
miscPriceSearch - defines the AdminMiscPrice records to retrieve from the databaseKKAdminException - an unexpected exception in the KonaKart Admin engineorg.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)AdminMiscPrice[] getMiscPrices(AdminMiscPriceSearch miscPriceSearch, java.sql.Connection con) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
miscPriceSearch - defines the AdminMiscPrice records to retrieve from the databasecon - Connection for transactionKKAdminException - an unexpected exception in the KonaKart Admin engineorg.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)void updateMiscPrices(AdminMiscPrice[] miscPrices) throws KKAdminException, org.apache.torque.TorqueException
miscPrices - the prices to updateKKAdminException - an unexpected exception in the KonaKart Admin engineorg.apache.torque.TorqueException - an unexpected exception in Torque (the database layer)void updateMiscPrice(AdminMiscPrice miscPrice, java.sql.Connection con) throws KKAdminException, org.apache.torque.TorqueException
miscPrice - the price to updatecon - Transaction ConnectionKKAdminException - an unexpected exception in the KonaKart Admin engineorg.apache.torque.TorqueException - an unexpected exception in Torque (the database layer)Copyright © 2018 DS Data Systems UK Ltd.