| Interface | Description |
|---|---|
| GenericManager<T,PK extends Serializable> |
Generic Manager that talks to GenericDao to CRUD POJOs.
|
| LookupManager |
Business Service Interface to talk to persistence layer and
retrieve values for drop-down choice lists.
|
| RoleManager |
Business Service Interface to handle communication between web and
persistence layer.
|
| UserManager |
Business Service Interface to handle communication between web and
persistence layer.
|
| UserService |
Web Service interface so hierarchy of Generic Manager isn't carried through.
|
| Class | Description |
|---|---|
| BaseManagerTestCase | |
| MailEngine |
Class for sending e-mail messages based on Velocity templates
or with attachments.
|
| UserSecurityAdvice |
This advice is responsible for enforcing security and only allowing administrators
to modify users.
|
| Exception | Description |
|---|---|
| UserExistsException |
An exception that is thrown by classes wanting to trap unique
constraint violations.
|
Copyright © 2003–2013. All rights reserved.