Uses of Class
com.echothree.model.data.core.common.pk.CommandDescriptionPK
Packages that use CommandDescriptionPK
Package
Description
-
Uses of CommandDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandDescriptionPK -
Uses of CommandDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getNextPK()CommandDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommandDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommandDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommandDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) CommandDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getEntityFromCache(CommandDescriptionPK pk) CommandDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, CommandDescriptionPK pk) CommandDescriptionFactory.getValueFromPK(CommandDescriptionPK pk) voidCommandDescriptionFactory.remove(CommandDescriptionPK pk) booleanCommandDescriptionFactory.validPK(CommandDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommandDescriptionPK> pks) CommandDescriptionFactory.getValuesFromPKs(Collection<CommandDescriptionPK> pks) voidCommandDescriptionFactory.remove(Collection<CommandDescriptionPK> pks) -
Uses of CommandDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CommandDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type CommandDescriptionPKModifierConstructorDescriptionCommandDescriptionValue(CommandDescriptionPK commandDescriptionPK, CommandPK commandPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CommandDescriptionValue -
Uses of CommandDescriptionPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptions.CommandDescription()Getter forcommanddescriptions.cmdd_commanddescriptionid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type CommandDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<CommandDescriptionPK> CommandDescriptions.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type CommandDescriptionPKModifier and TypeMethodDescriptionvoidCommandDescriptions.CommandDescription(CommandDescriptionPK value) Setter forcommanddescriptions.cmdd_commanddescriptionid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type CommandDescriptionPKModifierConstructorDescriptionCommandDescriptions(CommandDescriptionPK CommandDescription, CommandPK Command, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised CommandDescriptions -
Uses of CommandDescriptionPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type CommandDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommandDescriptions, CommandDescriptionPK> CommandDescriptions.COMMAND_DESCRIPTIONThe columncommanddescriptions.cmdd_commanddescriptionid.