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(SecurityRoleDescriptionPK pk) SecurityRoleDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SecurityRoleDescriptionPK pk) SecurityRoleDescriptionFactory.getValueFromPK(SecurityRoleDescriptionPK pk) voidSecurityRoleDescriptionFactory.remove(SecurityRoleDescriptionPK pk) booleanSecurityRoleDescriptionFactory.validPK(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.getValuesFromPKs(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 -
Uses of SecurityRoleDescriptionPK in com.echothree.model.jooq.server.records.security
Methods in com.echothree.model.jooq.server.records.security that return SecurityRoleDescriptionPKModifier and TypeMethodDescriptionSecurityRoleDescriptions.SecurityRoleDescription()Getter forsecurityroledescriptions.srold_securityroledescriptionid.Methods in com.echothree.model.jooq.server.records.security that return types with arguments of type SecurityRoleDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<SecurityRoleDescriptionPK> SecurityRoleDescriptions.key()Methods in com.echothree.model.jooq.server.records.security with parameters of type SecurityRoleDescriptionPKModifier and TypeMethodDescriptionvoidSecurityRoleDescriptions.SecurityRoleDescription(SecurityRoleDescriptionPK value) Setter forsecurityroledescriptions.srold_securityroledescriptionid.Constructors in com.echothree.model.jooq.server.records.security with parameters of type SecurityRoleDescriptionPKModifierConstructorDescriptionSecurityRoleDescriptions(SecurityRoleDescriptionPK SecurityRoleDescription, SecurityRolePK SecurityRole, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SecurityRoleDescriptions -
Uses of SecurityRoleDescriptionPK in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type SecurityRoleDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SecurityRoleDescriptions, SecurityRoleDescriptionPK> SecurityRoleDescriptions.SECURITY_ROLE_DESCRIPTIONThe columnsecurityroledescriptions.srold_securityroledescriptionid.