Modifier and Type | Field and Description |
---|---|
static GLAccountTextOneToOneLink<GLAccount> |
GLAccountText.TO_CNSLDTN_GL_ACCOUNT
Use with available fluent helpers to apply the to_CnsldtnGLAccount navigation property to query
operations.
|
static GLAccountHierOneToOneLink<GLAccount> |
GLAccountHier.TO_CNSLDTN_GL_ACCOUNT
Use with available fluent helpers to apply the to_CnsldtnGLAccount navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
GLAccount |
GLAccount.GLAccountBuilder.build() |
GLAccount |
GLAccountText.fetchCnsldtnGLAccount()
Fetches the GLAccount entity (one to one) associated with this entity.
|
GLAccount |
GLAccountHier.fetchCnsldtnGLAccount()
Fetches the GLAccount entity (one to one) associated with this entity.
|
GLAccount |
GLAccountText.getCnsldtnGLAccountOrFetch()
Retrieval of associated GLAccount entity (one to one).
|
GLAccount |
GLAccountHier.getCnsldtnGLAccountOrFetch()
Retrieval of associated GLAccount entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
Optional<GLAccount> |
GLAccountText.getCnsldtnGLAccountIfPresent()
Retrieval of associated GLAccount entity (one to one).
|
Optional<GLAccount> |
GLAccountHier.getCnsldtnGLAccountIfPresent()
Retrieval of associated GLAccount entity (one to one).
|
protected Class<GLAccount> |
GLAccountByKeyFluentHelper.getEntityClass() |
protected Class<GLAccount> |
GLAccountFluentHelper.getEntityClass() |
Class<GLAccount> |
GLAccount.getType() |
Modifier and Type | Method and Description |
---|---|
GLAccountText.GLAccountTextBuilder |
GLAccountText.GLAccountTextBuilder.cnsldtnGLAccount(GLAccount value) |
GLAccountHier.GLAccountHierBuilder |
GLAccountHier.GLAccountHierBuilder.cnsldtnGLAccount(GLAccount value) |
void |
GLAccountText.setCnsldtnGLAccount(GLAccount value)
Overwrites the associated GLAccount entity for the loaded navigation property to_CnsldtnGLAccount.
|
void |
GLAccountHier.setCnsldtnGLAccount(GLAccount value)
Overwrites the associated GLAccount entity for the loaded navigation property to_CnsldtnGLAccount.
|
Constructor and Description |
---|
GLAccountHier(String additionalMasterDataHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
LocalDateTime validityEndDate,
String parentNode,
String hierarchyVersion,
LocalDateTime validityStartDate,
String chartOfAccounts,
String gLAccount,
String gLAccount_Text,
String sequenceNumber,
String hierarchyNodeLevel,
String nodeType,
GLAccount toCnsldtnGLAccount,
List<GLAccountHierText> toCnsldtnGLAccountHierT) |
GLAccountText(String language,
String gLAccount,
String chartOfAccounts,
String gLAccountText,
GLAccount toCnsldtnGLAccount) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<GLAccount> |
GLAccountOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected GLAccountLink<ObjectT> |
GLAccountLink.translateLinkType(EntityLink<GLAccountLink<ObjectT>,GLAccount,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.