Uses of Interface
overit.geocall.edm.model.DataAttribute
Packages that use DataAttribute
Package
Description
-
Uses of DataAttribute in overit.geocall.basic.ui.control
Methods in overit.geocall.basic.ui.control that return types with arguments of type DataAttributeMethods in overit.geocall.basic.ui.control with parameters of type DataAttributeModifier and TypeMethodDescriptionvoidColumn.setModelProperties(@NotNull DataAttribute dataAttribute) voidColumnBoolean.setModelProperties(@NotNull DataAttribute dataAttribute) voidColumnDouble.setModelProperties(@NotNull DataAttribute dataAttribute) voidColumnDTZ.setModelProperties(@NotNull DataAttribute dataAttribute) voidInput.setModelProperties(@NotNull DataAttribute dataAttribute) voidInputDouble.setModelProperties(@NotNull DataAttribute dataAttribute) voidInputDTZ.setModelProperties(@NotNull DataAttribute dataAttribute) voidInputLong.setModelProperties(@NotNull DataAttribute dataAttribute) voidInputLookup.setModelProperties(@NotNull DataAttribute dataAttribute) voidInputRegExp.setModelProperties(@NotNull DataAttribute dataAttribute) voidInputText.setModelProperties(@NotNull DataAttribute dataAttribute) -
Uses of DataAttribute in overit.geocall.da
Methods in overit.geocall.da that return types with arguments of type DataAttributeMethod parameters in overit.geocall.da with type arguments of type DataAttributeModifier and TypeMethodDescriptionvoidDABase.setDataAttributes(List<DataAttribute> dataAttributes) voidDAO.setDataAttributes(List<DataAttribute> dataAttributes) -
Uses of DataAttribute in overit.geocall.edm.model
Classes in overit.geocall.edm.model that implement DataAttributeModifier and TypeClassDescriptionclassRepresents an extended data attribute in the Entity-Data-Model (EDM).Methods in overit.geocall.edm.model that return types with arguments of type DataAttributeModifier and TypeMethodDescriptionDataEntity.getAttributes()Retrieves the attributes associated with the data entity.DataEntityImpl.getAttributes()DataAttributesHolder.getDataAttributes()Method parameters in overit.geocall.edm.model with type arguments of type DataAttributeModifier and TypeMethodDescriptionvoidDataAttributesHolder.setDataAttributes(List<DataAttribute> dataAttributes) Sets the provideddataAttributes.Constructor parameters in overit.geocall.edm.model with type arguments of type DataAttributeModifierConstructorDescriptionDataEntityImpl(Company company, Entity model, Date loadDate, Set<DataAttribute> attributes) Constructor forDataEntityImpl. -
Uses of DataAttribute in overit.geocall.edm.registry
Methods in overit.geocall.edm.registry that return types with arguments of type DataAttributeModifier and TypeMethodDescriptionEDMRegistry.getAllDataAttributes(@NotNull Class<? extends Entity>[] entityClasses, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedentityClassesandcompany.EDMRegistry.getAllDataAttributes(@NotNull String extendedColumn, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedextendedColumnandcompany.Returns aList<DataAttribute> configured for theDataEntitys associated to the providedentitiesandcompany.EDMRegistry.getAllDataAttributes(@NotNull Attribute extendedAttribute, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedextendedAttributeandcompany.EDMRegistry.getAllDataAttributesByAttributeName(@NotNull Class<? extends Entity>[] entityClasses, @NotNull String attributeName, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedentityClasses,attributeNameandcompany.Method parameters in overit.geocall.edm.registry with type arguments of type DataAttributeModifier and TypeMethodDescriptionbooleanEDMRegistry.isExtendedAttribute(@NotNull String extendedAttribute, @NotNull List<DataAttribute> dataAttributes, @NotNull Company company) Returnstruein case the providedextendedAttributewas recognized as anEDMextended attribute;falseotherwise. -
Uses of DataAttribute in overit.geocall.sql
Methods in overit.geocall.sql that return types with arguments of type DataAttributeModifier and TypeMethodDescriptionDBStatementTools.dataAttributes()Returns the value of thedataAttributesrecord component.DBStatementTools.getDataAttributes()StandardDBStatement.getDataAttributes()Methods in overit.geocall.sql with parameters of type DataAttributeModifier and TypeMethodDescriptiondefault ObjectDBObjectMap.loadInstance(ResultSet rs, int field, DataAttribute dataAttribute, Company company) StandardDBObjectMap.loadInstance(ResultSet rs, int field, DataAttribute dataAttribute, Company company) Method parameters in overit.geocall.sql with type arguments of type DataAttributeModifier and TypeMethodDescriptionDBObjectMap.loadInstance(ResultSet rs, int field, List<DataAttribute> dataAttributes, Company company) StandardDBObjectMap.loadInstance(ResultSet rs, int field, List<DataAttribute> dataAttributes, Company company) voidDBStatementTools.setDataAttributes(List<DataAttribute> dataAttributes) voidStandardDBStatement.setDataAttributes(List<DataAttribute> dataAttributes) Constructor parameters in overit.geocall.sql with type arguments of type DataAttributeModifierConstructorDescriptionDBStatementTools(List<DataAttribute> dataAttributes, Company company, AtomicInteger rows, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) Creates an instance of aDBStatementToolsrecord class.DBStatementTools(List<DataAttribute> dataAttributes, Company company, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) -
Uses of DataAttribute in overit.geocall.ui
Methods in overit.geocall.ui with parameters of type DataAttributeModifier and TypeMethodDescriptionvoidControl.setModelProperties(@NotNull DataAttribute dataAttribute)