Uses of Class
com.echothree.model.data.security.common.pk.SecurityRolePK
Packages that use SecurityRolePK
Package
Description
-
Uses of SecurityRolePK in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control with parameters of type SecurityRolePKModifier and TypeMethodDescriptionbooleanSecurityControl.partyEntitySecurityRoleExists(PartyPK partyPK, EntityInstance entityInstancePK, SecurityRolePK securityRolePK) booleanSecurityControl.partySecurityRoleExists(PartyPK partyPK, SecurityRolePK securityRolePK) -
Uses of SecurityRolePK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRolePKModifier and TypeMethodDescriptionSecurityRole.getPrimaryKey()PartyEntitySecurityRole.getSecurityRolePK()PartySecurityRole.getSecurityRolePK()PartySecurityRoleTemplateRole.getSecurityRolePK()SecurityRoleDescription.getSecurityRolePK()SecurityRoleDetail.getSecurityRolePK()SecurityRolePartyType.getSecurityRolePK()Methods in com.echothree.model.data.security.server.entity with parameters of type SecurityRolePKModifier and TypeMethodDescriptionvoidPartyEntitySecurityRole.setSecurityRolePK(SecurityRolePK securityRolePK) voidPartySecurityRole.setSecurityRolePK(SecurityRolePK securityRolePK) voidPartySecurityRoleTemplateRole.setSecurityRolePK(SecurityRolePK securityRolePK) voidSecurityRoleDescription.setSecurityRolePK(SecurityRolePK securityRolePK) voidSecurityRoleDetail.setSecurityRolePK(SecurityRolePK securityRolePK) voidSecurityRolePartyType.setSecurityRolePK(SecurityRolePK securityRolePK) -
Uses of SecurityRolePK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRolePKModifier and TypeMethodDescriptionSecurityRoleFactory.getNextPK()SecurityRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) SecurityRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRolePKModifier and TypeMethodDescriptionSecurityRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SecurityRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SecurityRoleFactory.getPKsFromResultSetAsList(ResultSet rs) SecurityRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRolePKModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.create(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleFactory.create(PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleTemplateRoleFactory.create(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) SecurityRoleDescriptionFactory.create(SecurityRolePK securityRolePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) SecurityRoleDetailFactory.create(SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SecurityRolePartyTypeFactory.create(SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) SecurityRoleFactory.getEntityFromCache(SecurityRolePK pk) SecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, SecurityRolePK pk) SecurityRoleFactory.getValueFromPK(SecurityRolePK pk) voidSecurityRoleFactory.remove(SecurityRolePK pk) booleanSecurityRoleFactory.validPK(SecurityRolePK pk) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRolePKModifier and TypeMethodDescriptionSecurityRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SecurityRolePK> pks) SecurityRoleFactory.getValuesFromPKs(Collection<SecurityRolePK> pks) voidSecurityRoleFactory.remove(Collection<SecurityRolePK> pks) -
Uses of SecurityRolePK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRolePKModifier and TypeMethodDescriptionSecurityRoleValue.getPrimaryKey()PartyEntitySecurityRoleValue.getSecurityRolePK()PartySecurityRoleTemplateRoleValue.getSecurityRolePK()PartySecurityRoleValue.getSecurityRolePK()SecurityRoleDescriptionValue.getSecurityRolePK()SecurityRoleDetailValue.getSecurityRolePK()SecurityRolePartyTypeValue.getSecurityRolePK()Methods in com.echothree.model.data.security.server.value with parameters of type SecurityRolePKModifier and TypeMethodDescriptionvoidPartyEntitySecurityRoleValue.setSecurityRolePK(SecurityRolePK securityRolePK) voidPartySecurityRoleTemplateRoleValue.setSecurityRolePK(SecurityRolePK securityRolePK) voidPartySecurityRoleValue.setSecurityRolePK(SecurityRolePK securityRolePK) voidSecurityRoleDescriptionValue.setSecurityRolePK(SecurityRolePK securityRolePK) voidSecurityRoleDetailValue.setSecurityRolePK(SecurityRolePK securityRolePK) voidSecurityRolePartyTypeValue.setSecurityRolePK(SecurityRolePK securityRolePK) Constructors in com.echothree.model.data.security.server.value with parameters of type SecurityRolePKModifierConstructorDescriptionPartyEntitySecurityRoleValue(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValuePartyEntitySecurityRoleValue(PartyEntitySecurityRolePK partyEntitySecurityRolePK, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValuePartySecurityRoleTemplateRoleValue(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateRoleValuePartySecurityRoleTemplateRoleValue(PartySecurityRoleTemplateRolePK partySecurityRoleTemplateRolePK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateRoleValuePartySecurityRoleValue(PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleValuePartySecurityRoleValue(PartySecurityRolePK partySecurityRolePK, PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleValueSecurityRoleDescriptionValue(SecurityRoleDescriptionPK securityRoleDescriptionPK, SecurityRolePK securityRolePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDescriptionValueSecurityRoleDescriptionValue(SecurityRolePK securityRolePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDescriptionValueSecurityRoleDetailValue(SecurityRoleDetailPK securityRoleDetailPK, SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDetailValueSecurityRoleDetailValue(SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDetailValueSecurityRolePartyTypeValue(SecurityRolePartyTypePK securityRolePartyTypePK, SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) Creates a new instance of SecurityRolePartyTypeValueSecurityRolePartyTypeValue(SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) Creates a new instance of SecurityRolePartyTypeValueSecurityRoleValue(SecurityRolePK securityRolePK, SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) Creates a new instance of SecurityRoleValue -
Uses of SecurityRolePK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return SecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRole.getSecurityRolePK()WorkflowEntranceSecurityRole.getSecurityRolePK()Methods in com.echothree.model.data.workflow.server.entity with parameters of type SecurityRolePKModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRole.setSecurityRolePK(SecurityRolePK securityRolePK) voidWorkflowEntranceSecurityRole.setSecurityRolePK(SecurityRolePK securityRolePK) -
Uses of SecurityRolePK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory with parameters of type SecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.create(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) WorkflowEntranceSecurityRoleFactory.create(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) -
Uses of SecurityRolePK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return SecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleValue.getSecurityRolePK()WorkflowEntranceSecurityRoleValue.getSecurityRolePK()Methods in com.echothree.model.data.workflow.server.value with parameters of type SecurityRolePKModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRoleValue.setSecurityRolePK(SecurityRolePK securityRolePK) voidWorkflowEntranceSecurityRoleValue.setSecurityRolePK(SecurityRolePK securityRolePK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type SecurityRolePKModifierConstructorDescriptionWorkflowDestinationSecurityRoleValue(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSecurityRoleValueWorkflowDestinationSecurityRoleValue(WorkflowDestinationSecurityRolePK workflowDestinationSecurityRolePK, WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSecurityRoleValueWorkflowEntranceSecurityRoleValue(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSecurityRoleValueWorkflowEntranceSecurityRoleValue(WorkflowEntranceSecurityRolePK workflowEntranceSecurityRolePK, WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSecurityRoleValue -
Uses of SecurityRolePK in com.echothree.model.jooq.server.records.security
Methods in com.echothree.model.jooq.server.records.security that return SecurityRolePKModifier and TypeMethodDescriptionPartyEntitySecurityRoles.SecurityRole()Getter forpartyentitysecurityroles.pensrol_srol_securityroleid.PartySecurityRoles.SecurityRole()Getter forpartysecurityroles.psrol_srol_securityroleid.PartySecurityRoleTemplateRoles.SecurityRole()Getter forpartysecurityroletemplateroles.psrtr_srol_securityroleid.SecurityRoleDescriptions.SecurityRole()Getter forsecurityroledescriptions.srold_srol_securityroleid.SecurityRoleDetails.SecurityRole()Getter forsecurityroledetails.sroldt_srol_securityroleid.SecurityRolePartyTypes.SecurityRole()Getter forsecurityrolepartytypes.srolptyp_srol_securityroleid.SecurityRoles.SecurityRole()Getter forsecurityroles.srol_securityroleid.Methods in com.echothree.model.jooq.server.records.security that return types with arguments of type SecurityRolePKMethods in com.echothree.model.jooq.server.records.security with parameters of type SecurityRolePKModifier and TypeMethodDescriptionvoidPartyEntitySecurityRoles.SecurityRole(SecurityRolePK value) Setter forpartyentitysecurityroles.pensrol_srol_securityroleid.voidPartySecurityRoles.SecurityRole(SecurityRolePK value) Setter forpartysecurityroles.psrol_srol_securityroleid.voidPartySecurityRoleTemplateRoles.SecurityRole(SecurityRolePK value) Setter forpartysecurityroletemplateroles.psrtr_srol_securityroleid.voidSecurityRoleDescriptions.SecurityRole(SecurityRolePK value) Setter forsecurityroledescriptions.srold_srol_securityroleid.voidSecurityRoleDetails.SecurityRole(SecurityRolePK value) Setter forsecurityroledetails.sroldt_srol_securityroleid.voidSecurityRolePartyTypes.SecurityRole(SecurityRolePK value) Setter forsecurityrolepartytypes.srolptyp_srol_securityroleid.voidSecurityRoles.SecurityRole(SecurityRolePK value) Setter forsecurityroles.srol_securityroleid.Constructors in com.echothree.model.jooq.server.records.security with parameters of type SecurityRolePKModifierConstructorDescriptionPartyEntitySecurityRoles(PartyEntitySecurityRolePK PartyEntitySecurityRole, PartyPK Party, EntityInstancePK EntityInstance, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised PartyEntitySecurityRolesPartySecurityRoles(PartySecurityRolePK PartySecurityRole, PartyPK Party, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised PartySecurityRolesPartySecurityRoleTemplateRoles(PartySecurityRoleTemplateRolePK PartySecurityRoleTemplateRole, PartySecurityRoleTemplatePK PartySecurityRoleTemplate, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised PartySecurityRoleTemplateRolesSecurityRoleDescriptions(SecurityRoleDescriptionPK SecurityRoleDescription, SecurityRolePK SecurityRole, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SecurityRoleDescriptionsSecurityRoleDetails(SecurityRoleDetailPK SecurityRoleDetail, SecurityRolePK SecurityRole, SecurityRoleGroupPK SecurityRoleGroup, String SecurityRoleName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised SecurityRoleDetailsSecurityRolePartyTypes(SecurityRolePartyTypePK SecurityRolePartyType, SecurityRolePK SecurityRole, PartyTypePK PartyType, SelectorPK PartySelector, Long FromTime, Long ThruTime) Create a detached, initialised SecurityRolePartyTypesSecurityRoles(SecurityRolePK SecurityRole, SecurityRoleDetailPK ActiveDetail, SecurityRoleDetailPK LastDetail) Create a detached, initialised SecurityRoles -
Uses of SecurityRolePK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return SecurityRolePKModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoles.SecurityRole()Getter forworkflowdestinationsecurityroles.wkfldnsrol_srol_securityroleid.WorkflowEntranceSecurityRoles.SecurityRole()Getter forworkflowentrancesecurityroles.wkflensrol_srol_securityroleid.Methods in com.echothree.model.jooq.server.records.workflow with parameters of type SecurityRolePKModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRoles.SecurityRole(SecurityRolePK value) Setter forworkflowdestinationsecurityroles.wkfldnsrol_srol_securityroleid.voidWorkflowEntranceSecurityRoles.SecurityRole(SecurityRolePK value) Setter forworkflowentrancesecurityroles.wkflensrol_srol_securityroleid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type SecurityRolePKModifierConstructorDescriptionWorkflowDestinationSecurityRoles(WorkflowDestinationSecurityRolePK WorkflowDestinationSecurityRole, WorkflowDestinationPartyTypePK WorkflowDestinationPartyType, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationSecurityRolesWorkflowEntranceSecurityRoles(WorkflowEntranceSecurityRolePK WorkflowEntranceSecurityRole, WorkflowEntrancePartyTypePK WorkflowEntrancePartyType, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowEntranceSecurityRoles -
Uses of SecurityRolePK in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type SecurityRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyEntitySecurityRoles, SecurityRolePK> PartyEntitySecurityRoles.SECURITY_ROLEThe columnpartyentitysecurityroles.pensrol_srol_securityroleid.final org.jooq.TableField<PartySecurityRoles, SecurityRolePK> PartySecurityRoles.SECURITY_ROLEThe columnpartysecurityroles.psrol_srol_securityroleid.final org.jooq.TableField<PartySecurityRoleTemplateRoles, SecurityRolePK> PartySecurityRoleTemplateRoles.SECURITY_ROLEThe columnpartysecurityroletemplateroles.psrtr_srol_securityroleid.final org.jooq.TableField<SecurityRoleDescriptions, SecurityRolePK> SecurityRoleDescriptions.SECURITY_ROLEThe columnsecurityroledescriptions.srold_srol_securityroleid.final org.jooq.TableField<SecurityRoleDetails, SecurityRolePK> SecurityRoleDetails.SECURITY_ROLEThe columnsecurityroledetails.sroldt_srol_securityroleid.final org.jooq.TableField<SecurityRolePartyTypes, SecurityRolePK> SecurityRolePartyTypes.SECURITY_ROLEThe columnsecurityrolepartytypes.srolptyp_srol_securityroleid.final org.jooq.TableField<SecurityRoles, SecurityRolePK> SecurityRoles.SECURITY_ROLEThe columnsecurityroles.srol_securityroleid. -
Uses of SecurityRolePK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type SecurityRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinationSecurityRoles, SecurityRolePK> WorkflowDestinationSecurityRoles.SECURITY_ROLEThe columnworkflowdestinationsecurityroles.wkfldnsrol_srol_securityroleid.final org.jooq.TableField<WorkflowEntranceSecurityRoles, SecurityRolePK> WorkflowEntranceSecurityRoles.SECURITY_ROLEThe columnworkflowentrancesecurityroles.wkflensrol_srol_securityroleid.