Uses of Interface
com.jtri.base.IMapped

Packages that use IMapped
com.jtri.base   
com.jtri.struts   
 

Uses of IMapped in com.jtri.base
 

Classes in com.jtri.base that implement IMapped
 class BaseDTO
          The Data Transfer Object is the base class for each row of information in a form.
 

Uses of IMapped in com.jtri.struts
 

Classes in com.jtri.struts that implement IMapped
 class FilterForm
          The base struts' form for filters.
 class LoveRow
          Represents each row of a selection list.
 

Methods in com.jtri.struts with parameters of type IMapped
 void ActionServices.restrict(IMapped newRow, Cusco cusco, java.lang.String wndName)
          Restric a row to the filter values.
 java.lang.Object Call.convertParameter(IMapped dto, java.lang.String key, java.lang.Object value)