Uses of Class
org.example.customerdao.utility.NonDeleteableRecordException
Packages that use NonDeleteableRecordException
Package
Description
This package provides the DAO Action classes for the Customer Web Application.
This package provides the Utility classes for the
Customer DAO component of the Customer Web Application.
-
Uses of NonDeleteableRecordException in org.example.customerdao
Methods in org.example.customerdao that throw NonDeleteableRecordExceptionModifier and TypeMethodDescriptionvoidProductDAOImpl.deleteEntity(org.example.websecurity.UserCredentials credentials, int id) Deletes a CuUstomerEntity by id.voidProductDAOImpl.deleteEntity(org.example.websecurity.UserCredentials credentials, org.example.customer.utility.CustomerEntity entity) Deletes an CustomerEntity.voidSupplierDAOImpl.deleteEntity(org.example.websecurity.UserCredentials credentials, int id) Deletes a CuUstomerEntity by id.voidSupplierDAOImpl.deleteEntity(org.example.websecurity.UserCredentials credentials, org.example.customer.utility.CustomerEntity entity) Deletes an CustomerEntity. -
Uses of NonDeleteableRecordException in org.example.customerdao.utility
Methods in org.example.customerdao.utility that throw NonDeleteableRecordExceptionModifier and TypeMethodDescriptionvoidDeleteable.deleteEntity(org.example.websecurity.UserCredentials credentials, int id) Deletes a CuUstomerEntity by id.voidDeleteable.deleteEntity(org.example.websecurity.UserCredentials credentials, org.example.customer.utility.CustomerEntity entity) Deletes an CustomerEntity.