Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowEntranceSecurityRolePK
Packages that use WorkflowEntranceSecurityRolePK
Package
Description
-
Uses of WorkflowEntranceSecurityRolePK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowEntranceSecurityRolePK -
Uses of WorkflowEntranceSecurityRolePK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowEntranceSecurityRolePKModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoleFactory.getNextPK()WorkflowEntranceSecurityRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowEntranceSecurityRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowEntranceSecurityRolePKModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowEntranceSecurityRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowEntranceSecurityRoleFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowEntranceSecurityRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowEntranceSecurityRolePKModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoleFactory.getEntityFromCache(WorkflowEntranceSecurityRolePK pk) WorkflowEntranceSecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowEntranceSecurityRolePK pk) WorkflowEntranceSecurityRoleFactory.getValueFromPK(WorkflowEntranceSecurityRolePK pk) voidWorkflowEntranceSecurityRoleFactory.remove(WorkflowEntranceSecurityRolePK pk) booleanWorkflowEntranceSecurityRoleFactory.validPK(WorkflowEntranceSecurityRolePK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowEntranceSecurityRolePKModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowEntranceSecurityRolePK> pks) WorkflowEntranceSecurityRoleFactory.getValuesFromPKs(Collection<WorkflowEntranceSecurityRolePK> pks) voidWorkflowEntranceSecurityRoleFactory.remove(Collection<WorkflowEntranceSecurityRolePK> pks) -
Uses of WorkflowEntranceSecurityRolePK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowEntranceSecurityRolePKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowEntranceSecurityRolePKModifierConstructorDescriptionWorkflowEntranceSecurityRoleValue(WorkflowEntranceSecurityRolePK workflowEntranceSecurityRolePK, WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSecurityRoleValue -
Uses of WorkflowEntranceSecurityRolePK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowEntranceSecurityRolePKModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoles.WorkflowEntranceSecurityRole()Getter forworkflowentrancesecurityroles.wkflensrol_workflowentrancesecurityroleid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowEntranceSecurityRolePKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowEntranceSecurityRolePK> WorkflowEntranceSecurityRoles.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowEntranceSecurityRolePKModifier and TypeMethodDescriptionvoidWorkflowEntranceSecurityRoles.WorkflowEntranceSecurityRole(WorkflowEntranceSecurityRolePK value) Setter forworkflowentrancesecurityroles.wkflensrol_workflowentrancesecurityroleid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowEntranceSecurityRolePKModifierConstructorDescriptionWorkflowEntranceSecurityRoles(WorkflowEntranceSecurityRolePK WorkflowEntranceSecurityRole, WorkflowEntrancePartyTypePK WorkflowEntrancePartyType, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowEntranceSecurityRoles -
Uses of WorkflowEntranceSecurityRolePK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowEntranceSecurityRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowEntranceSecurityRoles, WorkflowEntranceSecurityRolePK> WorkflowEntranceSecurityRoles.WORKFLOW_ENTRANCE_SECURITY_ROLEThe columnworkflowentrancesecurityroles.wkflensrol_workflowentrancesecurityroleid.