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 TypeMethodDescriptionvoidvoidEditCommandCommand.doLock(CommandEdit edit, Command command) voidvoidEditCommandCommand.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 TypeMethodDescriptionCommandControl.createCommand(ComponentVendor componentVendor, String commandName, Integer sortOrder, BasePK createdBy) CommandControl.getCommandByName(ComponentVendor componentVendor, String commandName) CommandControl.getCommandByNameForUpdate(ComponentVendor componentVendor, String commandName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandControl.getCommands()CommandControl.getCommandsByComponentVendor(ComponentVendor componentVendor) CommandControl.getCommandsByComponentVendorForUpdate(ComponentVendor componentVendor) Methods in com.echothree.model.control.core.server.control with parameters of type CommandModifier and TypeMethodDescriptionCommandControl.createCommandDescription(Command command, Language language, String description, BasePK createdBy) voidCommandControl.deleteCommand(Command command, BasePK deletedBy) voidCommandControl.deleteCommandDescriptionsByCommand(Command command, BasePK deletedBy) CommandControl.getBestCommandDescription(Command command, Language language) CommandControl.getCommandDescription(Command command, Language language) CommandControl.getCommandDescriptionForUpdate(Command command, Language language) CommandControl.getCommandDescriptionsByCommand(Command command) CommandControl.getCommandDescriptionsByCommandForUpdate(Command command) CommandControl.getCommandDescriptionTransfersByCommand(UserVisit userVisit, Command command) CommandControl.getCommandDescriptionValueForUpdate(Command command, Language language) CommandControl.getCommandDetailValueForUpdate(Command command) CommandControl.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 CommandModifier and TypeMethodDescriptionCommandTransferCache.getCommandTransfer(UserVisit userVisit, Command 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) CommandDetail.getCommand()CommandDetail.getCommand(EntityPermission entityPermission) CommandDescription.getCommandForUpdate()CommandDetail.getCommandForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type CommandModifier and TypeMethodDescriptionvoidCommandDescription.setCommand(Command entity) voidCommandDetail.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.getEntityFromCache(CommandPK pk) CommandFactory.getEntityFromPK(EntityPermission entityPermission, CommandPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommandFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(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) CommandDetailFactory.create(Command command, ComponentVendor componentVendor, String commandName, Integer sortOrder, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type Command -
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.getCommandForUpdate()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 Command