Uses of Class
com.echothree.model.data.security.common.pk.SecurityRoleGroupDescriptionPK
Packages that use SecurityRoleGroupDescriptionPK
Package
Description
-
Uses of SecurityRoleGroupDescriptionPK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleGroupDescriptionPK -
Uses of SecurityRoleGroupDescriptionPK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleGroupDescriptionPKModifier and TypeMethodDescriptionSecurityRoleGroupDescriptionFactory.getNextPK()SecurityRoleGroupDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) SecurityRoleGroupDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleGroupDescriptionPKModifier and TypeMethodDescriptionSecurityRoleGroupDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SecurityRoleGroupDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SecurityRoleGroupDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) SecurityRoleGroupDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleGroupDescriptionPKModifier and TypeMethodDescriptionSecurityRoleGroupDescriptionFactory.getEntityFromCache(SecurityRoleGroupDescriptionPK pk) SecurityRoleGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SecurityRoleGroupDescriptionPK pk) SecurityRoleGroupDescriptionFactory.getValueFromPK(SecurityRoleGroupDescriptionPK pk) voidSecurityRoleGroupDescriptionFactory.remove(SecurityRoleGroupDescriptionPK pk) booleanSecurityRoleGroupDescriptionFactory.validPK(SecurityRoleGroupDescriptionPK pk) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleGroupDescriptionPKModifier and TypeMethodDescriptionSecurityRoleGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SecurityRoleGroupDescriptionPK> pks) SecurityRoleGroupDescriptionFactory.getValuesFromPKs(Collection<SecurityRoleGroupDescriptionPK> pks) voidSecurityRoleGroupDescriptionFactory.remove(Collection<SecurityRoleGroupDescriptionPK> pks) -
Uses of SecurityRoleGroupDescriptionPK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleGroupDescriptionPKConstructors in com.echothree.model.data.security.server.value with parameters of type SecurityRoleGroupDescriptionPKModifierConstructorDescriptionSecurityRoleGroupDescriptionValue(SecurityRoleGroupDescriptionPK securityRoleGroupDescriptionPK, SecurityRoleGroupPK securityRoleGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDescriptionValue -
Uses of SecurityRoleGroupDescriptionPK in com.echothree.model.jooq.server.records.security
Methods in com.echothree.model.jooq.server.records.security that return SecurityRoleGroupDescriptionPKModifier and TypeMethodDescriptionSecurityRoleGroupDescriptions.SecurityRoleGroupDescription()Getter forsecurityrolegroupdescriptions.srgd_securityrolegroupdescriptionid.Methods in com.echothree.model.jooq.server.records.security that return types with arguments of type SecurityRoleGroupDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<SecurityRoleGroupDescriptionPK> SecurityRoleGroupDescriptions.key()Methods in com.echothree.model.jooq.server.records.security with parameters of type SecurityRoleGroupDescriptionPKModifier and TypeMethodDescriptionvoidSecurityRoleGroupDescriptions.SecurityRoleGroupDescription(SecurityRoleGroupDescriptionPK value) Setter forsecurityrolegroupdescriptions.srgd_securityrolegroupdescriptionid.Constructors in com.echothree.model.jooq.server.records.security with parameters of type SecurityRoleGroupDescriptionPKModifierConstructorDescriptionSecurityRoleGroupDescriptions(SecurityRoleGroupDescriptionPK SecurityRoleGroupDescription, SecurityRoleGroupPK SecurityRoleGroup, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SecurityRoleGroupDescriptions -
Uses of SecurityRoleGroupDescriptionPK in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type SecurityRoleGroupDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SecurityRoleGroupDescriptions, SecurityRoleGroupDescriptionPK> SecurityRoleGroupDescriptions.SECURITY_ROLE_GROUP_DESCRIPTIONThe columnsecurityrolegroupdescriptions.srgd_securityrolegroupdescriptionid.