Uses of Class
com.echothree.model.data.core.server.entity.CommandDetail
Packages that use CommandDetail
Package
Description
-
Uses of CommandDetail in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandDetailModifier and TypeMethodDescriptionCommand.getActiveDetail()Command.getActiveDetail(EntityPermission entityPermission) Command.getActiveDetailForUpdate()Command.getLastDetail()Command.getLastDetail(EntityPermission entityPermission) Command.getLastDetailForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type CommandDetailModifier and TypeMethodDescriptionvoidCommand.setActiveDetail(CommandDetail entity) voidCommand.setLastDetail(CommandDetail entity) -
Uses of CommandDetail in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandDetailModifier and TypeMethodDescriptionCommandDetailFactory.create(CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) CommandDetailFactory.create(Command command, ComponentVendor componentVendor, String commandName, Integer sortOrder, Long fromTime, Long thruTime) CommandDetailFactory.getEntityFromCache(CommandDetailPK pk) CommandDetailFactory.getEntityFromPK(EntityPermission entityPermission, CommandDetailPK pk) CommandDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommandDetailFactory.getEntityFromValue(EntityPermission entityPermission, CommandDetailValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandDetailModifier and TypeMethodDescriptionCommandDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommandDetailPK> pks) CommandDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommandDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommandDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommandDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandDetailModifier and TypeMethodDescriptionCommandFactory.create(CommandDetail activeDetail, CommandDetail lastDetail) voidCommandDetailFactory.remove(CommandDetail entity) voidCommandDetailFactory.store(CommandDetail entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandDetailModifier and TypeMethodDescriptionvoidCommandDetailFactory.store(Collection<CommandDetail> entities)