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 TypeMethodDescriptionvoid
Command.setActiveDetailPK
(CommandDetailPK activeDetailPK) void
Command.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) CommandFactory.create
(Session session, CommandDetailPK activeDetailPK, CommandDetailPK lastDetailPK) CommandDetailFactory.getEntityFromCache
(Session session, CommandDetailPK pk) CommandDetailFactory.getEntityFromPK
(EntityPermission entityPermission, CommandDetailPK pk) CommandDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommandDetailPK pk) CommandDetailFactory.getValueFromPK
(Session session, CommandDetailPK pk) void
CommandDetailFactory.remove
(Session session, CommandDetailPK pk) boolean
CommandDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommandDetailPK> pks) CommandDetailFactory.getValuesFromPKs
(Session session, Collection<CommandDetailPK> pks) void
CommandDetailFactory.remove
(Session session, Collection<CommandDetailPK> pks) void
CommandDetailFactory.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 TypeMethodDescriptionvoid
CommandValue.setActiveDetailPK
(CommandDetailPK activeDetailPK) void
CommandValue.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