planetj.magic
Interface IAssociationRequest

All Superinterfaces:
IFeature, IHTMLRenderer, IMagicRequest, IRenderer

public interface IAssociationRequest
extends IMagicRequest

Insert the type's description here. Creation date: (5/31/02 9:39:28 AM)


Nested Class Summary
 
Nested classes inherited from class planetj.dataengine.IFeature
IFeature.OperationCountFeature
 
Field Summary
static String ASSOCIATION_FIELD
           
static String ASSOCIATION_REQUEST_KEY
           
static String NO_ROW_COLLECTION
           
static String ROW_COLLECTION_KEY
           
static String ROW_KEY
           
 
Fields inherited from interface planetj.magic.IMagicRequest
IS_COMPLETE, MAGIC_REQUEST, MAGIC_REQUEST_PARAM1, MAGIC_REQUEST_RC, SAME_URI, TYPE, TYPE_PAGE, TYPE_SESSION, TYPE_STATIC, USER_REQUEST_ATTRIBUTES_STORED
 
Fields inherited from interface planetj.html.IHTMLRenderer
HTML
 
Fields inherited from interface planetj.dataengine.IFeature
DEFAULT_MESSAGE_FEATURE, FEATURE_DELETE, FEATURE_INSERT, FEATURE_LEVEL_ENTERPRISE, FEATURE_LEVEL_ENTRY, FEATURE_LEVEL_PROFESSIONAL, FEATURE_LEVEL_STANDARD, FEATURE_UPDATE, MESSAGE_END, MESSAGE_START
 
Methods inherited from interface planetj.magic.IMagicRequest
addLinkedRequestAfter, addLinkedRequestBefore, execute, executeAll, getBaseField, getBaseRow, getCurrentURI, getFirstRequest, getId, getKey, getLastRequest, getMagicURI, getNextURI, getType, isCompleted, isEndNavigationGroup, isReturnToRequester, isSaveResults, isStartNewNavigationGroup, setBaseField, setBaseRow, setRowEventListener
 
Methods inherited from interface planetj.html.IHTMLRenderer
append, generate
 
Methods inherited from interface planetj.dataengine.display.IRenderer
getDisplayType
 
Methods inherited from interface planetj.dataengine.IFeature
appendUnsupportedHTMLMessage, getFeatureLevel, isApplicable
 

Field Detail

ROW_KEY

public static final String ROW_KEY
See Also:
Constant Field Values

ASSOCIATION_FIELD

public static final String ASSOCIATION_FIELD
See Also:
Constant Field Values

ROW_COLLECTION_KEY

public static final String ROW_COLLECTION_KEY
See Also:
Constant Field Values

ASSOCIATION_REQUEST_KEY

public static final String ASSOCIATION_REQUEST_KEY
See Also:
Constant Field Values

NO_ROW_COLLECTION

public static final String NO_ROW_COLLECTION
See Also:
Constant Field Values