Serialized Form


Package com.jtri.exception

Class com.jtri.exception.KeyCallbackException extends org.hibernate.CallbackException implements Serializable

Serialized Fields

params

java.lang.String[] params

Class com.jtri.exception.KeyConversionException extends ConversionException implements Serializable

Class com.jtri.exception.PersistenceException extends java.lang.Exception implements Serializable

Serialized Fields

event

int event


Package com.jtri.struts

Class com.jtri.struts.BetweenField extends java.lang.Object implements Serializable

Serialized Fields

from

java.lang.String from

to

java.lang.String to

Class com.jtri.struts.Call extends java.lang.Object implements Serializable

Serialized Fields

callerField

java.lang.String callerField
Full name of field of the caller form reponsible for the call. The name includes index information like: country[n].state[m].city[z].cityName


callerFormName

java.lang.String callerFormName
Name of the caller form, used by the javascript returning.


caller

org.apache.struts.action.ActionForm caller
Caller ActionForm, used to retrieve the call on javascript calling, or restore screen state in the returning (if restoreFormReturn is true)


hidden

boolean hidden
The caller is marked as hidden when it's supposed to select a value based on the onChangeField, and return it silently. Returnable makes no sense in this case


floating

boolean floating
Floating marks this call as a separate modal window/frame. Floating Calls uses javascript to return values. The normal combination is with restoreFormReturn true.


parameters

DynaFilter parameters
Parameters to the called window


returnFields

java.lang.String[][] returnFields
Expected return fields. This are pairs of caller < - called fields relative to the callerField row context.


onChangeField

java.lang.String onChangeField
Indicates wich field from the filter should be used only in hidden calls


listName

java.lang.String listName
List property of called bean that has a collection of rows.


returnForward

org.apache.struts.action.ActionForward returnForward
Caller forward to return.


returnable

boolean returnable
if this call puts the caller window in a stack and asks for the called window to present a return button or action. If not, the call will be disposed as soon as the called starts.


restoreFormReturn

boolean restoreFormReturn
if true , when this calls returns, the form is restored. If false, the default action is restore the form and requery.


destination

java.lang.String destination
Destination is used to check if the call tree is broken. Currently it's seted in the arrival form.


count

int count
count is used to simulate the back button in history.go(-count).

Class com.jtri.struts.CallServices extends java.lang.Object implements Serializable

Class com.jtri.struts.FilterForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

queryRequest

org.apache.struts.util.ImageButtonBean queryRequest

isValid

boolean isValid

filter

DynaFilter filter

loveButtons

ToolBarManager loveButtons

rootStructure

PageStructure rootStructure

resetButton

boolean resetButton

cusco

Cusco cusco

Class com.jtri.struts.FilterWrapper extends java.lang.Object implements Serializable

Serialized Fields

filter

IFilter filter

formName

java.lang.String formName

wndCaller

java.lang.String wndCaller

Class com.jtri.struts.LoveForm extends PagedForm implements Serializable

Serialized Fields

selected

int[] selected

selectButtons

org.apache.struts.util.ImageButtonBean selectButtons

Class com.jtri.struts.LoveRow extends BaseDTO implements Serializable

Serialized Fields

order

int order

Class com.jtri.struts.MenuForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

menus

java.util.List menus
Deprecated. 

submenus

java.util.Hashtable submenus
Deprecated. 

Class com.jtri.struts.PagedForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

queryRequest

org.apache.struts.util.ImageButtonBean queryRequest

saveRequest

org.apache.struts.util.ImageButtonBean saveRequest

addButtons

ToolBarManager addButtons

nextButtons

ToolBarManager nextButtons

loveButtons

ToolBarManager loveButtons

backButtons

ToolBarManager backButtons

pageInfos

java.util.Map pageInfos

rootStructure

PageStructure rootStructure

cusco

Cusco cusco

_pendingSave

boolean _pendingSave

Class com.jtri.struts.TabButton extends java.lang.Object implements Serializable

Serialized Fields

selectedTab

java.lang.String selectedTab

currentTab

java.lang.String currentTab


Package com.jtri.base

Class com.jtri.base.BaseDTO extends java.lang.Object implements Serializable

Serialized Fields

_status

java.lang.String _status

_removed

java.lang.String _removed

pageStructure

PageStructure pageStructure

pageInfos

java.util.Map pageInfos

Class com.jtri.base.BetweenFilterField extends DynaFilterField implements Serializable

Serialized Fields

fromValue

BetweenFilterField fromValue

toValue

BetweenFilterField toValue

Class com.jtri.base.Cusco extends java.lang.Object implements Serializable

Serialized Fields

attributes

java.util.Hashtable attributes

Class com.jtri.base.DynaFilter extends java.lang.Object implements Serializable

Serialized Fields

restrictive

boolean restrictive

fields

java.util.Map fields

dbFields

java.util.Map dbFields

Class com.jtri.base.DynaFilterField extends java.lang.Object implements Serializable

Serialized Fields

dbField

java.lang.String dbField

table

java.lang.String table

operation

java.lang.String operation

Class com.jtri.base.FieldPath extends java.lang.Object implements Serializable

Serialized Fields

path

java.lang.String path

Class com.jtri.base.FilterFieldEnum extends DynaFilterField implements Serializable

Serialized Fields

enumResolver

java.lang.Class enumResolver

Class com.jtri.base.FilterFieldNullable extends DynaFilterField implements Serializable

Class com.jtri.base.FilterFieldTest extends DynaFilterField implements Serializable

Class com.jtri.base.FixedFilter extends java.lang.Object implements Serializable

Serialized Fields

sql

java.lang.String sql

Class com.jtri.base.OrFilterField extends DynaFilterField implements Serializable

Class com.jtri.base.PageInfo extends java.lang.Object implements Serializable

Serialized Fields

pageSize

int pageSize

currentPage

int currentPage

currentItem

int currentItem

lastItem

int lastItem

insertRoles

java.lang.String[] insertRoles

removeRoles

java.lang.String[] removeRoles

saveEnabled

boolean saveEnabled

collection

java.util.Collection collection

Class com.jtri.base.PageStructure extends java.lang.Object implements Serializable

Serialized Fields

method

java.lang.String method

loaderName

java.lang.String loaderName

colName

java.lang.String colName

rowClass

java.lang.String rowClass

masterFields

java.lang.String[] masterFields

detailFields

java.lang.String[] detailFields

filters

java.util.List filters

subPages

java.util.List subPages

rule

DefaultRules rule

rowFactory

RowFactory rowFactory

orderBy

java.lang.String orderBy

baseInfo

PageInfo baseInfo

cusco

Cusco cusco

Class com.jtri.base.Row extends java.lang.Object implements Serializable

Serialized Fields

beans

java.lang.Object[] beans

links

java.util.Map links


Package com.jtri.facade

Class com.jtri.facade.DefaultRules extends java.lang.Object implements Serializable


Package com.jtri.events

Class com.jtri.events.DefaultInterceptor extends org.hibernate.EmptyInterceptor implements Serializable

Serialized Fields

root_sess

org.hibernate.Session root_sess

new_sess

org.hibernate.Session new_sess

Class com.jtri.events.JTriInterceptor extends org.hibernate.EmptyInterceptor implements Serializable

Serialized Fields

session

org.hibernate.Session session


Package com.jtri.tags

Class com.jtri.tags.JavascriptValidatorTag extends org.apache.struts.taglib.html.JavascriptValidatorTag implements Serializable

Class com.jtri.tags.TolerantMessage extends ELMessageTag implements Serializable