Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationDescriptionPK
Packages that use WorkflowDestinationDescriptionPK
Package
Description
-
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationDescriptionPK -
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getNextPK()WorkflowDestinationDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDestinationDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getEntityFromCache(Session session, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getValueFromPK(Session session, WorkflowDestinationDescriptionPK pk) voidWorkflowDestinationDescriptionFactory.remove(Session session, WorkflowDestinationDescriptionPK pk) booleanWorkflowDestinationDescriptionFactory.validPK(Session session, WorkflowDestinationDescriptionPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationDescriptionPK> pks) WorkflowDestinationDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationDescriptionPK> pks) WorkflowDestinationDescriptionFactory.getValuesFromPKs(Session session, Collection<WorkflowDestinationDescriptionPK> pks) voidWorkflowDestinationDescriptionFactory.remove(Session session, Collection<WorkflowDestinationDescriptionPK> pks) voidWorkflowDestinationDescriptionFactory.remove(Collection<WorkflowDestinationDescriptionPK> pks) -
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationDescriptionPKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationDescriptionPKModifierConstructorDescriptionWorkflowDestinationDescriptionValue(WorkflowDestinationDescriptionPK workflowDestinationDescriptionPK, WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDescriptionValue