|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
org.jafer.databeans | |
org.jafer.interfaces | |
org.jafer.readinglist | |
org.jafer.record | |
org.jafer.registry.web.struts.bean | |
org.jafer.zclient |
Uses of Field in org.jafer.databeans |
---|
Methods in org.jafer.databeans that return Field | |
---|---|
private Field |
JDBC.createRecord()
|
Field |
RecordAdaptor.getCurrentRecord()
|
Field |
JDBC.getCurrentRecord()
Creates record from data in database, following the layout of the chosen record template. |
Field |
DatabeanManager.getCurrentRecord()
|
Field |
Adaptor.getCurrentRecord()
|
Field |
ActiveBean.getRecord(int recordIndex,
java.lang.String schema)
Retrieve the record at the specified recordIndex |
protected Field |
ActiveBean.getRecord(int recordIndex,
java.lang.String schema,
boolean applyOffsets)
Retrieve the record at the specified recordIndex |
Uses of Field in org.jafer.interfaces |
---|
Methods in org.jafer.interfaces that return Field | |
---|---|
Field |
Present.getCurrentRecord()
Get current record |
Field[] |
Scan.getTerms(int noOfTerms,
int termStep,
int termPosition,
org.w3c.dom.Node term)
Get keywords or terms |
Field[] |
Scan.getTerms(int noOfTerms,
org.w3c.dom.Node term)
Get keywords or terms |
Uses of Field in org.jafer.readinglist |
---|
Methods in org.jafer.readinglist that return Field | |
---|---|
Field |
Basket.getItem(java.lang.String docId)
|
Methods in org.jafer.readinglist with parameters of type Field | |
---|---|
void |
Basket.addItem(java.lang.String docId,
Field field)
|
Uses of Field in org.jafer.record |
---|
Fields in org.jafer.record declared as Field | |
---|---|
private Field |
RecordException.field
|
Methods in org.jafer.record that return Field | |
---|---|
Field[] |
Field.get(java.lang.String fieldName)
|
Field[] |
Field.get(java.lang.String fieldName,
java.lang.String[] attributeProfile)
|
Field[] |
Field.get(java.lang.String fieldName,
java.lang.String attributeName,
java.lang.String attributeValue)
|
Field |
Field.getFirst(java.lang.String fieldName)
Returns the first occurrence of the named field. |
Field |
Field.getFirst(java.lang.String fieldName,
java.lang.String[] attributeProfile)
Returns the first occurrence of the named field with the given attributes and values. |
Field |
Field.getFirst(java.lang.String fieldName,
java.lang.String attributeName,
java.lang.String attributeValue)
Returns the first occurrence of the named field with the given attribute name and value. |
Field |
RecordException.getRecord()
|
private Field[] |
Field.toFieldArray(org.w3c.dom.NodeList nodeList)
|
Constructors in org.jafer.record with parameters of type Field | |
---|---|
RecordException(java.lang.String message,
Field field)
|
Uses of Field in org.jafer.registry.web.struts.bean |
---|
Methods in org.jafer.registry.web.struts.bean with parameters of type Field | |
---|---|
private static java.lang.String |
ModsRecord.getOwner(Field modsroot)
Retrieves the owner's displayForm or namePart if exists. |
private static java.lang.String |
ModsRecord.getSubNodeText(Field f,
java.lang.String n1)
|
private static java.lang.String |
ModsRecord.getSubNodeText(Field f,
java.lang.String n1,
java.lang.String n2)
|
Constructors in org.jafer.registry.web.struts.bean with parameters of type Field | |
---|---|
ModsRecord(Field modsroot)
|
Uses of Field in org.jafer.zclient |
---|
Methods in org.jafer.zclient that return Field | |
---|---|
Field |
AbstractClient.getCurrentRecord()
Gets the CurrentRecord attribute of the ZClient object |
Field[] |
AbstractClient.getTerms(int noOfTerms,
int termStep,
int termPosition,
org.w3c.dom.Node term)
|
Field[] |
AbstractClient.getTerms(int noOfTerms,
org.w3c.dom.Node term)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |