Class TransactionObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.accounting.server.graphql.TransactionObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroupParty(graphql.schema.DataFetchingEnvironment env) getTransactionEntityRoles(graphql.schema.DataFetchingEnvironment env) getTransactionGlEntries(graphql.schema.DataFetchingEnvironment env) getTransactionGroup(graphql.schema.DataFetchingEnvironment env) getTransactionStatus(graphql.schema.DataFetchingEnvironment env) getTransactionTimes(graphql.schema.DataFetchingEnvironment env) getTransactionType(graphql.schema.DataFetchingEnvironment env) Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObjectMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseObject
getWorkflowEntityStatusObject
-
Constructor Details
-
TransactionObject
-
-
Method Details
-
getTransactionName
-
getGroupParty
-
getTransactionGroup
-
getTransactionType
-
getTransactionStatus
-
getTransactionTimes
public CountingPaginatedData<TransactionTimeObject> getTransactionTimes(graphql.schema.DataFetchingEnvironment env) -
getTransactionGlEntries
public CountingPaginatedData<TransactionGlEntryObject> getTransactionGlEntries(graphql.schema.DataFetchingEnvironment env) -
getTransactionEntityRoles
public CountingPaginatedData<TransactionEntityRoleObject> getTransactionEntityRoles(graphql.schema.DataFetchingEnvironment env)
-