Verwendungen von Schnittstelle
ch.nolix.systemapi.objectdataapi.dataapi.IField
Package
Beschreibung
The
ch.nolix.system.databaseapplication.fieldbinder
package defines
binders that can bind
IField
s to
IControl
s.The
ch.nolix.system.objectdata.data
packages implements the types
that are declared in the ch.nolix.systemapi.objectdataapi.dataapi
package.The
ch.nolix.system.objectdata.datatool
packages implements the types
that are declared in the ch.nolix.systemapi.objectdataapi.datatoolapi
package.The
ch.nolix.system.objectdata.fieldtool
packages implements the
types that are declared in the
ch.nolix.systemapi.objectdataapi.fieldtoolapi
package.The
ch.nolix.system.objectdata.fieldvalidator
packages implements the
types that are declared in the
ch.nolix.systemapi.objectdataapi.fieldvalidatorapi
package.The
ch.nolix.system.objectdata.schemamapper
packages implements the
types that are declared in the
ch.nolix.systemapi.objectdataapi.schemamapperapi
package.The
ch.nolix.systemapi.objectdataapi.dataapi
package declares types
for the data of databases.The
ch.nolix.systemapi.objectdataapi.datatoolapi
package declares
tools for the types of ch.nolix.systemapi.objectdataapi.dataapi
.The
ch.nolix.systemapi.objectdataapi.fieldtoolapi
package declares
tools for IField
s.The
ch.nolix.systemapi.objectdataapi.fieldvalidatorapi
package
declares validators for
IField
package.The
ch.nolix.systemapi.objectdataapi.parameterizedfieldtypemapper2api
package declares mappers for
IParameterizedFieldType
.The
ch.nolix.systemapi.objectdataapi.schemamapperapi
package declares
a mapper that can map
IEntity
types to
ITable
s.-
Verwendungen von IField in ch.nolix.system.databaseapplication.fieldbinder
Modifizierer und TypKlasseBeschreibungclass
FieldBinder<F extends IField,
W extends IControl<?, ?>> Modifizierer und TypMethodeBeschreibungstatic <F extends IField>
FieldBindingGlobalFieldBinder.createControlAndBindItWith
(F field) <F extends IField>
FieldBinder<F, ?> FieldBinderFactory.getFieldBinderForField
(F field) -
Verwendungen von IField in ch.nolix.system.objectdata.data
Modifizierer und TypKlasseBeschreibungfinal class
BackReference<E extends IEntity>
class
BaseBackReference<E extends IEntity>
class
BaseReference<E extends IEntity>
class
BaseValue<V>
class
final class
MultiBackReference<E extends IEntity>
final class
MultiReference<E extends IEntity>
final class
MultiValue<V>
final class
OptionalBackReference<E extends IEntity>
final class
OptionalReference<E extends IEntity>
final class
final class
final class
Value<V>
Modifizierer und TypMethodeBeschreibungBackReference.getStoredReferencingFields()
final IContainer
<IField> BaseReference.getStoredReferencingFields()
final IContainer
<IField> BaseValue.getStoredReferencingFields()
MultiBackReference.getStoredReferencingFields()
OptionalBackReference.getStoredReferencingFields()
final IContainer
<? extends IField> BaseEntity.internalGetStoredFields()
Modifizierer und TypMethodeBeschreibungfinal boolean
BaseBackReference.referencesBackField
(IField field) boolean
BaseReference.referencesBackField
(IField field) boolean
BaseValue.referencesBackField
(IField field) -
Verwendungen von IField in ch.nolix.system.objectdata.datatool
Modifizierer und TypMethodeBeschreibungIContainer
<? extends IField> EntityTool.getStoredEditedFields
(IEntity entity) IContainer
<? extends IField> EntityTool.getStoredReferencingFields
(IEntity entity) -
Verwendungen von IField in ch.nolix.system.objectdata.fieldtool
Modifizierer und TypMethodeBeschreibungOptionalReferenceTool.getOptionalStoredBackReferencingField
(IOptionalReference<?> optionalReference) Modifizierer und TypMethodeBeschreibungboolean
FieldTool.belongsToEntity
(IField field) final boolean
FieldTool.belongsToLoadedEntity
(IField field) final Class
<?> FieldTool.getDataType
(IField field) final boolean
FieldTool.isForMultiContent
(IField field) final boolean
FieldTool.isForSingleContent
(IField field) final boolean
FieldTool.isMandatoryAndEmptyBoth
(IField field) final boolean
FieldTool.isSetForCaseIsNewOrEditedAndMandatory
(IField field) -
Verwendungen von IField in ch.nolix.system.objectdata.fieldvalidator
Modifizierer und TypMethodeBeschreibungfinal void
FieldValidator.assertBelongsToEntity
(IField field) final void
FieldValidator.assertDoesNotBelongToEntity
(IField field) final void
FieldValidator.assertIsNotEmpty
(IField field) final void
FieldValidator.assertIsNotMandatoryAndEmptyBoth
(IField field) final void
FieldValidator.assertKnowsParentColumn
(IField field) -
Verwendungen von IField in ch.nolix.system.objectdata.schemamapper
Modifizierer und TypMethodeBeschreibungColumnMapper.createColumnFromGivenPropertyUsingGivenReferencableTables
(IField field, IContainer<ITable> referencableTables) ParameterizedFieldTypeMapper.createParameterizedFieldTypeFromField
(IField field, IContainer<ITable> referencedTables) -
Verwendungen von IField in ch.nolix.systemapi.objectdataapi.dataapi
Modifizierer und TypSchnittstelleBeschreibunginterface
IBackReference<E extends IEntity>
interface
IBaseBackReference<E extends IEntity>
interface
IBaseReference<E extends IEntity>
interface
IBaseValue<V>
interface
IMultiBackReference<E extends IEntity>
interface
IMultiReference<E extends IEntity>
interface
IMultiValue<V>
interface
IOptionalBackReference<E extends IEntity>
interface
IOptionalReference<E extends IEntity>
interface
interface
IReference<E extends IEntity>
interface
IValue<V>
Modifizierer und TypMethodeBeschreibungIMultiReferenceEntry.getOptionalStoredBackReferencingField()
IField.getStoredReferencingFields()
IContainer
<? extends IField> IEntity.internalGetStoredFields()
-
Verwendungen von IField in ch.nolix.systemapi.objectdataapi.datatoolapi
Modifizierer und TypMethodeBeschreibungIContainer
<? extends IField> IEntityTool.getStoredEditedFields
(IEntity entity) IContainer
<? extends IField> IEntityTool.getStoredReferencingFields
(IEntity entity) -
Verwendungen von IField in ch.nolix.systemapi.objectdataapi.fieldtoolapi
Modifizierer und TypMethodeBeschreibungIOptionalReferenceTool.getOptionalStoredBackReferencingField
(IOptionalReference<?> optionalReference) Modifizierer und TypMethodeBeschreibungboolean
IFieldTool.belongsToEntity
(IField field) boolean
IFieldTool.belongsToLoadedEntity
(IField field) Class
<?> IFieldTool.getDataType
(IField field) boolean
IFieldTool.isForMultiContent
(IField field) boolean
IFieldTool.isForSingleContent
(IField field) boolean
IFieldTool.isMandatoryAndEmptyBoth
(IField field) boolean
IFieldTool.isSetForCaseIsNewOrEditedAndMandatory
(IField field) -
Verwendungen von IField in ch.nolix.systemapi.objectdataapi.fieldvalidatorapi
Modifizierer und TypMethodeBeschreibungvoid
IFieldValidator.assertBelongsToEntity
(IField field) void
IFieldValidator.assertDoesNotBelongToEntity
(IField field) void
IFieldValidator.assertIsNotEmpty
(IField field) void
IFieldValidator.assertIsNotMandatoryAndEmptyBoth
(IField field) void
IFieldValidator.assertKnowsParentColumn
(IField field) -
Verwendungen von IField in ch.nolix.systemapi.objectdataapi.parameterizedfieldtypemapper2api
Modifizierer und TypSchnittstelleBeschreibunginterface
IParameterizedFieldTypeMapper<F extends IField>
-
Verwendungen von IField in ch.nolix.systemapi.objectdataapi.schemamapperapi
Modifizierer und TypMethodeBeschreibungIColumnMapper.createColumnFromGivenPropertyUsingGivenReferencableTables
(IField field, IContainer<ITable> referencableTables) IParameterizedFieldTypeMapper.createParameterizedFieldTypeFromField
(IField field, IContainer<ITable> referencedTables)