Uses of Class
ru.cg.webbpm.modules.database.api.bean.TableFieldData
Packages that use TableFieldData
Package
Description
-
Uses of TableFieldData in component
Method parameters in component with type arguments of type TableFieldDataModifier and TypeMethodDescriptionCustomGraphSaveLoadComponent.getReferenceId
(List<TableFieldData> pkValues) -
Uses of TableFieldData in dao
Methods in dao that return types with arguments of type TableFieldData -
Uses of TableFieldData in dao.container
Methods in dao.container that return types with arguments of type TableFieldData -
Uses of TableFieldData in dao.editablegrid
Methods in dao.editablegrid that return types with arguments of type TableFieldData -
Uses of TableFieldData in dao.field
Methods in dao.field that return types with arguments of type TableFieldDataModifier and TypeMethodDescriptionFileUploadDaoImpl.save
(Map<EntityColumn, Object> map) LinkFieldDao.save
(Map<EntityColumn, Object> dataMap) -
Uses of TableFieldData in database.dao
Methods in database.dao that return types with arguments of type TableFieldDataMethod parameters in database.dao with type arguments of type TableFieldDataModifier and TypeMethodDescriptionprotected boolean
DefaultSaveDao.hasTableValues
(List<TableFieldData> tableValuesWithoutPk) protected void
DefaultSaveDao.insertOrUpdate
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList, boolean isUpdate) protected void
DefaultSaveDao.insertOrUpdate
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList, boolean isUpdate) protected boolean
DefaultSaveDao.isHasOnlyFKValues
(List<TableFieldData> childEntityRefValues, List<TableFieldData> tableValuesWithoutPk) protected void
DefaultSaveDao.update
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList) protected void
DefaultSaveDao.update
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList) -
Uses of TableFieldData in ru.cg.webbpm.modules.database.api.bean
Methods in ru.cg.webbpm.modules.database.api.bean that return types with arguments of type TableFieldDataMethod parameters in ru.cg.webbpm.modules.database.api.bean with type arguments of type TableFieldDataConstructor parameters in ru.cg.webbpm.modules.database.api.bean with type arguments of type TableFieldDataModifierConstructorDescriptionGraphNodeValues
(DefaultGraphNode defaultGraphNode, List<TableFieldData> values) -
Uses of TableFieldData in ru.cg.webbpm.modules.database.api.dao
Methods in ru.cg.webbpm.modules.database.api.dao that return types with arguments of type TableFieldData -
Uses of TableFieldData in ru.cg.webbpm.user_management
Method parameters in ru.cg.webbpm.user_management with type arguments of type TableFieldDataModifier and TypeMethodDescriptionprotected void
RestFormBaseService.saveCustomFields
(List<TableFieldData> pkValues, List<FieldData> dataList) -
Uses of TableFieldData in service.container
Method parameters in service.container with type arguments of type TableFieldDataModifier and TypeMethodDescriptionprotected Object
AbstractGraphFormService.getMainEntityId
(List<TableFieldData> pkValues) protected void
AbstractGraphFormService.saveCustomFields
(List<TableFieldData> pkValues, List<FieldData> dataList) -
Uses of TableFieldData in utils
Method parameters in utils with type arguments of type TableFieldDataModifier and TypeMethodDescriptionstatic Object
FormUtils.getValueByEntityColumn
(List<TableFieldData> dataList, EntityColumn entityColumn)