Uses of Class
com.echothree.model.data.core.server.entity.Command
Packages that use Command
Package
Description
-
Uses of Command in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return CommandModifier and TypeMethodDescriptionEditCommandCommand.getEntity
(EditCommandResult result) EditCommandCommand.getLockEntity
(Command command) EditCommandDescriptionCommand.getLockEntity
(CommandDescription commandDescription) Methods in com.echothree.control.user.core.server.command with parameters of type CommandModifier and TypeMethodDescriptionvoid
void
EditCommandCommand.doLock
(CommandEdit edit, Command command) void
void
EditCommandCommand.fillInResult
(EditCommandResult result, Command command) EditCommandCommand.getLockEntity
(Command command) -
Uses of Command in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return CommandModifier and TypeMethodDescriptionCoreControl.createCommand
(ComponentVendor componentVendor, String commandName, Integer sortOrder, BasePK createdBy) CoreControl.getCommandByName
(ComponentVendor componentVendor, String commandName) CoreControl.getCommandByNameForUpdate
(ComponentVendor componentVendor, String commandName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type CommandModifier and TypeMethodDescriptionCoreControl.getCommands()
CoreControl.getCommandsByComponentVendor
(ComponentVendor componentVendor) CoreControl.getCommandsByComponentVendorForUpdate
(ComponentVendor componentVendor) Methods in com.echothree.model.control.core.server.control with parameters of type CommandModifier and TypeMethodDescriptionCoreControl.createCommandDescription
(Command command, Language language, String description, BasePK createdBy) void
CoreControl.deleteCommand
(Command command, BasePK deletedBy) void
CoreControl.deleteCommandDescriptionsByCommand
(Command command, BasePK deletedBy) CoreControl.getBestCommandDescription
(Command command, Language language) CoreControl.getCommandDescription
(Command command, Language language) CoreControl.getCommandDescriptionForUpdate
(Command command, Language language) CoreControl.getCommandDescriptionsByCommand
(Command command) CoreControl.getCommandDescriptionsByCommandForUpdate
(Command command) CoreControl.getCommandDescriptionTransfersByCommand
(UserVisit userVisit, Command command) CoreControl.getCommandDescriptionValueForUpdate
(Command command, Language language) CoreControl.getCommandDetailValueForUpdate
(Command command) CoreControl.getCommandTransfer
(UserVisit userVisit, Command command) -
Uses of Command in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type Command -
Uses of Command in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control with parameters of type Command -
Uses of Command in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandModifier and TypeMethodDescriptionCommandDescription.getCommand()
CommandDescription.getCommand
(EntityPermission entityPermission) CommandDescription.getCommand
(Session session) CommandDescription.getCommand
(Session session, EntityPermission entityPermission) CommandDetail.getCommand()
CommandDetail.getCommand
(EntityPermission entityPermission) CommandDetail.getCommand
(Session session) CommandDetail.getCommand
(Session session, EntityPermission entityPermission) CommandDescription.getCommandForUpdate()
CommandDescription.getCommandForUpdate
(Session session) CommandDetail.getCommandForUpdate()
CommandDetail.getCommandForUpdate
(Session session) Methods in com.echothree.model.data.core.server.entity with parameters of type CommandModifier and TypeMethodDescriptionvoid
CommandDescription.setCommand
(Command entity) void
CommandDetail.setCommand
(Command entity) -
Uses of Command in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandModifier and TypeMethodDescriptionCommandFactory.create()
CommandFactory.create
(CommandDetailPK activeDetailPK, CommandDetailPK lastDetailPK) CommandFactory.create
(CommandDetail activeDetail, CommandDetail lastDetail) CommandFactory.create
(Session session, CommandDetailPK activeDetailPK, CommandDetailPK lastDetailPK) CommandFactory.create
(Session session, CommandDetail activeDetail, CommandDetail lastDetail) CommandFactory.getEntityFromCache
(Session session, CommandPK pk) CommandFactory.getEntityFromPK
(EntityPermission entityPermission, CommandPK pk) CommandFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommandPK pk) CommandFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CommandFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) CommandFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) CommandFactory.getEntityFromValue
(EntityPermission entityPermission, CommandValue value) CommandFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommandValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommandPK> pks) CommandFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommandPK> pks) CommandFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CommandFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) CommandFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandModifier and TypeMethodDescriptionCommandDescriptionFactory.create
(Command command, Language language, String description, Long fromTime, Long thruTime) CommandDescriptionFactory.create
(Session session, Command command, Language language, String description, Long fromTime, Long thruTime) CommandDetailFactory.create
(Command command, ComponentVendor componentVendor, String commandName, Integer sortOrder, Long fromTime, Long thruTime) CommandDetailFactory.create
(Session session, Command command, ComponentVendor componentVendor, String commandName, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandModifier and TypeMethodDescriptionvoid
CommandFactory.store
(Session session, Collection<Command> entities) void
CommandFactory.store
(Collection<Command> entities) -
Uses of Command in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return CommandModifier and TypeMethodDescriptionUserVisitCommand.getCommand()
UserVisitCommand.getCommand
(EntityPermission entityPermission) UserVisitCommand.getCommand
(Session session) UserVisitCommand.getCommand
(Session session, EntityPermission entityPermission) UserVisitCommand.getCommandForUpdate()
UserVisitCommand.getCommandForUpdate
(Session session) Methods in com.echothree.model.data.user.server.entity with parameters of type Command -
Uses of Command in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type CommandModifier and TypeMethodDescriptionUserVisitCommandFactory.create
(UserVisit userVisit, Integer userVisitCommandSequence, Party party, Command command, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) UserVisitCommandFactory.create
(Session session, UserVisit userVisit, Integer userVisitCommandSequence, Party party, Command command, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors)