Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationDetailPK
Packages that use WorkflowDestinationDetailPK
Package
Description
-
Uses of WorkflowDestinationDetailPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestination.getActiveDetailPK()WorkflowDestination.getLastDetailPK()WorkflowDestinationDetail.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionvoidWorkflowDestination.setActiveDetailPK(WorkflowDestinationDetailPK activeDetailPK) voidWorkflowDestination.setLastDetailPK(WorkflowDestinationDetailPK lastDetailPK) -
Uses of WorkflowDestinationDetailPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getNextPK()WorkflowDestinationDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDestinationDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationFactory.create(WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) WorkflowDestinationFactory.create(Session session, WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) WorkflowDestinationDetailFactory.getEntityFromCache(Session session, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getValueFromPK(Session session, WorkflowDestinationDetailPK pk) voidWorkflowDestinationDetailFactory.remove(Session session, WorkflowDestinationDetailPK pk) booleanWorkflowDestinationDetailFactory.validPK(Session session, WorkflowDestinationDetailPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationDetailPK> pks) WorkflowDestinationDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationDetailPK> pks) WorkflowDestinationDetailFactory.getValuesFromPKs(Session session, Collection<WorkflowDestinationDetailPK> pks) voidWorkflowDestinationDetailFactory.remove(Session session, Collection<WorkflowDestinationDetailPK> pks) voidWorkflowDestinationDetailFactory.remove(Collection<WorkflowDestinationDetailPK> pks) -
Uses of WorkflowDestinationDetailPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationValue.getActiveDetailPK()WorkflowDestinationValue.getLastDetailPK()WorkflowDestinationDetailValue.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionvoidWorkflowDestinationValue.setActiveDetailPK(WorkflowDestinationDetailPK activeDetailPK) voidWorkflowDestinationValue.setLastDetailPK(WorkflowDestinationDetailPK lastDetailPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationDetailPKModifierConstructorDescriptionWorkflowDestinationDetailValue(WorkflowDestinationDetailPK workflowDestinationDetailPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValueWorkflowDestinationValue(WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) Creates a new instance of WorkflowDestinationValueWorkflowDestinationValue(WorkflowDestinationPK workflowDestinationPK, WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) Creates a new instance of WorkflowDestinationValue