public class ProductGroup extends VdmEntity<ProductGroup>
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.
|
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() |
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.
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getMaterialGroup()
(Key Field) Constraints: Not nullable, Maximum length: 9
|
List<ProductGroupText> |
getTextOrFetch()
Retrieval of associated ProductGroupText entities (one to many).
|
com.google.common.base.Optional<List<ProductGroupText>> |
getTextOrNull()
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.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
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
@Generated(value="lombok") public ProductGroup()
@ConstructorProperties(value={"materialGroup","authorizationGroup","erpConfigContext","toText"}) @Generated(value="lombok") public ProductGroup(@Nullable String materialGroup, @Nullable String authorizationGroup, @Nullable ErpConfigContext erpConfigContext, List<ProductGroupText> toText)
public Class<ProductGroup> getType()
getType
in class VdmObject<ProductGroup>
public static <T> ProductGroupField<T> field(String fieldName, 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.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 com.google.common.base.Optional<List<ProductGroupText>> getTextOrNull()
If the navigation property to_Text for an entity ProductGroup has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
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.@Generated(value="lombok") public static ProductGroup.ProductGroupBuilder builder()
@Nullable @Generated(value="lombok") public String getMaterialGroup()
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 @Generated(value="lombok") public String getAuthorizationGroup()
In order to carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setMaterialGroup(@Nullable String 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
- @Generated(value="lombok") public void setAuthorizationGroup(@Nullable String 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
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProductGroup>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProductGroup>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProductGroup>
Copyright © 2018 SAP SE. All rights reserved.