Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationSecurityRolePK
Packages that use WorkflowDestinationSecurityRolePK
Package
Description
-
Uses of WorkflowDestinationSecurityRolePK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationSecurityRolePK -
Uses of WorkflowDestinationSecurityRolePK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationSecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getNextPK()WorkflowDestinationSecurityRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDestinationSecurityRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationSecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDestinationSecurityRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDestinationSecurityRoleFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDestinationSecurityRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationSecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getEntityFromCache(Session session, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getValueFromPK(Session session, WorkflowDestinationSecurityRolePK pk) voidWorkflowDestinationSecurityRoleFactory.remove(Session session, WorkflowDestinationSecurityRolePK pk) booleanWorkflowDestinationSecurityRoleFactory.validPK(Session session, WorkflowDestinationSecurityRolePK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationSecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationSecurityRolePK> pks) WorkflowDestinationSecurityRoleFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationSecurityRolePK> pks) WorkflowDestinationSecurityRoleFactory.getValuesFromPKs(Session session, Collection<WorkflowDestinationSecurityRolePK> pks) voidWorkflowDestinationSecurityRoleFactory.remove(Session session, Collection<WorkflowDestinationSecurityRolePK> pks) voidWorkflowDestinationSecurityRoleFactory.remove(Collection<WorkflowDestinationSecurityRolePK> pks) -
Uses of WorkflowDestinationSecurityRolePK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationSecurityRolePKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationSecurityRolePKModifierConstructorDescriptionWorkflowDestinationSecurityRoleValue(WorkflowDestinationSecurityRolePK workflowDestinationSecurityRolePK, WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSecurityRoleValue