Uses of Package
org.apache.commons.scaffold.util

Packages that use org.apache.commons.scaffold.util
org.apache.commons.scaffold.sql   
org.apache.commons.scaffold.util   
 

Classes in org.apache.commons.scaffold.util used by org.apache.commons.scaffold.sql
ProcessBean
          Simple helper bean that can be used to encapsulate a method representing a business process.
ProcessBeanBase
          Base implementation of ProcessBean with default functionality.
ProcessResult
          Deprecated. Use BizResponse instead
ResultList
          A container for a set of results returned from the resource tier.
Scroller
          Scroller tracks the coordinates needed to manage flipping through a result list using LIMIT and OFFSET clauses (or the equivalent).
ScrollerBean
          Base class for scrolling searches.
Storable
          Simple interface to describe public methods on a data access object.
StorageBean
          Describes an implementation of standard Store, Retrieve, and Delete operations using the command pattern.
 

Classes in org.apache.commons.scaffold.util used by org.apache.commons.scaffold.util
BizRequest
          A helper bean used to encapsulate the runtime properties needed by a business service [org.apache.commons.scaffold.util.BizSevice].
BizResponse
          Convenient wrapper for the result of a business process.
BizService
          A business service facade designed to be invoked through a process method.
Message
          An encapsulation of an individual message stored in a Messages object, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
Messages
           A class that encapsulates messages.
ProcessBean
          Simple helper bean that can be used to encapsulate a method representing a business process.
ProcessResult
          Deprecated. Use BizResponse instead
ResultList
          A container for a set of results returned from the resource tier.
Scroller
          Scroller tracks the coordinates needed to manage flipping through a result list using LIMIT and OFFSET clauses (or the equivalent).
Storable
          Simple interface to describe public methods on a data access object.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.