Modifier and Type | Class and Description |
---|---|
static class |
Customer.CustomerBuilder
Helper class to allow for fluent creation of Customer instances.
|
Modifier and Type | Field and Description |
---|---|
static CustomerField<String> |
ADDITIONAL_MASTER_DATA_SOURCE
Use with available fluent helpers to apply the AdditionalMasterDataSource field to query operations.
|
static CustomerSelectable |
ALL_FIELDS
Selector for all available fields of Customer.
|
static CustomerField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static CustomerField<String> |
CUSTOMER_TEXT
Use with available fluent helpers to apply the Customer_Text field to query operations.
|
static CustomerLink<CustomerHier> |
TO_CNSLDTN_CUSTOMER_HIER
Use with available fluent helpers to apply the to_CnsldtnCustomerHier navigation property to query
operations.
|
static CustomerLink<CustomerText> |
TO_CNSLDTN_CUSTOMER_T
Use with available fluent helpers to apply the to_CnsldtnCustomerT navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
Customer() |
Customer(String customer,
String customer_Text,
String additionalMasterDataSource,
List<CustomerHier> toCnsldtnCustomerHier,
List<CustomerText> toCnsldtnCustomerT) |
Modifier and Type | Method and Description |
---|---|
void |
addCnsldtnCustomerHier(CustomerHier... entity)
Adds elements to the list of associated CustomerHier entities.
|
void |
addCnsldtnCustomerT(CustomerText... entity)
Adds elements to the list of associated CustomerText entities.
|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static Customer.CustomerBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CustomerHier> |
fetchCnsldtnCustomerHier()
Fetches the CustomerHier entities (one to many) associated with this entity.
|
List<CustomerText> |
fetchCnsldtnCustomerT()
Fetches the CustomerText entities (one to many) associated with this entity.
|
static <T> CustomerField<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) |
String |
getAdditionalMasterDataSource()
Constraints: Not nullable, Maximum length: 10
|
Optional<List<CustomerHier>> |
getCnsldtnCustomerHierIfPresent()
Retrieval of associated CustomerHier entities (one to many).
|
List<CustomerHier> |
getCnsldtnCustomerHierOrFetch()
Retrieval of associated CustomerHier entities (one to many).
|
Optional<List<CustomerText>> |
getCnsldtnCustomerTIfPresent()
Retrieval of associated CustomerText entities (one to many).
|
List<CustomerText> |
getCnsldtnCustomerTOrFetch()
Retrieval of associated CustomerText entities (one to many).
|
String |
getCustomer_Text()
Constraints: Not nullable, Maximum length: 80
|
String |
getCustomer()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
Class<Customer> |
getType() |
int |
hashCode() |
void |
setAdditionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
void |
setCnsldtnCustomerHier(List<CustomerHier> value)
Overwrites the list of associated CustomerHier entities for the loaded navigation property
to_CnsldtnCustomerHier.
|
void |
setCnsldtnCustomerT(List<CustomerText> value)
Overwrites the list of associated CustomerText entities for the loaded navigation property
to_CnsldtnCustomerT.
|
void |
setCustomer_Text(String customer_Text)
Constraints: Not nullable, Maximum length: 80
|
void |
setCustomer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final CustomerSelectable ALL_FIELDS
public static final CustomerField<String> CUSTOMER
public static final CustomerField<String> CUSTOMER_TEXT
public static final CustomerField<String> ADDITIONAL_MASTER_DATA_SOURCE
public static final CustomerLink<CustomerHier> TO_CNSLDTN_CUSTOMER_HIER
public static final CustomerLink<CustomerText> TO_CNSLDTN_CUSTOMER_T
public Customer()
public Customer(@Nullable String customer, @Nullable String customer_Text, @Nullable String additionalMasterDataSource, List<CustomerHier> toCnsldtnCustomerHier, List<CustomerText> toCnsldtnCustomerT)
public void setCustomer(@Nullable String customer)
Original property name from the Odata EDM: Customer
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.public void setCustomer_Text(@Nullable String customer_Text)
Original property name from the Odata EDM: Customer_Text
customer_Text
- Name of Customerpublic void setAdditionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
additionalMasterDataSource
- Master Data Sourceprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<Customer>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<Customer>
@Nonnull public static <T> CustomerField<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> CustomerField<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 ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<Customer>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<Customer>
erpConfigContext
- New ERP configuration context to apply to this entityprotected 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<Customer>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
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<Customer>
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.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<Customer>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<Customer>
@Nonnull public List<CustomerHier> fetchCnsldtnCustomerHier() 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<CustomerHier> getCnsldtnCustomerHierOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CnsldtnCustomerHier of a queried Customer 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 Optional<List<CustomerHier>> getCnsldtnCustomerHierIfPresent()
If the navigation property for an entity Customer has not been resolved yet, this method will not
query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.public void setCnsldtnCustomerHier(@Nonnull List<CustomerHier> value)
If the navigation property to_CnsldtnCustomerHier of a queried Customer 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 CustomerHier entities.public void addCnsldtnCustomerHier(CustomerHier... entity)
If the navigation property to_CnsldtnCustomerHier of a queried Customer 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 CustomerHier entities.@Nonnull public List<CustomerText> fetchCnsldtnCustomerT() 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<CustomerText> getCnsldtnCustomerTOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CnsldtnCustomerT of a queried Customer 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 Optional<List<CustomerText>> getCnsldtnCustomerTIfPresent()
If the navigation property for an entity Customer has not been resolved yet, this method will not
query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.public void setCnsldtnCustomerT(@Nonnull List<CustomerText> value)
If the navigation property to_CnsldtnCustomerT of a queried Customer 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 CustomerText entities.public void addCnsldtnCustomerT(CustomerText... entity)
If the navigation property to_CnsldtnCustomerT of a queried Customer 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 CustomerText entities.public static Customer.CustomerBuilder builder()
@Nullable public String getCustomer()
Original property name from the Odata EDM: Customer
@Nullable public String getCustomer_Text()
Original property name from the Odata EDM: Customer_Text
@Nullable public String getAdditionalMasterDataSource()
Original property name from the Odata EDM: AdditionalMasterDataSource
Copyright © 2019 SAP SE. All rights reserved.