Interface | Description |
---|---|
AddressService | |
AddressVerificationProvider |
Allows for pluggable address validators.
|
ChallengeQuestionService | |
CountryService | |
CountrySubdivisionService | |
CustomerAddressService | |
CustomerPaymentService | |
CustomerPhoneService | |
CustomerService | |
PhoneService | |
RoleService | |
StateService | Deprecated
- use
CountrySubdivisionService instead. |
Class | Description |
---|---|
AddressServiceImpl | |
ChallengeQuestionServiceImpl | |
CountryServiceImpl | |
CountrySubdivisionServiceImpl | |
CustomerAddressServiceImpl | |
CustomerPaymentServiceImpl | |
CustomerPhoneServiceImpl | |
CustomerServiceImpl | |
CustomerUserDetails |
Created in order to utilize the Customer's primary key to salt passwords with.
|
PhoneServiceImpl | |
RoleServiceImpl | |
StateServiceImpl | Deprecated
- use
CountrySubdivisionServiceImpl instead. |
UserDetailsServiceImpl |
This class is being un-deprecated because we want the query for the customer to happen through Hibernate instead of
through raw JDBC, which is the case when
|
Copyright © 2022. All rights reserved.