Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDescriptionPK
Packages that use WorkflowDescriptionPK
Package
Description
-
Uses of WorkflowDescriptionPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDescriptionPK -
Uses of WorkflowDescriptionPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getNextPK()WorkflowDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getEntityFromCache(WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getValueFromPK(WorkflowDescriptionPK pk) voidWorkflowDescriptionFactory.remove(WorkflowDescriptionPK pk) booleanWorkflowDescriptionFactory.validPK(WorkflowDescriptionPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDescriptionPK> pks) WorkflowDescriptionFactory.getValuesFromPKs(Collection<WorkflowDescriptionPK> pks) voidWorkflowDescriptionFactory.remove(Collection<WorkflowDescriptionPK> pks) -
Uses of WorkflowDescriptionPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDescriptionPKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDescriptionPKModifierConstructorDescriptionWorkflowDescriptionValue(WorkflowDescriptionPK workflowDescriptionPK, WorkflowPK workflowPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowDescriptionValue