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 TypeMethodDescriptionvoidSecurityRole.setActiveDetailPK(SecurityRoleDetailPK activeDetailPK) voidSecurityRole.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) SecurityRoleDetailFactory.getEntityFromCache(SecurityRoleDetailPK pk) SecurityRoleDetailFactory.getEntityFromPK(EntityPermission entityPermission, SecurityRoleDetailPK pk) SecurityRoleDetailFactory.getValueFromPK(SecurityRoleDetailPK pk) voidSecurityRoleDetailFactory.remove(SecurityRoleDetailPK pk) booleanSecurityRoleDetailFactory.validPK(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.getValuesFromPKs(Collection<SecurityRoleDetailPK> pks) voidSecurityRoleDetailFactory.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 TypeMethodDescriptionvoidSecurityRoleValue.setActiveDetailPK(SecurityRoleDetailPK activeDetailPK) voidSecurityRoleValue.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