Class EntityFormData
java.lang.Object
ch.tocco.nice2.netui.api.bind.entity.EntityFormData
Deprecated.
Response object for loading form data based on an entity.
This response object is used for the good case, as well as for some special but expected cases: - object deleted [meanwhile] - ...?
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionEntityFormData
(AbstractFieldInfo[] fieldInfos, long version, EntityDescriptor entityDescriptor) Deprecated. -
Method Summary
Modifier and TypeMethodDescription@Nullable EntityDescriptor
Deprecated.@Nullable AbstractFieldInfo[]
Deprecated.Deprecated.long
Deprecated.static EntityFormData
Deprecated.static EntityFormData
Deprecated.
-
Constructor Details
-
EntityFormData
public EntityFormData(AbstractFieldInfo[] fieldInfos, long version, EntityDescriptor entityDescriptor) Deprecated.- Parameters:
version
- The version of the primary record for which the form is.
-
-
Method Details
-
statusDeleted
Deprecated. -
statusNoPermission
Deprecated. -
getStatus
Deprecated. -
getFieldInfos
Deprecated.- Returns:
- Not null if Status = OK.
-
getVersion
public long getVersion()Deprecated. -
getEntityDescriptor
Deprecated.- Returns:
- Not null if Status = OK.
-