Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowEntrance
Packages that use WorkflowEntrance
Package
Description
-
Uses of WorkflowEntrance in com.echothree.control.user.workflow.server.command
Methods in com.echothree.control.user.workflow.server.command that return WorkflowEntranceModifier and TypeMethodDescriptionprotected WorkflowEntrance
GetWorkflowEntranceCommand.getEntity()
Methods in com.echothree.control.user.workflow.server.command that return types with arguments of type WorkflowEntranceModifier and TypeMethodDescriptionprotected Collection<WorkflowEntrance>
GetWorkflowEntrancesCommand.getEntities()
Methods in com.echothree.control.user.workflow.server.command with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionprotected BaseResult
GetWorkflowEntranceCommand.getResult
(WorkflowEntrance workflowEntrance) Method parameters in com.echothree.control.user.workflow.server.command with type arguments of type WorkflowEntranceModifier and TypeMethodDescriptionprotected BaseResult
GetWorkflowEntrancesCommand.getResult
(Collection<WorkflowEntrance> entities) -
Uses of WorkflowEntrance in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionBatchControl.createBatchType
(String batchTypeName, BatchType parentBatchType, SequenceType batchSequenceType, Workflow batchWorkflow, WorkflowEntrance batchWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.cancellationpolicy.server.logic
Methods in com.echothree.model.control.cancellationpolicy.server.logic that return WorkflowEntranceModifier and TypeMethodDescriptionPartyCancellationPolicyLogic.insertPartyCancellationPolicyIntoWorkflow
(PartyCancellationPolicy partyCancellationPolicy, BasePK createdBy) PartyCancellationPolicyLogic.insertPartyCancellationPolicyIntoWorkflow
(EntityInstance entityInstance, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionCommentControl.createCommentType
(EntityType entityType, String commentTypeName, Sequence commentSequence, WorkflowEntrance workflowEntrance, MimeTypeUsageType mimeTypeUsageType, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionContactListControl.createContactList
(String contactListName, ContactListGroup contactListGroup, ContactListType contactListType, ContactListFrequency contactListFrequency, WorkflowEntrance defaultPartyContactListStatus, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
ContactListControl.deleteContactListsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) ContactListControl.getContactListsByWorkflowEntrance
(WorkflowEntrance workflowEntrance) ContactListControl.getContactListsByWorkflowEntranceForUpdate
(WorkflowEntrance workflowEntrance) -
Uses of WorkflowEntrance in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionCustomerControl.createCustomerType
(String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionCustomerTypeLogic.createCustomerType
(ExecutionErrorAccumulator eea, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionLeaveLogic.createLeave
(Session session, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, WorkflowEntrance leaveStatus, PartyPK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionFinancialControl.createFinancialAccountType
(String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionOrderTypeControl.createOrderType
(String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionOrderTypeLogic.createOrderType
(ExecutionErrorAccumulator eea, String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.period.server.control
Methods in com.echothree.model.control.period.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionPeriodControl.createPeriodKind
(String periodKindName, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) PeriodControl.createPeriodType
(PeriodKind periodKind, String periodTypeName, PeriodType parentPeriodType, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.picklist.server.control
Methods in com.echothree.model.control.picklist.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionPicklistControl.createPicklistType
(String picklistTypeName, PicklistType parentPicklistType, SequenceType picklistSequenceType, Workflow picklistWorkflow, WorkflowEntrance picklistWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.returnpolicy.server.logic
Methods in com.echothree.model.control.returnpolicy.server.logic that return WorkflowEntranceModifier and TypeMethodDescriptionPartyReturnPolicyLogic.insertPartyReturnPolicyIntoWorkflow
(EntityInstance entityInstance, BasePK createdBy) PartyReturnPolicyLogic.insertPartyReturnPolicyIntoWorkflow
(PartyReturnPolicy partyReturnPolicy, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.shipment.server
Methods in com.echothree.model.control.shipment.server with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionShipmentControl.createShipmentType
(String shipmentTypeName, ShipmentType parentShipmentType, SequenceType shipmentSequenceType, SequenceType shipmentPackageSequenceType, Workflow shipmentWorkflow, WorkflowEntrance shipmentWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of WorkflowEntrance in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowEntranceModifier and TypeMethodDescriptionWorkflowControl.addEntityToWorkflow
(Workflow workflow, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) WorkflowControl.addEntityToWorkflowUsingNames
(ExecutionErrorAccumulator eea, String workflowName, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) WorkflowControl.addEntityToWorkflowUsingNames
(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) WorkflowControl.createWorkflowEntrance
(Workflow workflow, String workflowEntranceName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkflowControl.getDefaultWorkflowEntrance
(Workflow workflow) WorkflowControl.getDefaultWorkflowEntrance
(Workflow workflow, EntityPermission entityPermission) WorkflowControl.getDefaultWorkflowEntranceForUpdate
(Workflow workflow) WorkflowControl.getWorkflowEntranceByEntityInstance
(EntityInstance entityInstance) WorkflowControl.getWorkflowEntranceByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.WorkflowEntranceWorkflowControl.getWorkflowEntranceByEntityInstanceForUpdate
(EntityInstance entityInstance) WorkflowControl.getWorkflowEntranceByName
(Workflow workflow, String workflowEntranceName) WorkflowControl.getWorkflowEntranceByName
(Workflow workflow, String workflowEntranceName, EntityPermission entityPermission) WorkflowControl.getWorkflowEntranceByNameForUpdate
(Workflow workflow, String workflowEntranceName) WorkflowControl.getWorkflowEntranceUsingNames
(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowEntranceModifier and TypeMethodDescriptionWorkflowControl.getWorkflowEntrancesByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowEntrancesByWorkflowForUpdate
(Workflow workflow) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
WorkflowControl.addEntityToWorkflow
(WorkflowEntrance workflowEntrance, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) long
WorkflowControl.countWorkflowEntrancePartyTypesByWorkflowEntrance
(WorkflowEntrance workflowEntrance) long
WorkflowControl.countWorkflowEntranceSelectorsByWorkflowEntrance
(WorkflowEntrance workflowEntrance) long
WorkflowControl.countWorkflowEntranceStepsByWorkflowEntrance
(WorkflowEntrance workflowEntrance) WorkflowControl.createWorkflowEntranceDescription
(WorkflowEntrance workflowEntrance, Language language, String description, BasePK createdBy) WorkflowControl.createWorkflowEntrancePartyType
(WorkflowEntrance workflowEntrance, PartyType partyType, BasePK createdBy) WorkflowControl.createWorkflowEntranceSelector
(WorkflowEntrance workflowEntrance, Selector selector, BasePK createdBy) WorkflowControl.createWorkflowEntranceStep
(WorkflowEntrance workflowEntrance, WorkflowStep workflowStep, BasePK createdBy) void
WorkflowControl.deleteWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceDescriptionsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntrancePartyTypesByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSelectorsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceStepsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) WorkflowControl.getBestWorkflowEntranceDescription
(WorkflowEntrance workflowEntrance, Language language) WorkflowControl.getWorkflowEntranceDescription
(WorkflowEntrance workflowEntrance, Language language) WorkflowControl.getWorkflowEntranceDescriptionForUpdate
(WorkflowEntrance workflowEntrance, Language language) WorkflowControl.getWorkflowEntranceDescriptionsByWorkflowEntrance
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceDescriptionsByWorkflowEntranceForUpdate
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceDescriptionTransfersByWorkflowEntrance
(UserVisit userVisit, WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceDescriptionValueForUpdate
(WorkflowEntrance workflowEntrance, Language language) WorkflowControl.getWorkflowEntranceDetailValueForUpdate
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntrancePartyType
(WorkflowEntrance workflowEntrance, PartyType partyType) WorkflowControl.getWorkflowEntrancePartyType
(WorkflowEntrance workflowEntrance, PartyType partyType, EntityPermission entityPermission) WorkflowControl.getWorkflowEntrancePartyTypeForUpdate
(WorkflowEntrance workflowEntrance, PartyType partyType) WorkflowControl.getWorkflowEntrancePartyTypesByWorkflowEntrance
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntrancePartyTypesByWorkflowEntranceForUpdate
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntrancePartyTypeTransfersByWorkflowEntrance
(UserVisit userVisit, WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceSelector
(WorkflowEntrance workflowEntrance, Selector selector) WorkflowControl.getWorkflowEntranceSelector
(WorkflowEntrance workflowEntrance, Selector selector, EntityPermission entityPermission) WorkflowControl.getWorkflowEntranceSelectorForUpdate
(WorkflowEntrance workflowEntrance, Selector selector) WorkflowControl.getWorkflowEntranceSelectorsByWorkflowEntrance
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceSelectorsByWorkflowEntranceForUpdate
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceSelectorTransfersByWorkflowEntrance
(UserVisit userVisit, WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceStep
(WorkflowEntrance workflowEntrance, WorkflowStep workflowStep) WorkflowControl.getWorkflowEntranceStepForUpdate
(WorkflowEntrance workflowEntrance, WorkflowStep workflowStep) WorkflowControl.getWorkflowEntranceStepsByWorkflowEntrance
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceStepsByWorkflowEntranceForUpdate
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceStepTransfersByWorkflowEntrance
(UserVisit userVisit, WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceTransfer
(UserVisit userVisit, WorkflowEntrance workflowEntrance) Method parameters in com.echothree.model.control.workflow.server.control with type arguments of type WorkflowEntranceModifier and TypeMethodDescriptionWorkflowControl.getWorkflowEntranceTransfers
(UserVisit userVisit, Collection<WorkflowEntrance> workflowEntrances) -
Uses of WorkflowEntrance in com.echothree.model.control.workflow.server.graphql
Constructors in com.echothree.model.control.workflow.server.graphql with parameters of type WorkflowEntrance -
Uses of WorkflowEntrance in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic that return WorkflowEntranceModifier and TypeMethodDescriptionWorkflowEntranceLogic.getWorkflowEntranceByName
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByName
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByName
(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByName
(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownWorkflowException, ExecutionErrors unknownWorkflowExecutionError, Class<? extends BaseException> unknownWorkflowEntranceException, ExecutionErrors unknownWorkflowEntranceExecutionError, ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByNameForUpdate
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByNameForUpdate
(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByNameForUpdate
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByUniversalSpec
(ExecutionErrorAccumulator eea, WorkflowEntranceUniversalSpec universalSpec, boolean allowDefault) WorkflowEntranceLogic.getWorkflowEntranceByUniversalSpec
(ExecutionErrorAccumulator eea, WorkflowEntranceUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, WorkflowEntranceUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.workflow.server.logic with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionboolean
WorkflowSecurityLogic.checkAddEntityToWorkflow
(ExecutionErrorAccumulator eea, WorkflowEntrance workflowEntrance, PartyPK modifiedBy) boolean
WorkflowSecurityLogic.checkWorkflowEntranceAvailable
(WorkflowEntrance workflowEntrance, PartyPK partyPK) WorkflowEntranceLogic.getWorkflowEntrancePartyType
(ExecutionErrorAccumulator eea, WorkflowEntrance workflowEntrance, PartyType partyType) WorkflowEntranceLogic.getWorkflowEntrancePartyType
(ExecutionErrorAccumulator eea, WorkflowEntrance workflowEntrance, PartyType partyType, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntrancePartyTypeForUpdate
(ExecutionErrorAccumulator eea, WorkflowEntrance workflowEntrance, PartyType partyType) WorkflowEntranceLogic.getWorkflowEntranceStep
(ExecutionErrorAccumulator eea, WorkflowEntrance workflowEntrance, WorkflowStep entranceWorkflowStep) -
Uses of WorkflowEntrance in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionWorkflowEntranceTransferCache.getWorkflowEntranceTransfer
(WorkflowEntrance workflowEntrance) -
Uses of WorkflowEntrance in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionBatchTypeDetail.getBatchWorkflowEntrance()
BatchTypeDetail.getBatchWorkflowEntrance
(EntityPermission entityPermission) BatchTypeDetail.getBatchWorkflowEntrance
(Session session) BatchTypeDetail.getBatchWorkflowEntrance
(Session session, EntityPermission entityPermission) BatchTypeDetail.getBatchWorkflowEntranceForUpdate()
BatchTypeDetail.getBatchWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.batch.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
BatchTypeDetail.setBatchWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionBatchTypeDetailFactory.create
(BatchType batchType, String batchTypeName, BatchType parentBatchType, SequenceType batchSequenceType, Workflow batchWorkflow, WorkflowEntrance batchWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) BatchTypeDetailFactory.create
(Session session, BatchType batchType, String batchTypeName, BatchType parentBatchType, SequenceType batchSequenceType, Workflow batchWorkflow, WorkflowEntrance batchWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionCommentTypeDetail.getWorkflowEntrance()
CommentTypeDetail.getWorkflowEntrance
(EntityPermission entityPermission) CommentTypeDetail.getWorkflowEntrance
(Session session) CommentTypeDetail.getWorkflowEntrance
(Session session, EntityPermission entityPermission) CommentTypeDetail.getWorkflowEntranceForUpdate()
CommentTypeDetail.getWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.comment.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
CommentTypeDetail.setWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionCommentTypeDetailFactory.create
(CommentType commentType, EntityType entityType, String commentTypeName, Sequence commentSequence, WorkflowEntrance workflowEntrance, MimeTypeUsageType mimeTypeUsageType, Integer sortOrder, Long fromTime, Long thruTime) CommentTypeDetailFactory.create
(Session session, CommentType commentType, EntityType entityType, String commentTypeName, Sequence commentSequence, WorkflowEntrance workflowEntrance, MimeTypeUsageType mimeTypeUsageType, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionContactListDetail.getDefaultPartyContactListStatus()
ContactListDetail.getDefaultPartyContactListStatus
(EntityPermission entityPermission) ContactListDetail.getDefaultPartyContactListStatus
(Session session) ContactListDetail.getDefaultPartyContactListStatus
(Session session, EntityPermission entityPermission) ContactListDetail.getDefaultPartyContactListStatusForUpdate()
ContactListDetail.getDefaultPartyContactListStatusForUpdate
(Session session) Methods in com.echothree.model.data.contactlist.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
ContactListDetail.setDefaultPartyContactListStatus
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionContactListDetailFactory.create
(ContactList contactList, String contactListName, ContactListGroup contactListGroup, ContactListType contactListType, ContactListFrequency contactListFrequency, WorkflowEntrance defaultPartyContactListStatus, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListDetailFactory.create
(Session session, ContactList contactList, String contactListName, ContactListGroup contactListGroup, ContactListType contactListType, ContactListFrequency contactListFrequency, WorkflowEntrance defaultPartyContactListStatus, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionCustomerTypeDetail.getDefaultCustomerCreditStatus()
CustomerTypeDetail.getDefaultCustomerCreditStatus
(EntityPermission entityPermission) CustomerTypeDetail.getDefaultCustomerCreditStatus
(Session session) CustomerTypeDetail.getDefaultCustomerCreditStatus
(Session session, EntityPermission entityPermission) CustomerTypeDetail.getDefaultCustomerCreditStatusForUpdate()
CustomerTypeDetail.getDefaultCustomerCreditStatusForUpdate
(Session session) CustomerTypeDetail.getDefaultCustomerStatus()
CustomerTypeDetail.getDefaultCustomerStatus
(EntityPermission entityPermission) CustomerTypeDetail.getDefaultCustomerStatus
(Session session) CustomerTypeDetail.getDefaultCustomerStatus
(Session session, EntityPermission entityPermission) CustomerTypeDetail.getDefaultCustomerStatusForUpdate()
CustomerTypeDetail.getDefaultCustomerStatusForUpdate
(Session session) Methods in com.echothree.model.data.customer.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
CustomerTypeDetail.setDefaultCustomerCreditStatus
(WorkflowEntrance entity) void
CustomerTypeDetail.setDefaultCustomerStatus
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionCustomerTypeDetailFactory.create
(CustomerType customerType, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CustomerTypeDetailFactory.create
(Session session, CustomerType customerType, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionFinancialAccountTypeDetail.getFinancialAccountWorkflowEntrance()
FinancialAccountTypeDetail.getFinancialAccountWorkflowEntrance
(EntityPermission entityPermission) FinancialAccountTypeDetail.getFinancialAccountWorkflowEntrance
(Session session) FinancialAccountTypeDetail.getFinancialAccountWorkflowEntrance
(Session session, EntityPermission entityPermission) FinancialAccountTypeDetail.getFinancialAccountWorkflowEntranceForUpdate()
FinancialAccountTypeDetail.getFinancialAccountWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.financial.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
FinancialAccountTypeDetail.setFinancialAccountWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionFinancialAccountTypeDetailFactory.create
(FinancialAccountType financialAccountType, String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FinancialAccountTypeDetailFactory.create
(Session session, FinancialAccountType financialAccountType, String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionOrderTypeDetail.getOrderWorkflowEntrance()
OrderTypeDetail.getOrderWorkflowEntrance
(EntityPermission entityPermission) OrderTypeDetail.getOrderWorkflowEntrance
(Session session) OrderTypeDetail.getOrderWorkflowEntrance
(Session session, EntityPermission entityPermission) OrderTypeDetail.getOrderWorkflowEntranceForUpdate()
OrderTypeDetail.getOrderWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
OrderTypeDetail.setOrderWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionOrderTypeDetailFactory.create
(OrderType orderType, String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OrderTypeDetailFactory.create
(Session session, OrderType orderType, String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.period.server.entity
Methods in com.echothree.model.data.period.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionPeriodKindDetail.getWorkflowEntrance()
PeriodKindDetail.getWorkflowEntrance
(EntityPermission entityPermission) PeriodKindDetail.getWorkflowEntrance
(Session session) PeriodKindDetail.getWorkflowEntrance
(Session session, EntityPermission entityPermission) PeriodTypeDetail.getWorkflowEntrance()
PeriodTypeDetail.getWorkflowEntrance
(EntityPermission entityPermission) PeriodTypeDetail.getWorkflowEntrance
(Session session) PeriodTypeDetail.getWorkflowEntrance
(Session session, EntityPermission entityPermission) PeriodKindDetail.getWorkflowEntranceForUpdate()
PeriodKindDetail.getWorkflowEntranceForUpdate
(Session session) PeriodTypeDetail.getWorkflowEntranceForUpdate()
PeriodTypeDetail.getWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.period.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
PeriodKindDetail.setWorkflowEntrance
(WorkflowEntrance entity) void
PeriodTypeDetail.setWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.period.server.factory
Methods in com.echothree.model.data.period.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionPeriodKindDetailFactory.create
(PeriodKind periodKind, String periodKindName, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PeriodKindDetailFactory.create
(Session session, PeriodKind periodKind, String periodKindName, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PeriodTypeDetailFactory.create
(PeriodType periodType, PeriodKind periodKind, String periodTypeName, PeriodType parentPeriodType, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PeriodTypeDetailFactory.create
(Session session, PeriodType periodType, PeriodKind periodKind, String periodTypeName, PeriodType parentPeriodType, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.picklist.server.entity
Methods in com.echothree.model.data.picklist.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionPicklistTypeDetail.getPicklistWorkflowEntrance()
PicklistTypeDetail.getPicklistWorkflowEntrance
(EntityPermission entityPermission) PicklistTypeDetail.getPicklistWorkflowEntrance
(Session session) PicklistTypeDetail.getPicklistWorkflowEntrance
(Session session, EntityPermission entityPermission) PicklistTypeDetail.getPicklistWorkflowEntranceForUpdate()
PicklistTypeDetail.getPicklistWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.picklist.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
PicklistTypeDetail.setPicklistWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.picklist.server.factory
Methods in com.echothree.model.data.picklist.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionPicklistTypeDetailFactory.create
(PicklistType picklistType, String picklistTypeName, PicklistType parentPicklistType, SequenceType picklistSequenceType, Workflow picklistWorkflow, WorkflowEntrance picklistWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PicklistTypeDetailFactory.create
(Session session, PicklistType picklistType, String picklistTypeName, PicklistType parentPicklistType, SequenceType picklistSequenceType, Workflow picklistWorkflow, WorkflowEntrance picklistWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionShipmentTypeDetail.getShipmentWorkflowEntrance()
ShipmentTypeDetail.getShipmentWorkflowEntrance
(EntityPermission entityPermission) ShipmentTypeDetail.getShipmentWorkflowEntrance
(Session session) ShipmentTypeDetail.getShipmentWorkflowEntrance
(Session session, EntityPermission entityPermission) ShipmentTypeDetail.getShipmentWorkflowEntranceForUpdate()
ShipmentTypeDetail.getShipmentWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
ShipmentTypeDetail.setShipmentWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionShipmentTypeDetailFactory.create
(ShipmentType shipmentType, String shipmentTypeName, ShipmentType parentShipmentType, SequenceType shipmentSequenceType, SequenceType shipmentPackageSequenceType, Workflow shipmentWorkflow, WorkflowEntrance shipmentWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ShipmentTypeDetailFactory.create
(Session session, ShipmentType shipmentType, String shipmentTypeName, ShipmentType parentShipmentType, SequenceType shipmentSequenceType, SequenceType shipmentPackageSequenceType, Workflow shipmentWorkflow, WorkflowEntrance shipmentWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowEntrance in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowEntranceModifier and TypeMethodDescriptionWorkflowEntranceDescription.getWorkflowEntrance()
WorkflowEntranceDescription.getWorkflowEntrance
(EntityPermission entityPermission) WorkflowEntranceDescription.getWorkflowEntrance
(Session session) WorkflowEntranceDescription.getWorkflowEntrance
(Session session, EntityPermission entityPermission) WorkflowEntranceDetail.getWorkflowEntrance()
WorkflowEntranceDetail.getWorkflowEntrance
(EntityPermission entityPermission) WorkflowEntranceDetail.getWorkflowEntrance
(Session session) WorkflowEntranceDetail.getWorkflowEntrance
(Session session, EntityPermission entityPermission) WorkflowEntrancePartyType.getWorkflowEntrance()
WorkflowEntrancePartyType.getWorkflowEntrance
(EntityPermission entityPermission) WorkflowEntrancePartyType.getWorkflowEntrance
(Session session) WorkflowEntrancePartyType.getWorkflowEntrance
(Session session, EntityPermission entityPermission) WorkflowEntranceSelector.getWorkflowEntrance()
WorkflowEntranceSelector.getWorkflowEntrance
(EntityPermission entityPermission) WorkflowEntranceSelector.getWorkflowEntrance
(Session session) WorkflowEntranceSelector.getWorkflowEntrance
(Session session, EntityPermission entityPermission) WorkflowEntranceStep.getWorkflowEntrance()
WorkflowEntranceStep.getWorkflowEntrance
(EntityPermission entityPermission) WorkflowEntranceStep.getWorkflowEntrance
(Session session) WorkflowEntranceStep.getWorkflowEntrance
(Session session, EntityPermission entityPermission) WorkflowEntranceDescription.getWorkflowEntranceForUpdate()
WorkflowEntranceDescription.getWorkflowEntranceForUpdate
(Session session) WorkflowEntranceDetail.getWorkflowEntranceForUpdate()
WorkflowEntranceDetail.getWorkflowEntranceForUpdate
(Session session) WorkflowEntrancePartyType.getWorkflowEntranceForUpdate()
WorkflowEntrancePartyType.getWorkflowEntranceForUpdate
(Session session) WorkflowEntranceSelector.getWorkflowEntranceForUpdate()
WorkflowEntranceSelector.getWorkflowEntranceForUpdate
(Session session) WorkflowEntranceStep.getWorkflowEntranceForUpdate()
WorkflowEntranceStep.getWorkflowEntranceForUpdate
(Session session) Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
WorkflowEntranceDescription.setWorkflowEntrance
(WorkflowEntrance entity) void
WorkflowEntranceDetail.setWorkflowEntrance
(WorkflowEntrance entity) void
WorkflowEntrancePartyType.setWorkflowEntrance
(WorkflowEntrance entity) void
WorkflowEntranceSelector.setWorkflowEntrance
(WorkflowEntrance entity) void
WorkflowEntranceStep.setWorkflowEntrance
(WorkflowEntrance entity) -
Uses of WorkflowEntrance in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowEntranceModifier and TypeMethodDescriptionWorkflowEntranceFactory.create()
WorkflowEntranceFactory.create
(WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) WorkflowEntranceFactory.create
(WorkflowEntranceDetail activeDetail, WorkflowEntranceDetail lastDetail) WorkflowEntranceFactory.create
(Session session, WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) WorkflowEntranceFactory.create
(Session session, WorkflowEntranceDetail activeDetail, WorkflowEntranceDetail lastDetail) WorkflowEntranceFactory.getEntityFromCache
(Session session, WorkflowEntrancePK pk) WorkflowEntranceFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowEntrancePK pk) WorkflowEntranceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowEntrancePK pk) WorkflowEntranceFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) WorkflowEntranceFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowEntranceFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowEntranceFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowEntranceValue value) WorkflowEntranceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowEntranceValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowEntranceModifier and TypeMethodDescriptionWorkflowEntranceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WorkflowEntrancePK> pks) WorkflowEntranceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowEntrancePK> pks) WorkflowEntranceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) WorkflowEntranceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowEntranceFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowEntranceModifier and TypeMethodDescriptionWorkflowEntranceDescriptionFactory.create
(WorkflowEntrance workflowEntrance, Language language, String description, Long fromTime, Long thruTime) WorkflowEntranceDescriptionFactory.create
(Session session, WorkflowEntrance workflowEntrance, Language language, String description, Long fromTime, Long thruTime) WorkflowEntranceDetailFactory.create
(WorkflowEntrance workflowEntrance, Workflow workflow, String workflowEntranceName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowEntranceDetailFactory.create
(Session session, WorkflowEntrance workflowEntrance, Workflow workflow, String workflowEntranceName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowEntrancePartyTypeFactory.create
(WorkflowEntrance workflowEntrance, PartyType partyType, Long fromTime, Long thruTime) WorkflowEntrancePartyTypeFactory.create
(Session session, WorkflowEntrance workflowEntrance, PartyType partyType, Long fromTime, Long thruTime) WorkflowEntranceSelectorFactory.create
(WorkflowEntrance workflowEntrance, Selector selector, Long fromTime, Long thruTime) WorkflowEntranceSelectorFactory.create
(Session session, WorkflowEntrance workflowEntrance, Selector selector, Long fromTime, Long thruTime) WorkflowEntranceStepFactory.create
(WorkflowEntrance workflowEntrance, WorkflowStep workflowStep, Long fromTime, Long thruTime) WorkflowEntranceStepFactory.create
(Session session, WorkflowEntrance workflowEntrance, WorkflowStep workflowStep, Long fromTime, Long thruTime) void
WorkflowEntranceFactory.remove
(Session session, WorkflowEntrance entity) void
WorkflowEntranceFactory.store
(Session session, WorkflowEntrance entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowEntranceModifier and TypeMethodDescriptionvoid
WorkflowEntranceFactory.store
(Session session, Collection<WorkflowEntrance> entities) void
WorkflowEntranceFactory.store
(Collection<WorkflowEntrance> entities)