public class ProductGroup extends VdmEntity<ProductGroup>
Original entity name from the Odata EDM: A_ProductGroupType
Modifier and Type | Class and Description |
---|---|
static class |
ProductGroup.ProductGroupBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductGroupSelectable |
ALL_FIELDS
Selector for all available fields of ProductGroup.
|
static ProductGroupField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static ProductGroupField<String> |
MATERIAL_GROUP
Use with available fluent helpers to apply the MaterialGroup field to query operations.
|
static ProductGroupLink<ProductGroupText> |
TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductGroup() |
ProductGroup(String materialGroup,
String authorizationGroup,
ErpConfigContext erpConfigContext,
List<ProductGroupText> toText) |
Modifier and Type | Method and Description |
---|---|
void |
addText(ProductGroupText... entity)
Adds elements to the list of associated ProductGroupText entities.
|
static ProductGroup.ProductGroupBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProductGroupText> |
fetchText()
Fetches the ProductGroupText entities (one to many) associated with this entity.
|
static <T> ProductGroupField<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 |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
String |
getMaterialGroup()
(Key Field) Constraints: Not nullable, Maximum length: 9
|
Optional<List<ProductGroupText>> |
getTextIfPresent()
Retrieval of associated ProductGroupText entities (one to many).
|
List<ProductGroupText> |
getTextOrFetch()
Retrieval of associated ProductGroupText entities (one to many).
|
Class<ProductGroup> |
getType() |
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setMaterialGroup(String materialGroup)
(Key Field) Constraints: Not nullable, Maximum length: 9
|
void |
setText(List<ProductGroupText> value)
Overwrites the list of associated ProductGroupText entities for the loaded navigation property to_Text.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final ProductGroupSelectable ALL_FIELDS
public static final ProductGroupField<String> MATERIAL_GROUP
public static final ProductGroupField<String> AUTHORIZATION_GROUP
public static final ProductGroupLink<ProductGroupText> TO_TEXT
public ProductGroup()
public ProductGroup(@Nullable String materialGroup, @Nullable String authorizationGroup, @Nullable ErpConfigContext erpConfigContext, List<ProductGroupText> toText)
public Class<ProductGroup> getType()
getType
in class VdmObject<ProductGroup>
public void setMaterialGroup(@Nullable String materialGroup)
Original property name from the Odata EDM: MaterialGroup
You can use material groups to: Restrict the scope of analyses Search specifically for product master records via search helps If you have not defined a material group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups. If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group.
materialGroup
- Key that you use to group together several products or services with the same attributes, and to assign them to a particular product group.public void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
In order to carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.
authorizationGroup
- The authorization group enables you protect access to certain objects.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProductGroup>
protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductGroup>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductGroup>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductGroup>
@Nonnull public static <T> ProductGroupField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
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> ProductGroupField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProductGroup>
public List<ProductGroupText> 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.public List<ProductGroupText> getTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Text of a queried ProductGroup 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.public Optional<List<ProductGroupText>> getTextIfPresent()
If the navigation property for an entity ProductGroup 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 setText(@Nonnull List<ProductGroupText> value)
If the navigation property to_Text of a queried ProductGroup 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 ProductGroupText entities.public void addText(ProductGroupText... entity)
If the navigation property to_Text of a queried ProductGroup 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 ProductGroupText entities.public static ProductGroup.ProductGroupBuilder builder()
@Nullable public String getMaterialGroup()
Original property name from the Odata EDM: MaterialGroup
You can use material groups to: Restrict the scope of analyses Search specifically for product master records via search helps If you have not defined a material group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups. If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group.
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
In order to carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<ProductGroup>
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductGroup>
public boolean equals(Object o)
equals
in class VdmObject<ProductGroup>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProductGroup>
public int hashCode()
hashCode
in class VdmObject<ProductGroup>
Copyright © 2018 SAP SE. All rights reserved.