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
(Session session, WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getValueFromPK
(Session session, WorkflowDescriptionPK pk) void
WorkflowDescriptionFactory.remove
(Session session, WorkflowDescriptionPK pk) boolean
WorkflowDescriptionFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowDescriptionPK> pks) WorkflowDescriptionFactory.getValuesFromPKs
(Session session, Collection<WorkflowDescriptionPK> pks) void
WorkflowDescriptionFactory.remove
(Session session, Collection<WorkflowDescriptionPK> pks) void
WorkflowDescriptionFactory.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