Uses of Class
com.echothree.model.data.security.common.pk.SecurityRoleDescriptionPK
Packages that use SecurityRoleDescriptionPK
Package
Description
-
Uses of SecurityRoleDescriptionPK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleDescriptionPK -
Uses of SecurityRoleDescriptionPK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleDescriptionPKModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getNextPK()SecurityRoleDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) SecurityRoleDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleDescriptionPKModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SecurityRoleDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SecurityRoleDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) SecurityRoleDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleDescriptionPKModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getEntityFromCache(Session session, SecurityRoleDescriptionPK pk) SecurityRoleDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SecurityRoleDescriptionPK pk) SecurityRoleDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, SecurityRoleDescriptionPK pk) SecurityRoleDescriptionFactory.getValueFromPK(Session session, SecurityRoleDescriptionPK pk) voidSecurityRoleDescriptionFactory.remove(Session session, SecurityRoleDescriptionPK pk) booleanSecurityRoleDescriptionFactory.validPK(Session session, SecurityRoleDescriptionPK pk) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleDescriptionPKModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SecurityRoleDescriptionPK> pks) SecurityRoleDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<SecurityRoleDescriptionPK> pks) SecurityRoleDescriptionFactory.getValuesFromPKs(Session session, Collection<SecurityRoleDescriptionPK> pks) voidSecurityRoleDescriptionFactory.remove(Session session, Collection<SecurityRoleDescriptionPK> pks) voidSecurityRoleDescriptionFactory.remove(Collection<SecurityRoleDescriptionPK> pks) -
Uses of SecurityRoleDescriptionPK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleDescriptionPKConstructors in com.echothree.model.data.security.server.value with parameters of type SecurityRoleDescriptionPKModifierConstructorDescriptionSecurityRoleDescriptionValue(SecurityRoleDescriptionPK securityRoleDescriptionPK, SecurityRolePK securityRolePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDescriptionValue