@RestController @RequestMapping(value="/ams/api/remoteSelect") public class RemoteSelectController extends Object
RemoteSelectController()
List<RemoteSelectOption>
remoteSelect(String uniqueKey, Map<String,String> conditionMap)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RemoteSelectController()
@RequestMapping(value="/{uniqueKey}") public List<RemoteSelectOption> remoteSelect(@PathVariable(value="uniqueKey") String uniqueKey, @RequestParam Map<String,String> conditionMap) throws Exception
Exception
Copyright © 2025. All rights reserved.