Uses of Package
org.apache.shale.usecases.model

Packages that use org.apache.shale.usecases.model
org.apache.shale.usecases.logic This package contains business logic methods that manipulate model data objects in the org.apache.shale.usecases.model package. 
org.apache.shale.usecases.model This package contains interfaces that represent the model data objects required by the Use Cases example application, plus a Data Access Object (DAO) that may be utilized by business logic to manipulate these model data objects. 
org.apache.shale.usecases.model.minimal This package contains a minimal implementation of the model data object APIs defined in the org.apache.shale.usecases.model package. 
 

Classes in org.apache.shale.usecases.model used by org.apache.shale.usecases.logic
User
          Model interface representing a user of the Use Cases application system.
UsersDAO
          Data Access Object (DAO) for accessing model data about registered users and their profile information.
 

Classes in org.apache.shale.usecases.model used by org.apache.shale.usecases.model
User
          Model interface representing a user of the Use Cases application system.
 

Classes in org.apache.shale.usecases.model used by org.apache.shale.usecases.model.minimal
User
          Model interface representing a user of the Use Cases application system.
UsersDAO
          Data Access Object (DAO) for accessing model data about registered users and their profile information.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.