|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DMSForm
The base interface for all forms in @enterprise DMS
| Method Summary | ||
|---|---|---|
|
getField(String name)
Returns the value of the specified field |
|
Class<?> |
getFieldType(String name)
Returns the class of the specified field |
|
FormType |
getFormType()
Returns the form type of this form |
|
boolean |
hasField(String name)
Returns if the form has a field with the specified name |
|
void |
setField(String name,
Object value)
Sets the value of the specified field |
|
| Methods inherited from interface com.groiss.dms.DMSObject |
|---|
attachNote, getAcl, getChangedAt, getChangedBy, getCreatedAt, getCreatedBy, getDefaultOrgUnit, getIcon, getName, getTypeName, hasAttachedNotes, hasVersions, listAttachedNotes, listVersions, makeCopy, makeVersion, removeNote, setAcl, setName |
| Methods inherited from interface com.dec.avw.core.OwnedObject |
|---|
getOwner, ignoreSubstitution |
| Methods inherited from interface com.groiss.store.Persistent |
|---|
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
| Methods inherited from interface com.groiss.org.HasLog |
|---|
getVersionId, setVersionId |
| Method Detail |
|---|
boolean hasField(String name)
name - the name of the field to investigate
<T> T getField(String name)
name - the name of the field which value is wantedClass<?> getFieldType(String name)
name - the name of the field which value is wanted
void setField(String name,
Object value)
name - the name of the fieldvalue - the value for the fieldFormType getFormType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||