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) PartyEntitySecurityRoleFactory.create(Session session, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleFactory.create(PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleFactory.create(Session session, PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleTemplateRoleFactory.create(PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleTemplateRoleFactory.create(Session session, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) SecurityRoleDescriptionFactory.create(SecurityRolePK securityRolePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) SecurityRoleDescriptionFactory.create(Session session, 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) SecurityRoleDetailFactory.create(Session session, 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) SecurityRolePartyTypeFactory.create(Session session, SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) SecurityRoleFactory.getEntityFromCache(Session session, SecurityRolePK pk) SecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, SecurityRolePK pk) SecurityRoleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, SecurityRolePK pk) SecurityRoleFactory.getValueFromPK(Session session, SecurityRolePK pk) voidSecurityRoleFactory.remove(Session session, SecurityRolePK pk) booleanSecurityRoleFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<SecurityRolePK> pks) SecurityRoleFactory.getValuesFromPKs(Session session, Collection<SecurityRolePK> pks) voidSecurityRoleFactory.remove(Session session, 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) WorkflowDestinationSecurityRoleFactory.create(Session session, WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) WorkflowEntranceSecurityRoleFactory.create(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) WorkflowEntranceSecurityRoleFactory.create(Session session, 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