Modifier and Type | Field and Description |
---|---|
static GLAccountLink<GLAccountText> |
GLAccount.TO_CNSLDTN_GL_ACCOUNT_T
Use with available fluent helpers to apply the to_CnsldtnGLAccountT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
GLAccountText |
GLAccountText.GLAccountTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<GLAccountText> |
GLAccount.fetchCnsldtnGLAccountT()
Fetches the GLAccountText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<GLAccountText>> |
GLAccount.getCnsldtnGLAccountTIfPresent()
Retrieval of associated GLAccountText entities (one to many).
|
List<GLAccountText> |
GLAccount.getCnsldtnGLAccountTOrFetch()
Retrieval of associated GLAccountText entities (one to many).
|
protected Class<GLAccountText> |
GLAccountTextFluentHelper.getEntityClass() |
protected Class<GLAccountText> |
GLAccountTextByKeyFluentHelper.getEntityClass() |
Class<GLAccountText> |
GLAccountText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
GLAccount.addCnsldtnGLAccountT(GLAccountText... entity)
Adds elements to the list of associated GLAccountText entities.
|
GLAccount.GLAccountBuilder |
GLAccount.GLAccountBuilder.cnsldtnGLAccountT(GLAccountText... value)
Navigation property to_CnsldtnGLAccountT for GLAccount to multiple GLAccountText.
|
Modifier and Type | Method and Description |
---|---|
void |
GLAccount.setCnsldtnGLAccountT(List<GLAccountText> value)
Overwrites the list of associated GLAccountText entities for the loaded navigation property
to_CnsldtnGLAccountT.
|
Constructor and Description |
---|
GLAccount(String gLAccount,
String gLAccount_Text,
String chartOfAccounts,
String additionalMasterDataSource,
List<GLAccountHier> toCnsldtnGLAccountHier,
List<GLAccountText> toCnsldtnGLAccountT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<GLAccountText> |
GLAccountTextOneToOneLink.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 GLAccountTextLink<ObjectT> |
GLAccountTextLink.translateLinkType(EntityLink<GLAccountTextLink<ObjectT>,GLAccountText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.