Uses of Class
com.echothree.model.data.core.common.pk.CommandDetailPK
Packages that use CommandDetailPK
Package
Description
-
Uses of CommandDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandDetailPKModifier and TypeMethodDescriptionCommand.getActiveDetailPK()Command.getLastDetailPK()CommandDetail.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type CommandDetailPKModifier and TypeMethodDescriptionvoidCommand.setActiveDetailPK(CommandDetailPK activeDetailPK) voidCommand.setLastDetailPK(CommandDetailPK lastDetailPK) -
Uses of CommandDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandDetailPKModifier and TypeMethodDescriptionCommandDetailFactory.getNextPK()CommandDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommandDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandDetailPKModifier and TypeMethodDescriptionCommandDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommandDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommandDetailFactory.getPKsFromResultSetAsList(ResultSet rs) CommandDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandDetailPKModifier and TypeMethodDescriptionCommandFactory.create(CommandDetailPK activeDetailPK, CommandDetailPK lastDetailPK) CommandDetailFactory.getEntityFromCache(CommandDetailPK pk) CommandDetailFactory.getEntityFromPK(EntityPermission entityPermission, CommandDetailPK pk) CommandDetailFactory.getValueFromPK(CommandDetailPK pk) voidCommandDetailFactory.remove(CommandDetailPK pk) booleanCommandDetailFactory.validPK(CommandDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandDetailPKModifier and TypeMethodDescriptionCommandDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommandDetailPK> pks) CommandDetailFactory.getValuesFromPKs(Collection<CommandDetailPK> pks) voidCommandDetailFactory.remove(Collection<CommandDetailPK> pks) -
Uses of CommandDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CommandDetailPKModifier and TypeMethodDescriptionCommandValue.getActiveDetailPK()CommandValue.getLastDetailPK()CommandDetailValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type CommandDetailPKModifier and TypeMethodDescriptionvoidCommandValue.setActiveDetailPK(CommandDetailPK activeDetailPK) voidCommandValue.setLastDetailPK(CommandDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type CommandDetailPKModifierConstructorDescriptionCommandDetailValue(CommandDetailPK commandDetailPK, CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommandDetailValueCommandValue(CommandDetailPK activeDetailPK, CommandDetailPK lastDetailPK) Creates a new instance of CommandValueCommandValue(CommandPK commandPK, CommandDetailPK activeDetailPK, CommandDetailPK lastDetailPK) Creates a new instance of CommandValue -
Uses of CommandDetailPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return CommandDetailPKModifier and TypeMethodDescriptionCommands.ActiveDetail()Getter forcommands.cmd_activedetailid.CommandDetails.CommandDetail()Getter forcommanddetails.cmddt_commanddetailid.Commands.LastDetail()Getter forcommands.cmd_lastdetailid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type CommandDetailPKMethods in com.echothree.model.jooq.server.records.core with parameters of type CommandDetailPKModifier and TypeMethodDescriptionvoidCommands.ActiveDetail(CommandDetailPK value) Setter forcommands.cmd_activedetailid.voidCommandDetails.CommandDetail(CommandDetailPK value) Setter forcommanddetails.cmddt_commanddetailid.voidCommands.LastDetail(CommandDetailPK value) Setter forcommands.cmd_lastdetailid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type CommandDetailPKModifierConstructorDescriptionCommandDetails(CommandDetailPK CommandDetail, CommandPK Command, ComponentVendorPK ComponentVendor, String CommandName, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised CommandDetailsCommands(CommandPK Command, CommandDetailPK ActiveDetail, CommandDetailPK LastDetail) Create a detached, initialised Commands -
Uses of CommandDetailPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type CommandDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Commands, CommandDetailPK> Commands.ACTIVE_DETAILThe columncommands.cmd_activedetailid.final org.jooq.TableField<CommandDetails, CommandDetailPK> CommandDetails.COMMAND_DETAILThe columncommanddetails.cmddt_commanddetailid.final org.jooq.TableField<Commands, CommandDetailPK> Commands.LAST_DETAILThe columncommands.cmd_lastdetailid.