Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Deprecated API

Deprecated Methods
com.flexstor.webframework.edit.FSEdit.create(int, String, int[], String[])
          Use create( int nStructureId, String sTargetTraversalPath, int[] naFieldIds, MultiValueData[] mvdaFieldData ) instead. 
com.flexstor.webframework.edit.FSEdit.modify(int, long, String, int[], String[])
          Use modify( int nStructureId, long lRecordId, String sTraversalPath, int[] naFieldIds, MultiValueData[] mvdaFieldData ) instead. 
com.flexstor.webframework.edit.FSEdit.modifyCreate(int, long, int[], String[])
          Use modifyCreate( int nStructureId, long lRecordId, int[] naFieldIds, MultiValueData[] mvdaFieldData ) instead. 
 

Deprecated Constructors
com.flexstor.webframework.edit.FSEdit(PageContext)
          Use FSEdit( FSContext context ) instead. 
com.flexstor.webframework.edit.FSEdit(PageContext, String)
          Use FSEdit( FSContext context, String sSearchResultName ) instead.