Uses of Class
com.echothree.model.data.core.common.pk.CommandPK
Packages that use CommandPK
Package
Description
-
Uses of CommandPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandPKModifier and TypeMethodDescriptionCommandDescription.getCommandPK()
CommandDetail.getCommandPK()
Command.getPrimaryKey()
Methods in com.echothree.model.data.core.server.entity with parameters of type CommandPKModifier and TypeMethodDescriptionvoid
CommandDescription.setCommandPK
(CommandPK commandPK) void
CommandDetail.setCommandPK
(CommandPK commandPK) -
Uses of CommandPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandPKModifier and TypeMethodDescriptionCommandFactory.getNextPK()
CommandFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CommandFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandPKModifier and TypeMethodDescriptionCommandFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CommandFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CommandFactory.getPKsFromResultSetAsList
(ResultSet rs) CommandFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandPKModifier and TypeMethodDescriptionCommandDescriptionFactory.create
(CommandPK commandPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CommandDescriptionFactory.create
(Session session, CommandPK commandPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CommandDetailFactory.create
(CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) CommandDetailFactory.create
(Session session, CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) CommandFactory.getEntityFromCache
(Session session, CommandPK pk) CommandFactory.getEntityFromPK
(EntityPermission entityPermission, CommandPK pk) CommandFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommandPK pk) CommandFactory.getValueFromPK
(Session session, CommandPK pk) void
boolean
Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandPKModifier and TypeMethodDescriptionCommandFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommandPK> pks) CommandFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommandPK> pks) CommandFactory.getValuesFromPKs
(Session session, Collection<CommandPK> pks) void
CommandFactory.remove
(Session session, Collection<CommandPK> pks) void
CommandFactory.remove
(Collection<CommandPK> pks) -
Uses of CommandPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CommandPKModifier and TypeMethodDescriptionCommandDescriptionValue.getCommandPK()
CommandDetailValue.getCommandPK()
CommandValue.getPrimaryKey()
Methods in com.echothree.model.data.core.server.value with parameters of type CommandPKModifier and TypeMethodDescriptionvoid
CommandDescriptionValue.setCommandPK
(CommandPK commandPK) void
CommandDetailValue.setCommandPK
(CommandPK commandPK) Constructors in com.echothree.model.data.core.server.value with parameters of type CommandPKModifierConstructorDescriptionCommandDescriptionValue
(CommandDescriptionPK commandDescriptionPK, CommandPK commandPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CommandDescriptionValueCommandDescriptionValue
(CommandPK commandPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CommandDescriptionValueCommandDetailValue
(CommandDetailPK commandDetailPK, CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommandDetailValueCommandDetailValue
(CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommandDetailValueCommandValue
(CommandPK commandPK, CommandDetailPK activeDetailPK, CommandDetailPK lastDetailPK) Creates a new instance of CommandValue -
Uses of CommandPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return CommandPKMethods in com.echothree.model.data.user.server.entity with parameters of type CommandPK -
Uses of CommandPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type CommandPKModifier and TypeMethodDescriptionUserVisitCommandFactory.create
(UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) UserVisitCommandFactory.create
(Session session, UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) -
Uses of CommandPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return CommandPKMethods in com.echothree.model.data.user.server.value with parameters of type CommandPKConstructors in com.echothree.model.data.user.server.value with parameters of type CommandPKModifierConstructorDescriptionUserVisitCommandValue
(UserVisitCommandPK userVisitCommandPK, UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) Creates a new instance of UserVisitCommandValueUserVisitCommandValue
(UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) Creates a new instance of UserVisitCommandValue