Uses of Class
com.saperion.ngc.iform.FieldResultBean
-
Packages that use FieldResultBean Package Description com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.iform Package for iform events.com.saperion.ngc.favorites Package for favorites.com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.field Package for iForm field elements.com.saperion.ngc.iform.field.lookup Package for advanced lookup field classes.com.saperion.ngc.iform.image Package for iForm image elements.com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.navigation Package for navigation component classes.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.resultset.generator Package for resultset query generator classes. -
-
Uses of FieldResultBean in com.saperion.ngc.events
Methods in com.saperion.ngc.events that return types with arguments of type FieldResultBean Modifier and Type Method Description java.util.List<FieldResultBean>
ArchiverSuccessEvent. getFieldValues()
Constructor parameters in com.saperion.ngc.events with type arguments of type FieldResultBean Constructor Description ArchiverSuccessEvent(org.zkoss.zk.ui.Component target, java.util.List<FieldResultBean> fieldValues, DocumentId documentId)
-
Uses of FieldResultBean in com.saperion.ngc.events.iform
Methods in com.saperion.ngc.events.iform that return types with arguments of type FieldResultBean Modifier and Type Method Description java.util.List<FieldResultBean>
ResultFieldEventBean. getDataList()
java.util.List<FieldResultBean>
DocumentAddedEvent. getFieldValues()
Gets the field values.java.util.List<FieldResultBean>
RevisionCreatedEvent. getFieldValues()
Gets the field values.java.util.List<FieldResultBean>
ResultFieldEvent. getList()
java.util.List<FieldResultBean>
SaveDocumentEvent. getList()
java.util.List<FieldResultBean>
IformMiniPopupEvent. getResultBeans()
Constructor parameters in com.saperion.ngc.events.iform with type arguments of type FieldResultBean Constructor Description DocumentAddedEvent(org.zkoss.zk.ui.Component target, DocumentId id, java.util.List<FieldResultBean> fields)
Constructor.IformMiniPopupEvent(ButtonInfo buttonInfo, java.util.List<FieldResultBean> resultBeans)
Constructor.ResultFieldEventBean(java.util.List<FieldResultBean> list, com.saperion.ngc.iform.xml.Form formular, com.saperion.ngc.iform.xml.SaveActionType type)
Constructor.ResultFieldEventBean(java.util.List<FieldResultBean> list, com.saperion.ngc.iform.xml.Form formular, com.saperion.ngc.iform.xml.SaveActionType type, java.util.List<com.saperion.bean.ContentStream> content, int selected, boolean useAttachment)
Constructor.ResultFieldEventBean(java.util.List<FieldResultBean> list, java.lang.String ddc, com.saperion.ngc.iform.xml.SaveActionType type)
Constructor.ResultFieldEventBean(java.util.List<FieldResultBean> list, java.lang.String ddc, com.saperion.ngc.iform.xml.SaveActionType type, java.util.List<com.saperion.bean.ContentStream> content, int selected)
Constructor.RevisionCreatedEvent(org.zkoss.zk.ui.Component target, com.saperion.intf.SaSaveInfo saveInfo, java.util.List<FieldResultBean> fields, boolean lookupRevision)
Constructor.RevisionCreatedEvent(org.zkoss.zk.ui.Component target, DocumentId docId, java.util.List<FieldResultBean> fields, boolean lookupRevision)
Constructor. -
Uses of FieldResultBean in com.saperion.ngc.favorites
Methods in com.saperion.ngc.favorites that return types with arguments of type FieldResultBean Modifier and Type Method Description java.util.List<FieldResultBean>
FavoriteQueryInformation. getFields()
Get fields.Method parameters in com.saperion.ngc.favorites with type arguments of type FieldResultBean Modifier and Type Method Description void
FavoriteQueryInformation. setFields(java.util.List<FieldResultBean> resultFields)
Fields derived from form. -
Uses of FieldResultBean in com.saperion.ngc.iform
Subclasses of FieldResultBean in com.saperion.ngc.iform Modifier and Type Class Description class
CustomConditionBean
A bean that simulates a virtual field.Methods in com.saperion.ngc.iform that return types with arguments of type FieldResultBean Modifier and Type Method Description java.util.List<FieldResultBean>
IFormPopupResult. getFieldResultBeans()
java.util.List<FieldResultBean>
IndexValueMerger. getMergedValues()
java.util.List<FieldResultBean>
IntelligentFormViewImpl. getResultFields()
Method parameters in com.saperion.ngc.iform with type arguments of type FieldResultBean Modifier and Type Method Description DocumentId
IntelligentFormPresenter. addDocument(java.util.List<FieldResultBean> properties, java.lang.String comment, FolderUploadInfos infos, java.lang.String ddcName)
Adds a new document to the archive.Constructor parameters in com.saperion.ngc.iform with type arguments of type FieldResultBean Constructor Description IFormPopupResult(java.util.List<FieldResultBean> fieldResultBeans, java.util.List<com.saperion.bean.ContentStream> thumbnails, int selectedThumbnail)
Constructor.IndexValueMerger(java.util.List<FieldResultBean> valuesFromMask, java.util.Map<java.lang.String,java.lang.Object> valuesFromScript, IntelligentFormPresenter presenter, IntelligentFormView view)
-
Uses of FieldResultBean in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field that return FieldResultBean Modifier and Type Method Description FieldResultBean
CheckboxField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
ComboTextField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
DateField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
FloatField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
IntelligentField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
IntField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
LookupTextField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
MultiField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
TextField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
TimeField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field.FieldResultBean
TristateField. getResultBean()
Returns a bean containing the current value, type, name and limit of this field. -
Uses of FieldResultBean in com.saperion.ngc.iform.field.lookup
Methods in com.saperion.ngc.iform.field.lookup that return FieldResultBean Modifier and Type Method Description FieldResultBean
AdvancedLookupField. getResultBean()
-
Uses of FieldResultBean in com.saperion.ngc.iform.image
Methods in com.saperion.ngc.iform.image that return FieldResultBean Modifier and Type Method Description FieldResultBean
FormEditableImage. getResultBean()
Returns a bean containing the current value, type, name and limit of this field. -
Uses of FieldResultBean in com.saperion.ngc.model.document
Method parameters in com.saperion.ngc.model.document with type arguments of type FieldResultBean Modifier and Type Method Description DocumentId
DocClassicConnectorService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls)
Adds a new document to the archive.DocumentId
DocClassicConnectorService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)
Adds a new document to the archive.DocumentId
DocumentService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls)
Adds a new document to the archive.DocumentId
DocumentService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)
Adds a new document to the archive.DocumentId
DocClassicConnectorService. createLookupItem(java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Create a new lookup entry.DocumentId
DocumentService. createLookupItem(java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Create a new lookup entry.com.saperion.intf.SaSaveInfo
DocClassicConnectorService. updateDocument(java.util.List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)
Deprecated.com.saperion.intf.SaSaveInfo
DocumentService. updateDocument(java.util.List<FieldResultBean> properties, com.saperion.bean.ContentStream[] content, java.lang.String comment, DocumentId docId, boolean checkin, boolean lookup, int selectedImage)
Deprecated.void
DocClassicConnectorService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Update a lookup entry.void
DocClassicConnectorService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName, boolean isDeleted)
Update a lookup entry.void
DocumentService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName)
Update a lookup entry.void
DocumentService. updateLookupItem(java.lang.String sysRowId, java.util.List<FieldResultBean> properties, java.lang.String ddcName, boolean isDeleted)
Update a lookup entry. -
Uses of FieldResultBean in com.saperion.ngc.navigation
Constructor parameters in com.saperion.ngc.navigation with type arguments of type FieldResultBean Constructor Description UploadFromExternalStorageEventListener(java.lang.String ddcName, java.util.List<FieldResultBean> indexData, com.saperion.externalstorage.ExternalStorageType storageType)
-
Uses of FieldResultBean in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return types with arguments of type FieldResultBean Modifier and Type Method Description java.util.List<FieldResultBean>
ResultSetView. getCustomConditions()
java.util.List<FieldResultBean>
ResultSetViewImpl. getCustomConditions()
Methods in com.saperion.ngc.resultset with parameters of type FieldResultBean Modifier and Type Method Description void
ResultSetView. addCustomCondition(FieldResultBean condition)
Adds a condition that will be used each time this ResultSetView performs a query.void
ResultSetViewImpl. addCustomCondition(FieldResultBean condition)
Adds a condition that will be used each time this ResultSetView performs a query. -
Uses of FieldResultBean in com.saperion.ngc.resultset.generator
Constructor parameters in com.saperion.ngc.resultset.generator with type arguments of type FieldResultBean Constructor Description FormQueryGenerator(java.util.List<FieldResultBean> fields, com.saperion.intf.DDC ddc, boolean hasAnOutliner)
Constructor.FormQueryGenerator(java.util.List<FieldResultBean> fields, java.lang.String ddcName, java.lang.String dbType, boolean hasAnOutliner)
Deprecated.UseFormQueryGenerator(List, DDC, boolean)
instead.IformMiniPopupGenerator(java.lang.String databaseType, java.util.List<FieldResultBean> resultBeans)
Constructor.WorkflowQueryGenerator(java.util.List<FieldResultBean> fields, java.lang.String query, com.saperion.intf.DDC ddc)
Constructor.WorkflowQueryGenerator(java.util.List<FieldResultBean> fields, java.lang.String query, java.lang.String dbType)
Deprecated.UseWorkflowQueryGenerator(List, String, DDC)
instead.
-