Uses of Class
com.echothree.model.data.core.server.entity.CommandDescription
Packages that use CommandDescription
Package
Description
-
Uses of CommandDescription in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return CommandDescriptionModifier and TypeMethodDescriptionEditCommandDescriptionCommand.getEntity(EditCommandDescriptionResult result) Methods in com.echothree.control.user.core.server.command with parameters of type CommandDescriptionModifier and TypeMethodDescriptionvoidEditCommandDescriptionCommand.doLock(CommandDescriptionEdit edit, CommandDescription commandDescription) voidEditCommandDescriptionCommand.doUpdate(CommandDescription commandDescription) voidEditCommandDescriptionCommand.fillInResult(EditCommandDescriptionResult result, CommandDescription commandDescription) EditCommandDescriptionCommand.getLockEntity(CommandDescription commandDescription) -
Uses of CommandDescription in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return CommandDescriptionModifier and TypeMethodDescriptionCommandControl.createCommandDescription(Command command, Language language, String description, BasePK createdBy) CommandControl.getCommandDescription(Command command, Language language) CommandControl.getCommandDescriptionForUpdate(Command command, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type CommandDescriptionModifier and TypeMethodDescriptionCommandControl.getCommandDescriptionsByCommand(Command command) CommandControl.getCommandDescriptionsByCommandForUpdate(Command command) Methods in com.echothree.model.control.core.server.control with parameters of type CommandDescriptionModifier and TypeMethodDescriptionvoidCommandControl.deleteCommandDescription(CommandDescription commandDescription, BasePK deletedBy) CommandControl.getCommandDescriptionTransfer(UserVisit userVisit, CommandDescription commandDescription) CommandControl.getCommandDescriptionValue(CommandDescription commandDescription) -
Uses of CommandDescription in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type CommandDescriptionModifier and TypeMethodDescriptionCommandDescriptionTransferCache.getCommandDescriptionTransfer(UserVisit userVisit, CommandDescription commandDescription) -
Uses of CommandDescription in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandDescriptionModifier and TypeMethodDescriptionCommandDescriptionFactory.create(CommandPK commandPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CommandDescriptionFactory.create(Command command, Language language, String description, Long fromTime, Long thruTime) CommandDescriptionFactory.getEntityFromCache(CommandDescriptionPK pk) CommandDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, CommandDescriptionPK pk) CommandDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommandDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, CommandDescriptionValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandDescriptionModifier and TypeMethodDescriptionCommandDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommandDescriptionPK> pks) CommandDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandDescriptionModifier and TypeMethodDescriptionvoidCommandDescriptionFactory.remove(CommandDescription entity) voidCommandDescriptionFactory.store(CommandDescription entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandDescriptionModifier and TypeMethodDescriptionvoidCommandDescriptionFactory.store(Collection<CommandDescription> entities)