public class ServiceConfirmationItem extends VdmEntity<ServiceConfirmationItem>
Original entity name from the Odata EDM: A_ServiceConfirmationItemType
Modifier and Type | Class and Description |
---|---|
static class |
ServiceConfirmationItem.ServiceConfirmationItemBuilder
Helper class to allow for fluent creation of ServiceConfirmationItem instances.
|
Modifier and Type | Field and Description |
---|---|
static ServiceConfirmationItemField<BigDecimal> |
ACTUAL_SERVICE_DURATION
Use with available fluent helpers to apply the ActualServiceDuration field to query operations.
|
static ServiceConfirmationItemField<String> |
ACTUAL_SERVICE_DURATION_UNIT
Use with available fluent helpers to apply the ActualServiceDurationUnit field to query operations.
|
static ServiceConfirmationItemField<ZonedDateTime> |
ACTUAL_SERVICE_END_DATE_TIME
Use with available fluent helpers to apply the ActualServiceEndDateTime field to query operations.
|
static ServiceConfirmationItemField<ZonedDateTime> |
ACTUAL_SERVICE_START_DATE_TIME
Use with available fluent helpers to apply the ActualServiceStartDateTime field to query operations.
|
static ServiceConfirmationItemSelectable |
ALL_FIELDS
Selector for all available fields of ServiceConfirmationItem.
|
static ServiceConfirmationItemField<String> |
BILLABLE_CONTROL
Use with available fluent helpers to apply the BillableControl field to query operations.
|
static ServiceConfirmationItemField<String> |
EXECUTING_SERVICE_EMPLOYEE
Use with available fluent helpers to apply the ExecutingServiceEmployee field to query operations.
|
static ServiceConfirmationItemField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ServiceConfirmationItemField<String> |
PARENT_SERVICE_CONF_ITEM
Use with available fluent helpers to apply the ParentServiceConfItem field to query operations.
|
static ServiceConfirmationItemField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ServiceConfirmationItemField<BigDecimal> |
QUANTITY
Use with available fluent helpers to apply the Quantity field to query operations.
|
static ServiceConfirmationItemField<String> |
QUANTITY_UNIT
Use with available fluent helpers to apply the QuantityUnit field to query operations.
|
static ServiceConfirmationItemField<String> |
REFERENCE_SERVICE_ORDER
Use with available fluent helpers to apply the ReferenceServiceOrder field to query operations.
|
static ServiceConfirmationItemField<String> |
REFERENCE_SERVICE_ORDER_ITEM
Use with available fluent helpers to apply the ReferenceServiceOrderItem field to query operations.
|
static ServiceConfirmationItemField<String> |
SERVICE_CONF_ITEM_CATEGORY
Use with available fluent helpers to apply the ServiceConfItemCategory field to query operations.
|
static ServiceConfirmationItemField<String> |
SERVICE_CONF_ITEM_DESCRIPTION
Use with available fluent helpers to apply the ServiceConfItemDescription field to query operations.
|
static ServiceConfirmationItemField<String> |
SERVICE_CONF_ITEM_IS_COMPLETED
Use with available fluent helpers to apply the ServiceConfItemIsCompleted field to query operations.
|
static ServiceConfirmationItemField<String> |
SERVICE_CONFIRMATION
Use with available fluent helpers to apply the ServiceConfirmation field to query operations.
|
static ServiceConfirmationItemField<String> |
SERVICE_CONFIRMATION_ITEM
Use with available fluent helpers to apply the ServiceConfirmationItem field to query operations.
|
static ServiceConfirmationItemField<UUID> |
SERVICE_CONFIRMATION_ITEM_UUID
Use with available fluent helpers to apply the ServiceConfirmationItemUUID field to query operations.
|
static ServiceConfirmationItemField<String> |
TIME_SHEET_OVERTIME_CATEGORY
Use with available fluent helpers to apply the TimeSheetOvertimeCategory field to query operations.
|
static ServiceConfirmationItemLink<ServiceConfItemPriceElement> |
TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
static ServiceConfirmationItemLink<ServiceConfItmRefObject> |
TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
static ServiceConfirmationItemOneToOneLink<ServiceConfirmation> |
TO_SERVICE_CONFIRMATION
Use with available fluent helpers to apply the to_ServiceConfirmation navigation property to query
operations.
|
static ServiceConfirmationItemLink<ServiceConfirmationItemText> |
TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ServiceConfirmationItem() |
ServiceConfirmationItem(String serviceConfirmation,
String serviceConfirmationItem,
UUID serviceConfirmationItemUUID,
String serviceConfItemDescription,
String language,
String product,
BigDecimal quantity,
String quantityUnit,
BigDecimal actualServiceDuration,
String actualServiceDurationUnit,
String serviceConfItemCategory,
String serviceConfItemIsCompleted,
String executingServiceEmployee,
String billableControl,
String referenceServiceOrder,
String referenceServiceOrderItem,
String timeSheetOvertimeCategory,
String parentServiceConfItem,
ZonedDateTime actualServiceStartDateTime,
ZonedDateTime actualServiceEndDateTime,
List<ServiceConfItemPriceElement> toPricingElement,
List<ServiceConfItmRefObject> toReferenceObject,
ServiceConfirmation toServiceConfirmation,
List<ServiceConfirmationItemText> toText) |
Modifier and Type | Method and Description |
---|---|
void |
addPricingElement(ServiceConfItemPriceElement... entity)
Adds elements to the list of associated ServiceConfItemPriceElement entities.
|
void |
addReferenceObject(ServiceConfItmRefObject... entity)
Adds elements to the list of associated ServiceConfItmRefObject entities.
|
void |
addText(ServiceConfirmationItemText... entity)
Adds elements to the list of associated ServiceConfirmationItemText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ServiceConfirmationItem.ServiceConfirmationItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ServiceConfItemPriceElement> |
fetchPricingElement()
Fetches the ServiceConfItemPriceElement entities (one to many) associated with this entity.
|
List<ServiceConfItmRefObject> |
fetchReferenceObject()
Fetches the ServiceConfItmRefObject entities (one to many) associated with this entity.
|
ServiceConfirmation |
fetchServiceConfirmation()
Fetches the ServiceConfirmation entity (one to one) associated with this entity.
|
List<ServiceConfirmationItemText> |
fetchText()
Fetches the ServiceConfirmationItemText entities (one to many) associated with this entity.
|
static <T> ServiceConfirmationItemField<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) |
BigDecimal |
getActualServiceDuration()
Constraints: Not nullable, Precision: 7, Scale: 2
|
String |
getActualServiceDurationUnit()
Constraints: Not nullable, Maximum length: 3
|
ZonedDateTime |
getActualServiceEndDateTime()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getActualServiceStartDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getBillableControl()
Constraints: Not nullable, Maximum length: 2
|
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 |
getExecutingServiceEmployee()
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getParentServiceConfItem()
Constraints: Not nullable, Maximum length: 6
|
io.vavr.control.Option<List<ServiceConfItemPriceElement>> |
getPricingElementIfPresent()
Retrieval of associated ServiceConfItemPriceElement entities (one to many).
|
List<ServiceConfItemPriceElement> |
getPricingElementOrFetch()
Retrieval of associated ServiceConfItemPriceElement entities (one to many).
|
String |
getProduct()
Constraints: Not nullable, Maximum length: 54
|
BigDecimal |
getQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
io.vavr.control.Option<List<ServiceConfItmRefObject>> |
getReferenceObjectIfPresent()
Retrieval of associated ServiceConfItmRefObject entities (one to many).
|
List<ServiceConfItmRefObject> |
getReferenceObjectOrFetch()
Retrieval of associated ServiceConfItmRefObject entities (one to many).
|
String |
getReferenceServiceOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getReferenceServiceOrderItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getServiceConfirmation()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<ServiceConfirmation> |
getServiceConfirmationIfPresent()
Retrieval of associated ServiceConfirmation entity (one to one).
|
String |
getServiceConfirmationItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
UUID |
getServiceConfirmationItemUUID()
Constraints: none
|
ServiceConfirmation |
getServiceConfirmationOrFetch()
Retrieval of associated ServiceConfirmation entity (one to one).
|
String |
getServiceConfItemCategory()
Constraints: Not nullable, Maximum length: 4
|
String |
getServiceConfItemDescription()
Constraints: Not nullable, Maximum length: 40
|
String |
getServiceConfItemIsCompleted()
Constraints: Not nullable, Maximum length: 1
|
io.vavr.control.Option<List<ServiceConfirmationItemText>> |
getTextIfPresent()
Retrieval of associated ServiceConfirmationItemText entities (one to many).
|
List<ServiceConfirmationItemText> |
getTextOrFetch()
Retrieval of associated ServiceConfirmationItemText entities (one to many).
|
String |
getTimeSheetOvertimeCategory()
Constraints: Not nullable, Maximum length: 4
|
Class<ServiceConfirmationItem> |
getType() |
int |
hashCode() |
void |
setActualServiceDuration(BigDecimal actualServiceDuration)
Constraints: Not nullable, Precision: 7, Scale: 2
|
void |
setActualServiceDurationUnit(String actualServiceDurationUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setActualServiceEndDateTime(ZonedDateTime actualServiceEndDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setActualServiceStartDateTime(ZonedDateTime actualServiceStartDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setBillableControl(String billableControl)
Constraints: Not nullable, Maximum length: 2
|
void |
setExecutingServiceEmployee(String executingServiceEmployee)
Constraints: Not nullable, Maximum length: 10
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setParentServiceConfItem(String parentServiceConfItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setPricingElement(List<ServiceConfItemPriceElement> value)
Overwrites the list of associated ServiceConfItemPriceElement entities for the loaded navigation property
to_PricingElement.
|
void |
setProduct(String product)
Constraints: Not nullable, Maximum length: 54
|
void |
setQuantity(BigDecimal quantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setQuantityUnit(String quantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setReferenceObject(List<ServiceConfItmRefObject> value)
Overwrites the list of associated ServiceConfItmRefObject entities for the loaded navigation property
to_ReferenceObject.
|
void |
setReferenceServiceOrder(String referenceServiceOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setReferenceServiceOrderItem(String referenceServiceOrderItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setServiceConfirmation(ServiceConfirmation value)
Overwrites the associated ServiceConfirmation entity for the loaded navigation property
to_ServiceConfirmation.
|
void |
setServiceConfirmation(String serviceConfirmation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setServiceConfirmationItem(String serviceConfirmationItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setServiceConfirmationItemUUID(UUID serviceConfirmationItemUUID)
Constraints: none
|
void |
setServiceConfItemCategory(String serviceConfItemCategory)
Constraints: Not nullable, Maximum length: 4
|
void |
setServiceConfItemDescription(String serviceConfItemDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setServiceConfItemIsCompleted(String serviceConfItemIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setText(List<ServiceConfirmationItemText> value)
Overwrites the list of associated ServiceConfirmationItemText entities for the loaded navigation property
to_Text.
|
void |
setTimeSheetOvertimeCategory(String timeSheetOvertimeCategory)
Constraints: Not nullable, Maximum length: 4
|
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 ServiceConfirmationItemSelectable ALL_FIELDS
public static final ServiceConfirmationItemField<String> SERVICE_CONFIRMATION
public static final ServiceConfirmationItemField<String> SERVICE_CONFIRMATION_ITEM
public static final ServiceConfirmationItemField<UUID> SERVICE_CONFIRMATION_ITEM_UUID
public static final ServiceConfirmationItemField<String> SERVICE_CONF_ITEM_DESCRIPTION
public static final ServiceConfirmationItemField<String> LANGUAGE
public static final ServiceConfirmationItemField<String> PRODUCT
public static final ServiceConfirmationItemField<BigDecimal> QUANTITY
public static final ServiceConfirmationItemField<String> QUANTITY_UNIT
public static final ServiceConfirmationItemField<BigDecimal> ACTUAL_SERVICE_DURATION
public static final ServiceConfirmationItemField<String> ACTUAL_SERVICE_DURATION_UNIT
public static final ServiceConfirmationItemField<String> SERVICE_CONF_ITEM_CATEGORY
public static final ServiceConfirmationItemField<String> SERVICE_CONF_ITEM_IS_COMPLETED
public static final ServiceConfirmationItemField<String> EXECUTING_SERVICE_EMPLOYEE
public static final ServiceConfirmationItemField<String> BILLABLE_CONTROL
public static final ServiceConfirmationItemField<String> REFERENCE_SERVICE_ORDER
public static final ServiceConfirmationItemField<String> REFERENCE_SERVICE_ORDER_ITEM
public static final ServiceConfirmationItemField<String> TIME_SHEET_OVERTIME_CATEGORY
public static final ServiceConfirmationItemField<String> PARENT_SERVICE_CONF_ITEM
public static final ServiceConfirmationItemField<ZonedDateTime> ACTUAL_SERVICE_START_DATE_TIME
public static final ServiceConfirmationItemField<ZonedDateTime> ACTUAL_SERVICE_END_DATE_TIME
public static final ServiceConfirmationItemLink<ServiceConfItemPriceElement> TO_PRICING_ELEMENT
public static final ServiceConfirmationItemLink<ServiceConfItmRefObject> TO_REFERENCE_OBJECT
public static final ServiceConfirmationItemOneToOneLink<ServiceConfirmation> TO_SERVICE_CONFIRMATION
public static final ServiceConfirmationItemLink<ServiceConfirmationItemText> TO_TEXT
public ServiceConfirmationItem()
public ServiceConfirmationItem(@Nullable String serviceConfirmation, @Nullable String serviceConfirmationItem, @Nullable UUID serviceConfirmationItemUUID, @Nullable String serviceConfItemDescription, @Nullable String language, @Nullable String product, @Nullable BigDecimal quantity, @Nullable String quantityUnit, @Nullable BigDecimal actualServiceDuration, @Nullable String actualServiceDurationUnit, @Nullable String serviceConfItemCategory, @Nullable String serviceConfItemIsCompleted, @Nullable String executingServiceEmployee, @Nullable String billableControl, @Nullable String referenceServiceOrder, @Nullable String referenceServiceOrderItem, @Nullable String timeSheetOvertimeCategory, @Nullable String parentServiceConfItem, @Nullable ZonedDateTime actualServiceStartDateTime, @Nullable ZonedDateTime actualServiceEndDateTime, List<ServiceConfItemPriceElement> toPricingElement, List<ServiceConfItmRefObject> toReferenceObject, @Nullable ServiceConfirmation toServiceConfirmation, List<ServiceConfirmationItemText> toText)
@Nonnull public Class<ServiceConfirmationItem> getType()
getType
in class VdmObject<ServiceConfirmationItem>
public void setServiceConfirmation(@Nullable String serviceConfirmation)
Original property name from the Odata EDM: ServiceConfirmation
serviceConfirmation
- Number that identifies the transaction document. It is unique for each business transaction category.public void setServiceConfirmationItem(@Nullable String serviceConfirmationItem)
Original property name from the Odata EDM: ServiceConfirmationItem
serviceConfirmationItem
- Shortened Item Number in Documentpublic void setServiceConfirmationItemUUID(@Nullable UUID serviceConfirmationItemUUID)
Original property name from the Odata EDM: ServiceConfirmationItemUUID
This key is only used internally, and the operation number is always displayed on the interface. However, the operation number is not necessarily unique.
serviceConfirmationItemUUID
- The unique ID for an operation is a technical key by which the operation can be uniquely identified.public void setServiceConfItemDescription(@Nullable String serviceConfItemDescription)
Original property name from the Odata EDM: ServiceConfItemDescription
serviceConfItemDescription
- Product Descriptionpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Short Text Language for an Itempublic void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
If, for whatever reason, you have to deliver a substitute product for the one originally required, you can see which product the customer originally ordered.
product
- Product that the customer originally ordered.public void setQuantity(@Nullable BigDecimal quantity)
Original property name from the Odata EDM: Quantity
This field is only filled for a sales or opportunity item. This field remains empty for other item object types.
quantity
- Total (rounded) order quantity in sales units of measure for this item.public void setQuantityUnit(@Nullable String quantityUnit)
Original property name from the Odata EDM: QuantityUnit
quantityUnit
- Unit of measure in which the product is sold.public void setActualServiceDuration(@Nullable BigDecimal actualServiceDuration)
Original property name from the Odata EDM: ActualServiceDuration
actualServiceDuration
- Confirmed Durationpublic void setActualServiceDurationUnit(@Nullable String actualServiceDurationUnit)
Original property name from the Odata EDM: ActualServiceDurationUnit
actualServiceDurationUnit
- Time Unit for Confirmed Durationpublic void setServiceConfItemCategory(@Nullable String serviceConfItemCategory)
Original property name from the Odata EDM: ServiceConfItemCategory
An item category defines the characteristics and attributes of a transaction item and thus controls the processing of an item.
serviceConfItemCategory
- Key that identifies an item category.public void setServiceConfItemIsCompleted(@Nullable String serviceConfItemIsCompleted)
Original property name from the Odata EDM: ServiceConfItemIsCompleted
serviceConfItemIsCompleted
- The serviceConfItemIsCompleted to set.public void setExecutingServiceEmployee(@Nullable String executingServiceEmployee)
Original property name from the Odata EDM: ExecutingServiceEmployee
executingServiceEmployee
- The 32-digit GUID for identifying a service employee.public void setBillableControl(@Nullable String billableControl)
Original property name from the Odata EDM: BillableControl
PricingDifferentiation of actual costs in controllingIf you want to post costs in an integrated Controlling system using the accounting indicator as a key, you need to ensure that the accounting indicators that you create in this step are identical to the accounting indicators in the SAP system.For services performed in goodwill, you want to offer a discount of 50%. You also want to track costs for goodwill services in controlling.
billableControl
- Specifies the ID of an accounting indicator that enables you to control the following for products
that you do not want fully bill for:public void setReferenceServiceOrder(@Nullable String referenceServiceOrder)
Original property name from the Odata EDM: ReferenceServiceOrder
referenceServiceOrder
- Number that identifies the transaction document. It is unique for each business transaction category.public void setReferenceServiceOrderItem(@Nullable String referenceServiceOrderItem)
Original property name from the Odata EDM: ReferenceServiceOrderItem
referenceServiceOrderItem
- Shortened Item Number in Documentpublic void setTimeSheetOvertimeCategory(@Nullable String timeSheetOvertimeCategory)
Original property name from the Odata EDM: TimeSheetOvertimeCategory
It is used in the Manage My Timesheet app to efficiently create time entries.
timeSheetOvertimeCategory
- Overtime is defined as the time an employee works outside the regular working times. Overtime Category
is the classification of the overtime hours.public void setParentServiceConfItem(@Nullable String parentServiceConfItem)
Original property name from the Odata EDM: ParentServiceConfItem
parentServiceConfItem
- Shortened Item Number in Documentpublic void setActualServiceStartDateTime(@Nullable ZonedDateTime actualServiceStartDateTime)
Original property name from the Odata EDM: ActualServiceStartDateTime
actualServiceStartDateTime
- Service Actual Start Datepublic void setActualServiceEndDateTime(@Nullable ZonedDateTime actualServiceEndDateTime)
Original property name from the Odata EDM: ActualServiceEndDateTime
actualServiceEndDateTime
- Service Actual End Dateprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ServiceConfirmationItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ServiceConfirmationItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ServiceConfirmationItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ServiceConfirmationItem>
@Nonnull public static <T> ServiceConfirmationItemField<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> ServiceConfirmationItemField<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<ServiceConfirmationItem>
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<ServiceConfirmationItem>
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<ServiceConfirmationItem>
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<ServiceConfirmationItem>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ServiceConfirmationItem>
@Nonnull public List<ServiceConfItemPriceElement> fetchPricingElement() 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<ServiceConfItemPriceElement> getPricingElementOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PricingElement of a queried ServiceConfirmationItem 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<ServiceConfItemPriceElement>> getPricingElementIfPresent()
If the navigation property for an entity ServiceConfirmationItem 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 setPricingElement(@Nonnull List<ServiceConfItemPriceElement> value)
If the navigation property to_PricingElement of a queried ServiceConfirmationItem 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 ServiceConfItemPriceElement entities.public void addPricingElement(ServiceConfItemPriceElement... entity)
If the navigation property to_PricingElement of a queried ServiceConfirmationItem 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 ServiceConfItemPriceElement entities.@Nonnull public List<ServiceConfItmRefObject> fetchReferenceObject() 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<ServiceConfItmRefObject> getReferenceObjectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ReferenceObject of a queried ServiceConfirmationItem 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<ServiceConfItmRefObject>> getReferenceObjectIfPresent()
If the navigation property for an entity ServiceConfirmationItem 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 setReferenceObject(@Nonnull List<ServiceConfItmRefObject> value)
If the navigation property to_ReferenceObject of a queried ServiceConfirmationItem 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 ServiceConfItmRefObject entities.public void addReferenceObject(ServiceConfItmRefObject... entity)
If the navigation property to_ReferenceObject of a queried ServiceConfirmationItem 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 ServiceConfItmRefObject entities.@Nullable public ServiceConfirmation fetchServiceConfirmation() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.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.@Nullable public ServiceConfirmation getServiceConfirmationOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ServiceConfirmation of a queried ServiceConfirmationItem 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<ServiceConfirmation> getServiceConfirmationIfPresent()
If the navigation property for an entity ServiceConfirmationItem 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 setServiceConfirmation(ServiceConfirmation value)
value
- New ServiceConfirmation entity.@Nonnull public List<ServiceConfirmationItemText> fetchText() 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<ServiceConfirmationItemText> getTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Text of a queried ServiceConfirmationItem 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<ServiceConfirmationItemText>> getTextIfPresent()
If the navigation property for an entity ServiceConfirmationItem 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 setText(@Nonnull List<ServiceConfirmationItemText> value)
If the navigation property to_Text of a queried ServiceConfirmationItem 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 ServiceConfirmationItemText entities.public void addText(ServiceConfirmationItemText... entity)
If the navigation property to_Text of a queried ServiceConfirmationItem 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 ServiceConfirmationItemText entities.public static ServiceConfirmationItem.ServiceConfirmationItemBuilder builder()
@Nullable public String getServiceConfirmation()
Original property name from the Odata EDM: ServiceConfirmation
@Nullable public String getServiceConfirmationItem()
Original property name from the Odata EDM: ServiceConfirmationItem
@Nullable public UUID getServiceConfirmationItemUUID()
Original property name from the Odata EDM: ServiceConfirmationItemUUID
This key is only used internally, and the operation number is always displayed on the interface. However, the operation number is not necessarily unique.
@Nullable public String getServiceConfItemDescription()
Original property name from the Odata EDM: ServiceConfItemDescription
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
If, for whatever reason, you have to deliver a substitute product for the one originally required, you can see which product the customer originally ordered.
@Nullable public BigDecimal getQuantity()
Original property name from the Odata EDM: Quantity
This field is only filled for a sales or opportunity item. This field remains empty for other item object types.
@Nullable public String getQuantityUnit()
Original property name from the Odata EDM: QuantityUnit
@Nullable public BigDecimal getActualServiceDuration()
Original property name from the Odata EDM: ActualServiceDuration
@Nullable public String getActualServiceDurationUnit()
Original property name from the Odata EDM: ActualServiceDurationUnit
@Nullable public String getServiceConfItemCategory()
Original property name from the Odata EDM: ServiceConfItemCategory
An item category defines the characteristics and attributes of a transaction item and thus controls the processing of an item.
@Nullable public String getServiceConfItemIsCompleted()
Original property name from the Odata EDM: ServiceConfItemIsCompleted
@Nullable public String getExecutingServiceEmployee()
Original property name from the Odata EDM: ExecutingServiceEmployee
@Nullable public String getBillableControl()
Original property name from the Odata EDM: BillableControl
PricingDifferentiation of actual costs in controllingIf you want to post costs in an integrated Controlling system using the accounting indicator as a key, you need to ensure that the accounting indicators that you create in this step are identical to the accounting indicators in the SAP system.For services performed in goodwill, you want to offer a discount of 50%. You also want to track costs for goodwill services in controlling.
@Nullable public String getReferenceServiceOrder()
Original property name from the Odata EDM: ReferenceServiceOrder
@Nullable public String getReferenceServiceOrderItem()
Original property name from the Odata EDM: ReferenceServiceOrderItem
@Nullable public String getTimeSheetOvertimeCategory()
Original property name from the Odata EDM: TimeSheetOvertimeCategory
It is used in the Manage My Timesheet app to efficiently create time entries.
@Nullable public String getParentServiceConfItem()
Original property name from the Odata EDM: ParentServiceConfItem
@Nullable public ZonedDateTime getActualServiceStartDateTime()
Original property name from the Odata EDM: ActualServiceStartDateTime
@Nullable public ZonedDateTime getActualServiceEndDateTime()
Original property name from the Odata EDM: ActualServiceEndDateTime
public String toString()
toString
in class VdmObject<ServiceConfirmationItem>
public boolean equals(Object o)
equals
in class VdmObject<ServiceConfirmationItem>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ServiceConfirmationItem>
public int hashCode()
hashCode
in class VdmObject<ServiceConfirmationItem>
Copyright © 2020 SAP SE. All rights reserved.