Class InventoryDispositionObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.inventory.server.graphql.InventoryDispositionObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(graphql.schema.DataFetchingEnvironment env) getInventoryDispositionAdjustments(graphql.schema.DataFetchingEnvironment env) getInventoryTransactionReasons(graphql.schema.DataFetchingEnvironment env) getInventoryTransactionType(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull boolean@graphql.annotations.annotationTypes.GraphQLNonNull intMethods 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
-
InventoryDispositionObject
-
-
Method Details
-
getInventoryDispositionName
-
getInventoryTransactionType
public InventoryTransactionTypeObject getInventoryTransactionType(graphql.schema.DataFetchingEnvironment env) -
getIsDefault
-
getSortOrder
-
getDescription
-
getInventoryTransactionReasons
public CountingPaginatedData<InventoryTransactionReasonObject> getInventoryTransactionReasons(graphql.schema.DataFetchingEnvironment env) -
getInventoryDispositionAdjustments
public CountingPaginatedData<InventoryDispositionAdjustmentObject> getInventoryDispositionAdjustments(graphql.schema.DataFetchingEnvironment env)
-