Uses of Class
com.echothree.model.data.security.common.pk.SecurityRoleDetailPK
Packages that use SecurityRoleDetailPK
Package
Description
-
Uses of SecurityRoleDetailPK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleDetailPKModifier and TypeMethodDescriptionSecurityRole.getActiveDetailPK()
SecurityRole.getLastDetailPK()
SecurityRoleDetail.getPrimaryKey()
Methods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleDetailPKModifier and TypeMethodDescriptionvoid
SecurityRole.setActiveDetailPK
(SecurityRoleDetailPK activeDetailPK) void
SecurityRole.setLastDetailPK
(SecurityRoleDetailPK lastDetailPK) -
Uses of SecurityRoleDetailPK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleDetailPKModifier and TypeMethodDescriptionSecurityRoleDetailFactory.getNextPK()
SecurityRoleDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SecurityRoleDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleDetailPKModifier and TypeMethodDescriptionSecurityRoleDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SecurityRoleDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SecurityRoleDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) SecurityRoleDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleDetailPKModifier and TypeMethodDescriptionSecurityRoleFactory.create
(SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) SecurityRoleFactory.create
(Session session, SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) SecurityRoleDetailFactory.getEntityFromCache
(Session session, SecurityRoleDetailPK pk) SecurityRoleDetailFactory.getEntityFromPK
(EntityPermission entityPermission, SecurityRoleDetailPK pk) SecurityRoleDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SecurityRoleDetailPK pk) SecurityRoleDetailFactory.getValueFromPK
(Session session, SecurityRoleDetailPK pk) void
SecurityRoleDetailFactory.remove
(Session session, SecurityRoleDetailPK pk) boolean
SecurityRoleDetailFactory.validPK
(Session session, SecurityRoleDetailPK pk) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleDetailPKModifier and TypeMethodDescriptionSecurityRoleDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SecurityRoleDetailPK> pks) SecurityRoleDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SecurityRoleDetailPK> pks) SecurityRoleDetailFactory.getValuesFromPKs
(Session session, Collection<SecurityRoleDetailPK> pks) void
SecurityRoleDetailFactory.remove
(Session session, Collection<SecurityRoleDetailPK> pks) void
SecurityRoleDetailFactory.remove
(Collection<SecurityRoleDetailPK> pks) -
Uses of SecurityRoleDetailPK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleDetailPKModifier and TypeMethodDescriptionSecurityRoleValue.getActiveDetailPK()
SecurityRoleValue.getLastDetailPK()
SecurityRoleDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.security.server.value with parameters of type SecurityRoleDetailPKModifier and TypeMethodDescriptionvoid
SecurityRoleValue.setActiveDetailPK
(SecurityRoleDetailPK activeDetailPK) void
SecurityRoleValue.setLastDetailPK
(SecurityRoleDetailPK lastDetailPK) Constructors in com.echothree.model.data.security.server.value with parameters of type SecurityRoleDetailPKModifierConstructorDescriptionSecurityRoleDetailValue
(SecurityRoleDetailPK securityRoleDetailPK, SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDetailValueSecurityRoleValue
(SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) Creates a new instance of SecurityRoleValueSecurityRoleValue
(SecurityRolePK securityRolePK, SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) Creates a new instance of SecurityRoleValue