Package org.apache.commons.scaffold.util

Interface Summary
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.
Executable Simple interface to describe public methods on a business logic object.
Localized  
Mapped Simple interface to describe an object that can set and return its public properties via a Map.
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.
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.
 

Class Summary
BizRequestImpl Concrete implementation of a business request.
BizResponseImpl Concrete implementation of a business response [org,apache.commons.util.BizResponse] that can be used "as-is" to manage a response from the business tier.
BizServiceImpl Sample business service object.
FunctionBean  
LabelValueBean Simple JavaBean to represent label-value pairs for use in collections that are utilized by the <form:options> tag.
MessageImpl  
MessagesImpl  
ProcessBeanBase Base implementation of ProcessBean with default functionality.
ProcessResultBase Concrete implementation of ProcessResult that can be used "as-is" to manage a response from the business tier.
ResourceUtils Property and Resource utilities.
ResultListBase Concrete implementation of ResultList.
Scroller Scroller tracks the coordinates needed to manage flipping through a result list using LIMIT and OFFSET clauses (or the equivalent).
 



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