public class WarehouseOrder extends VdmEntity<WarehouseOrder>
Original entity name from the Odata EDM: WarehouseOrderType
Modifier and Type | Class and Description |
---|---|
static class |
WarehouseOrder.WarehouseOrderBuilder
Helper class to allow for fluent creation of WarehouseOrder instances.
|
Modifier and Type | Field and Description |
---|---|
static WarehouseOrderSelectable |
ALL_FIELDS
Selector for all available fields of WarehouseOrder.
|
static WarehouseOrderField<ZonedDateTime> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static WarehouseOrderField<String> |
EXECUTING_RESOURCE
Use with available fluent helpers to apply the ExecutingResource field to query operations.
|
static WarehouseOrderField<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static WarehouseOrderLink<WarehouseTask> |
TO_WAREHOUSE_TASK
Use with available fluent helpers to apply the to_WarehouseTask navigation property to query operations.
|
static WarehouseOrderField<String> |
WAREHOUSE
Use with available fluent helpers to apply the Warehouse field to query operations.
|
static WarehouseOrderField<String> |
WAREHOUSE_ORDER
Use with available fluent helpers to apply the WarehouseOrder field to query operations.
|
static WarehouseOrderField<ZonedDateTime> |
WAREHOUSE_ORDER_START_DATE_TIME
Use with available fluent helpers to apply the WarehouseOrderStartDateTime field to query operations.
|
static WarehouseOrderField<String> |
WAREHOUSE_ORDER_STATUS
Use with available fluent helpers to apply the WarehouseOrderStatus field to query operations.
|
static WarehouseOrderField<String> |
WAREHOUSE_ORDER_STATUS_NAME
Use with available fluent helpers to apply the WarehouseOrderStatusName field to query operations.
|
static WarehouseOrderField<ZonedDateTime> |
WHSE_ORDER_CONFIRMED_DATE_TIME
Use with available fluent helpers to apply the WhseOrderConfirmedDateTime field to query operations.
|
static WarehouseOrderField<ZonedDateTime> |
WHSE_ORDER_LATEST_START_DATE_TIME
Use with available fluent helpers to apply the WhseOrderLatestStartDateTime field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
WarehouseOrder() |
WarehouseOrder(String warehouse,
String warehouseOrder,
String warehouseOrderStatus,
String warehouseOrderStatusName,
ZonedDateTime creationDateTime,
ZonedDateTime warehouseOrderStartDateTime,
ZonedDateTime whseOrderConfirmedDateTime,
ZonedDateTime lastChangeDateTime,
ZonedDateTime whseOrderLatestStartDateTime,
String executingResource,
List<WarehouseTask> toWarehouseTask) |
Modifier and Type | Method and Description |
---|---|
void |
addWarehouseTask(WarehouseTask... entity)
Adds elements to the list of associated WarehouseTask entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static WarehouseOrder.WarehouseOrderBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<WarehouseTask> |
fetchWarehouseTask()
Fetches the WarehouseTask entities (one to many) associated with this entity.
|
static <T> WarehouseOrderField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
ZonedDateTime |
getCreationDateTime()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getExecutingResource()
Constraints: Not nullable, Maximum length: 18
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 0
|
Class<WarehouseOrder> |
getType() |
String |
getWarehouse()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getWarehouseOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ZonedDateTime |
getWarehouseOrderStartDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getWarehouseOrderStatus()
Constraints: Not nullable, Maximum length: 1
|
String |
getWarehouseOrderStatusName()
Constraints: Not nullable, Maximum length: 60
|
io.vavr.control.Option<List<WarehouseTask>> |
getWarehouseTaskIfPresent()
Retrieval of associated WarehouseTask entities (one to many).
|
List<WarehouseTask> |
getWarehouseTaskOrFetch()
Retrieval of associated WarehouseTask entities (one to many).
|
ZonedDateTime |
getWhseOrderConfirmedDateTime()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getWhseOrderLatestStartDateTime()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setCreationDateTime(ZonedDateTime creationDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setExecutingResource(String executingResource)
Constraints: Not nullable, Maximum length: 18
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setWarehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setWarehouseOrder(String warehouseOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setWarehouseOrderStartDateTime(ZonedDateTime warehouseOrderStartDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setWarehouseOrderStatus(String warehouseOrderStatus)
Constraints: Not nullable, Maximum length: 1
|
void |
setWarehouseOrderStatusName(String warehouseOrderStatusName)
Constraints: Not nullable, Maximum length: 60
|
void |
setWarehouseTask(List<WarehouseTask> value)
Overwrites the list of associated WarehouseTask entities for the loaded navigation property
to_WarehouseTask.
|
void |
setWhseOrderConfirmedDateTime(ZonedDateTime whseOrderConfirmedDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setWhseOrderLatestStartDateTime(ZonedDateTime whseOrderLatestStartDateTime)
Constraints: Not nullable, Precision: 0
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final WarehouseOrderSelectable ALL_FIELDS
public static final WarehouseOrderField<String> WAREHOUSE
public static final WarehouseOrderField<String> WAREHOUSE_ORDER
public static final WarehouseOrderField<String> WAREHOUSE_ORDER_STATUS
public static final WarehouseOrderField<String> WAREHOUSE_ORDER_STATUS_NAME
public static final WarehouseOrderField<ZonedDateTime> CREATION_DATE_TIME
public static final WarehouseOrderField<ZonedDateTime> WAREHOUSE_ORDER_START_DATE_TIME
public static final WarehouseOrderField<ZonedDateTime> WHSE_ORDER_CONFIRMED_DATE_TIME
public static final WarehouseOrderField<ZonedDateTime> LAST_CHANGE_DATE_TIME
public static final WarehouseOrderField<ZonedDateTime> WHSE_ORDER_LATEST_START_DATE_TIME
public static final WarehouseOrderField<String> EXECUTING_RESOURCE
public static final WarehouseOrderLink<WarehouseTask> TO_WAREHOUSE_TASK
public WarehouseOrder()
public WarehouseOrder(@Nullable String warehouse, @Nullable String warehouseOrder, @Nullable String warehouseOrderStatus, @Nullable String warehouseOrderStatusName, @Nullable ZonedDateTime creationDateTime, @Nullable ZonedDateTime warehouseOrderStartDateTime, @Nullable ZonedDateTime whseOrderConfirmedDateTime, @Nullable ZonedDateTime lastChangeDateTime, @Nullable ZonedDateTime whseOrderLatestStartDateTime, @Nullable String executingResource, List<WarehouseTask> toWarehouseTask)
@Nonnull public Class<WarehouseOrder> getType()
getType
in class VdmObject<WarehouseOrder>
public void setWarehouse(@Nullable String warehouse)
Original property name from the Odata EDM: Warehouse
All activities within a warehouse, for example, goods movements and physical inventory, are assigned to a specific warehouse number. The physical warehouse where these activities take place is identified by the warehouse number.
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.public void setWarehouseOrder(@Nullable String warehouseOrder)
Original property name from the Odata EDM: WarehouseOrder
warehouseOrder
- Warehouse Order Numberpublic void setWarehouseOrderStatus(@Nullable String warehouseOrderStatus)
Original property name from the Odata EDM: WarehouseOrderStatus
warehouseOrderStatus
- Warehouse Order Statuspublic void setWarehouseOrderStatusName(@Nullable String warehouseOrderStatusName)
Original property name from the Odata EDM: WarehouseOrderStatusName
SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains
warehouseOrderStatusName
- This text appears when fixed values are displayed in the F4 help. It explains the possible input
values.public void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
creationDateTime
- Creation Timepublic void setWarehouseOrderStartDateTime(@Nullable ZonedDateTime warehouseOrderStartDateTime)
Original property name from the Odata EDM: WarehouseOrderStartDateTime
warehouseOrderStartDateTime
- Start Timepublic void setWhseOrderConfirmedDateTime(@Nullable ZonedDateTime whseOrderConfirmedDateTime)
Original property name from the Odata EDM: WhseOrderConfirmedDateTime
whseOrderConfirmedDateTime
- Time of Confirmationpublic void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- Time of Changepublic void setWhseOrderLatestStartDateTime(@Nullable ZonedDateTime whseOrderLatestStartDateTime)
Original property name from the Odata EDM: WhseOrderLatestStartDateTime
whseOrderLatestStartDateTime
- Latest Starting Date (LSD)public void setExecutingResource(@Nullable String executingResource)
Original property name from the Odata EDM: ExecutingResource
executingResource
- Resource (Means of Transportation or User)protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<WarehouseOrder>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<WarehouseOrder>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<WarehouseOrder>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<WarehouseOrder>
@Nonnull public static <T> WarehouseOrderField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> WarehouseOrderField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<WarehouseOrder>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<WarehouseOrder>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<WarehouseOrder>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<WarehouseOrder>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<WarehouseOrder>
@Nonnull public List<WarehouseTask> fetchWarehouseTask() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<WarehouseTask> getWarehouseTaskOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_WarehouseTask of a queried WarehouseOrder is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<WarehouseTask>> getWarehouseTaskIfPresent()
If the navigation property for an entity WarehouseOrder has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setWarehouseTask(@Nonnull List<WarehouseTask> value)
If the navigation property to_WarehouseTask of a queried WarehouseOrder is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of WarehouseTask entities.public void addWarehouseTask(WarehouseTask... entity)
If the navigation property to_WarehouseTask of a queried WarehouseOrder is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of WarehouseTask entities.public static WarehouseOrder.WarehouseOrderBuilder builder()
@Nullable public String getWarehouse()
Original property name from the Odata EDM: Warehouse
All activities within a warehouse, for example, goods movements and physical inventory, are assigned to a specific warehouse number. The physical warehouse where these activities take place is identified by the warehouse number.
@Nullable public String getWarehouseOrder()
Original property name from the Odata EDM: WarehouseOrder
@Nullable public String getWarehouseOrderStatus()
Original property name from the Odata EDM: WarehouseOrderStatus
@Nullable public String getWarehouseOrderStatusName()
Original property name from the Odata EDM: WarehouseOrderStatusName
SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains
@Nullable public ZonedDateTime getCreationDateTime()
Original property name from the Odata EDM: CreationDateTime
@Nullable public ZonedDateTime getWarehouseOrderStartDateTime()
Original property name from the Odata EDM: WarehouseOrderStartDateTime
@Nullable public ZonedDateTime getWhseOrderConfirmedDateTime()
Original property name from the Odata EDM: WhseOrderConfirmedDateTime
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
@Nullable public ZonedDateTime getWhseOrderLatestStartDateTime()
Original property name from the Odata EDM: WhseOrderLatestStartDateTime
@Nullable public String getExecutingResource()
Original property name from the Odata EDM: ExecutingResource
public String toString()
toString
in class VdmObject<WarehouseOrder>
public boolean equals(Object o)
equals
in class VdmObject<WarehouseOrder>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<WarehouseOrder>
public int hashCode()
hashCode
in class VdmObject<WarehouseOrder>
Copyright © 2020 SAP SE. All rights reserved.