Uses of Class
com.echothree.model.data.security.common.pk.SecurityRoleGroupPK
Packages that use SecurityRoleGroupPK
Package
Description
-
Uses of SecurityRoleGroupPK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleGroupPKModifier and TypeMethodDescriptionSecurityRoleGroupDetail.getParentSecurityRoleGroupPK()
SecurityRoleGroup.getPrimaryKey()
SecurityRoleDetail.getSecurityRoleGroupPK()
SecurityRoleGroupDescription.getSecurityRoleGroupPK()
SecurityRoleGroupDetail.getSecurityRoleGroupPK()
Methods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleGroupPKModifier and TypeMethodDescriptionvoid
SecurityRoleGroupDetail.setParentSecurityRoleGroupPK
(SecurityRoleGroupPK parentSecurityRoleGroupPK) void
SecurityRoleDetail.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) void
SecurityRoleGroupDescription.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) void
SecurityRoleGroupDetail.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) -
Uses of SecurityRoleGroupPK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleGroupPKModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getNextPK()
SecurityRoleGroupFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SecurityRoleGroupFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleGroupPKModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SecurityRoleGroupFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SecurityRoleGroupFactory.getPKsFromResultSetAsList
(ResultSet rs) SecurityRoleGroupFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleGroupPKModifier and TypeMethodDescriptionSecurityRoleDetailFactory.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) SecurityRoleGroupDescriptionFactory.create
(SecurityRoleGroupPK securityRoleGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) SecurityRoleGroupDescriptionFactory.create
(Session session, SecurityRoleGroupPK securityRoleGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) SecurityRoleGroupDetailFactory.create
(SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SecurityRoleGroupDetailFactory.create
(Session session, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SecurityRoleGroupFactory.getEntityFromCache
(Session session, SecurityRoleGroupPK pk) SecurityRoleGroupFactory.getEntityFromPK
(EntityPermission entityPermission, SecurityRoleGroupPK pk) SecurityRoleGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SecurityRoleGroupPK pk) SecurityRoleGroupFactory.getValueFromPK
(Session session, SecurityRoleGroupPK pk) void
SecurityRoleGroupFactory.remove
(Session session, SecurityRoleGroupPK pk) boolean
SecurityRoleGroupFactory.validPK
(Session session, SecurityRoleGroupPK pk) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleGroupPKModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SecurityRoleGroupPK> pks) SecurityRoleGroupFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SecurityRoleGroupPK> pks) SecurityRoleGroupFactory.getValuesFromPKs
(Session session, Collection<SecurityRoleGroupPK> pks) void
SecurityRoleGroupFactory.remove
(Session session, Collection<SecurityRoleGroupPK> pks) void
SecurityRoleGroupFactory.remove
(Collection<SecurityRoleGroupPK> pks) -
Uses of SecurityRoleGroupPK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleGroupPKModifier and TypeMethodDescriptionSecurityRoleGroupDetailValue.getParentSecurityRoleGroupPK()
SecurityRoleGroupValue.getPrimaryKey()
SecurityRoleDetailValue.getSecurityRoleGroupPK()
SecurityRoleGroupDescriptionValue.getSecurityRoleGroupPK()
SecurityRoleGroupDetailValue.getSecurityRoleGroupPK()
Methods in com.echothree.model.data.security.server.value with parameters of type SecurityRoleGroupPKModifier and TypeMethodDescriptionvoid
SecurityRoleGroupDetailValue.setParentSecurityRoleGroupPK
(SecurityRoleGroupPK parentSecurityRoleGroupPK) void
SecurityRoleDetailValue.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) void
SecurityRoleGroupDescriptionValue.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) void
SecurityRoleGroupDetailValue.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) Constructors in com.echothree.model.data.security.server.value with parameters of type SecurityRoleGroupPKModifierConstructorDescriptionSecurityRoleDetailValue
(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 SecurityRoleDetailValueSecurityRoleGroupDescriptionValue
(SecurityRoleGroupDescriptionPK securityRoleGroupDescriptionPK, SecurityRoleGroupPK securityRoleGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDescriptionValueSecurityRoleGroupDescriptionValue
(SecurityRoleGroupPK securityRoleGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDescriptionValueSecurityRoleGroupDetailValue
(SecurityRoleGroupDetailPK securityRoleGroupDetailPK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDetailValueSecurityRoleGroupDetailValue
(SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDetailValueSecurityRoleGroupValue
(SecurityRoleGroupPK securityRoleGroupPK, SecurityRoleGroupDetailPK activeDetailPK, SecurityRoleGroupDetailPK lastDetailPK) Creates a new instance of SecurityRoleGroupValue -
Uses of SecurityRoleGroupPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return SecurityRoleGroupPKMethods in com.echothree.model.data.workflow.server.entity with parameters of type SecurityRoleGroupPKModifier and TypeMethodDescriptionvoid
WorkflowDetail.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) -
Uses of SecurityRoleGroupPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory with parameters of type SecurityRoleGroupPKModifier and TypeMethodDescriptionWorkflowDetailFactory.create
(WorkflowPK workflowPK, String workflowName, SelectorTypePK selectorTypePK, SecurityRoleGroupPK securityRoleGroupPK, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDetailFactory.create
(Session session, WorkflowPK workflowPK, String workflowName, SelectorTypePK selectorTypePK, SecurityRoleGroupPK securityRoleGroupPK, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of SecurityRoleGroupPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return SecurityRoleGroupPKMethods in com.echothree.model.data.workflow.server.value with parameters of type SecurityRoleGroupPKModifier and TypeMethodDescriptionvoid
WorkflowDetailValue.setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type SecurityRoleGroupPKModifierConstructorDescriptionWorkflowDetailValue
(WorkflowDetailPK workflowDetailPK, WorkflowPK workflowPK, String workflowName, SelectorTypePK selectorTypePK, SecurityRoleGroupPK securityRoleGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDetailValueWorkflowDetailValue
(WorkflowPK workflowPK, String workflowName, SelectorTypePK selectorTypePK, SecurityRoleGroupPK securityRoleGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDetailValue