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(WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getValueFromPK(WorkflowDestinationSecurityRolePK pk) voidWorkflowDestinationSecurityRoleFactory.remove(WorkflowDestinationSecurityRolePK pk) booleanWorkflowDestinationSecurityRoleFactory.validPK(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.getValuesFromPKs(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 -
Uses of WorkflowDestinationSecurityRolePK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowDestinationSecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoles.WorkflowDestinationSecurityRole()Getter forworkflowdestinationsecurityroles.wkfldnsrol_workflowdestinationsecurityroleid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowDestinationSecurityRolePKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowDestinationSecurityRolePK> WorkflowDestinationSecurityRoles.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationSecurityRolePKModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRoles.WorkflowDestinationSecurityRole(WorkflowDestinationSecurityRolePK value) Setter forworkflowdestinationsecurityroles.wkfldnsrol_workflowdestinationsecurityroleid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationSecurityRolePKModifierConstructorDescriptionWorkflowDestinationSecurityRoles(WorkflowDestinationSecurityRolePK WorkflowDestinationSecurityRole, WorkflowDestinationPartyTypePK WorkflowDestinationPartyType, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationSecurityRoles -
Uses of WorkflowDestinationSecurityRolePK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowDestinationSecurityRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinationSecurityRoles, WorkflowDestinationSecurityRolePK> WorkflowDestinationSecurityRoles.WORKFLOW_DESTINATION_SECURITY_ROLEThe columnworkflowdestinationsecurityroles.wkfldnsrol_workflowdestinationsecurityroleid.