| java.lang.Object com.jat.business.BusinessObjectList com.jat.business.BusinessObjectListImpl
BusinessObjectListImpl | public class BusinessObjectListImpl extends BusinessObjectList (Code) | | Title: JAT
Description:
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.1 |
BusinessObjectListImpl | public BusinessObjectListImpl(String dataSourceName)(Code) | | |
Methods inherited from com.jat.business.BusinessObjectList | public void add(BusinessObjectList list)(Code)(Java Doc) public void addElement(BusinessObject item)(Code)(Java Doc) public BusinessObject elementAt(int index)(Code)(Java Doc) public Enumeration elements()(Code)(Java Doc) public BusinessObject firstElement()(Code)(Java Doc) abstract protected BusinessObject getBusinessObject(BusinessObjectProperties props)(Code)(Java Doc) public static BusinessObjectList getBusinessObjectList(BusinessObjectFactory factory, String dataSourceName, String name, BusinessObjectProperties properties) throws BusinessException, IntegrationException(Code)(Java Doc) public String getDataSourceName()(Code)(Java Doc) public Document getXmlDocument(boolean validate) throws SAXException, ParserConfigurationException, IOException(Code)(Java Doc) public void orderBy(String field, boolean ascendent) throws Exception(Code)(Java Doc) public BusinessObjectPropertyList persist(String execName) throws BusinessException(Code)(Java Doc) public BusinessObjectList refresh() throws BusinessException, IntegrationException(Code)(Java Doc) public boolean remove(BusinessObject item)(Code)(Java Doc) protected void setRequestProperties(BusinessObjectFactory factory, String requestName, BusinessObjectProperties requestProperties)(Code)(Java Doc) public int size()(Code)(Java Doc) public String toString()(Code)(Java Doc) public String toXML()(Code)(Java Doc)
|
|
|