| java.lang.Object com.jat.business.BusinessObjectList
All known Subclasses: com.jat.business.BusinessObjectListImpl, com.jat.business.privileges.PrivilegeList,
BusinessObjectList | abstract public class BusinessObjectList implements XMLable,Serializable(Code) | | Title: JAT
Description: This class is a list of Business Object (
com.jat.business.BusinessObject ).
Is possible to sort the Business Objects by
orderBy method
or get the XML format of an instance of this class (
toXML and
getXmlDocument methods).
If you want to build your own Business Object, you must create:
Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)
Distributed under the terms of the GNU Lesser General Public License, v2.1 or later
author: stf version: 1.2 since: 1.0 See Also: com.com.jat.business.BusinessObject See Also: com.com.jat.business.BusinessObjectFactory |
BusinessObjectList | public BusinessObjectList(String dataSourceName)(Code) | | |
getBusinessObject | abstract protected BusinessObject getBusinessObject(BusinessObjectProperties props)(Code) | | return a Business Object from a set of properties.
Implement this method to build a new instance of your Business Object
using the constructor with data source name and
com.jat.businessBusinessObjectProperties Parameters: props - the list of properties a new instance of a Business Object implementation |
|
|