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 TypeMethodDescriptionboolean
SecurityControl.partyEntitySecurityRoleExists
(PartyPK partyPK, EntityInstance entityInstancePK, SecurityRolePK securityRolePK) boolean
SecurityControl.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 TypeMethodDescriptionvoid
PartyEntitySecurityRole.setSecurityRolePK
(SecurityRolePK securityRolePK) void
PartySecurityRole.setSecurityRolePK
(SecurityRolePK securityRolePK) void
PartySecurityRoleTemplateRole.setSecurityRolePK
(SecurityRolePK securityRolePK) void
SecurityRoleDescription.setSecurityRolePK
(SecurityRolePK securityRolePK) void
SecurityRoleDetail.setSecurityRolePK
(SecurityRolePK securityRolePK) void
SecurityRolePartyType.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) void
SecurityRoleFactory.remove
(Session session, SecurityRolePK pk) boolean
SecurityRoleFactory.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) void
SecurityRoleFactory.remove
(Session session, Collection<SecurityRolePK> pks) void
SecurityRoleFactory.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 TypeMethodDescriptionvoid
PartyEntitySecurityRoleValue.setSecurityRolePK
(SecurityRolePK securityRolePK) void
PartySecurityRoleTemplateRoleValue.setSecurityRolePK
(SecurityRolePK securityRolePK) void
PartySecurityRoleValue.setSecurityRolePK
(SecurityRolePK securityRolePK) void
SecurityRoleDescriptionValue.setSecurityRolePK
(SecurityRolePK securityRolePK) void
SecurityRoleDetailValue.setSecurityRolePK
(SecurityRolePK securityRolePK) void
SecurityRolePartyTypeValue.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 TypeMethodDescriptionvoid
WorkflowDestinationSecurityRole.setSecurityRolePK
(SecurityRolePK securityRolePK) void
WorkflowEntranceSecurityRole.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 TypeMethodDescriptionvoid
WorkflowDestinationSecurityRoleValue.setSecurityRolePK
(SecurityRolePK securityRolePK) void
WorkflowEntranceSecurityRoleValue.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