Uses of Class
com.jtri.base.PageStructure

Packages that use PageStructure
com.jtri.base   
com.jtri.facade   
com.jtri.struts   
 

Uses of PageStructure in com.jtri.base
 

Methods in com.jtri.base that return PageStructure
 PageStructure BaseDTO.readPageStructure()
           
 PageStructure IRootForm.igetRootStructure()
           
static PageStructure PageStructure.findStructure(PageStructure pg, java.lang.String colName)
           
 

Methods in com.jtri.base with parameters of type PageStructure
static void BaseDTO.processPageInfo(PageStructure psf, java.lang.Object form)
           
static void BaseDTO.buildPageInfos(PageStructure psf, IPagedInfoForm form, Row parent)
           
static java.util.List BaseDTO.toValueObjects(PageStructure ps, java.lang.Class pclass, java.util.List forms)
           
static void BaseDTO.fromValueObjects(PageStructure ps, java.util.List forms, java.util.Collection vos)
           
 void BaseDTO.writePageStructure(PageStructure structure)
          secure this method against instrospection attack
static PageStructure PageStructure.findStructure(PageStructure pg, java.lang.String colName)
           
 

Uses of PageStructure in com.jtri.facade
 

Methods in com.jtri.facade with parameters of type PageStructure
 java.io.Serializable HibernateFacade.load(PageStructure root, java.lang.Object form)
           
 java.io.Serializable HibernateFacade.save(PageStructure ps)
          Save the state of the substructures of the parameter as independent master structures.
abstract  java.lang.Class HibernateFacade.getPersistClass(PageStructure pg)
           
 

Uses of PageStructure in com.jtri.struts
 

Methods in com.jtri.struts that return PageStructure
 PageStructure BaseAction.getFirstStructure(PageStructure root)
          Get the main (first) structure of the window, that usually has the filters attached
abstract  PageStructure FilterForm.igetRootStructure()
           
 PageStructure LoveForm.igetRootStructure()
           
abstract  PageStructure PagedForm.igetRootStructure()
           
 

Methods in com.jtri.struts with parameters of type PageStructure
 PageStructure BaseAction.getFirstStructure(PageStructure root)
          Get the main (first) structure of the window, that usually has the filters attached
 void EditAction.processFilter(Cusco cusco, PageStructure root, java.lang.String wndName, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IRootForm myForm)
           
 void FilterServices.processFilter(Cusco cusco, java.lang.String wndName, javax.servlet.http.HttpServletResponse response, PageStructure ps, IPagedInfoForm form)
           
 void PagedForm.setPageInfo(PageStructure ps)
           
 

Constructors in com.jtri.struts with parameters of type PageStructure
RowFactory(PageStructure pg, java.lang.String colGetter, java.lang.Class c)