Uses of Class
dev.vality.damsel.wb_list.ListNotFound
-
Uses of ListNotFound in dev.vality.damsel.wb_list
Fields in dev.vality.damsel.wb_list declared as ListNotFound Modifier and Type Field Description ListNotFoundWbListServiceSrv.getRowInfo_result. ex1ListNotFoundWbListServiceSrv.isAllExist_result. ex1ListNotFoundWbListServiceSrv.isAnyExist_result. ex1ListNotFoundWbListServiceSrv.isExist_result. ex1ListNotFoundWbListServiceSrv.isNotOneExist_result. ex1Methods in dev.vality.damsel.wb_list that return ListNotFound Modifier and Type Method Description ListNotFoundListNotFound. deepCopy()ListNotFoundWbListServiceSrv.getRowInfo_result. getEx1()ListNotFoundWbListServiceSrv.isAllExist_result. getEx1()ListNotFoundWbListServiceSrv.isAnyExist_result. getEx1()ListNotFoundWbListServiceSrv.isExist_result. getEx1()ListNotFoundWbListServiceSrv.isNotOneExist_result. getEx1()Methods in dev.vality.damsel.wb_list with parameters of type ListNotFound Modifier and Type Method Description intListNotFound. compareTo(ListNotFound other)booleanListNotFound. equals(ListNotFound that)WbListServiceSrv.getRowInfo_resultWbListServiceSrv.getRowInfo_result. setEx1(ListNotFound ex1)WbListServiceSrv.isAllExist_resultWbListServiceSrv.isAllExist_result. setEx1(ListNotFound ex1)WbListServiceSrv.isAnyExist_resultWbListServiceSrv.isAnyExist_result. setEx1(ListNotFound ex1)WbListServiceSrv.isExist_resultWbListServiceSrv.isExist_result. setEx1(ListNotFound ex1)WbListServiceSrv.isNotOneExist_resultWbListServiceSrv.isNotOneExist_result. setEx1(ListNotFound ex1)Methods in dev.vality.damsel.wb_list that throw ListNotFound Modifier and Type Method Description ResultWbListServiceSrv.AsyncClient.getRowInfo_call. getResult()BooleanWbListServiceSrv.AsyncClient.isAllExist_call. getResult()BooleanWbListServiceSrv.AsyncClient.isAnyExist_call. getResult()BooleanWbListServiceSrv.AsyncClient.isExist_call. getResult()BooleanWbListServiceSrv.AsyncClient.isNotOneExist_call. getResult()ResultWbListServiceSrv.Client. getRowInfo(Row row)ResultWbListServiceSrv.Iface. getRowInfo(Row row)Возвращает информацию по записи в списке если списка не существует то выбрасывается ListNotFoundbooleanWbListServiceSrv.Client. isAllExist(List<Row> row)booleanWbListServiceSrv.Iface. isAllExist(List<Row> row)Проверяет существование в списке всех записей если списка не существует то выбрасывается ListNotFoundbooleanWbListServiceSrv.Client. isAnyExist(List<Row> row)booleanWbListServiceSrv.Iface. isAnyExist(List<Row> row)Проверяет существование хотя бы одной записи если списка не существует то выбрасывается ListNotFoundbooleanWbListServiceSrv.Client. isExist(Row row)booleanWbListServiceSrv.Iface. isExist(Row row)Проверяет существование в списке если списка не существует то выбрасывается ListNotFoundbooleanWbListServiceSrv.Client. isNotOneExist(List<Row> row)booleanWbListServiceSrv.Iface. isNotOneExist(List<Row> row)Проверяет, что нет ни одной записи в списках если списка не существует то выбрасывается ListNotFoundResultWbListServiceSrv.Client. recvGetRowInfo()booleanWbListServiceSrv.Client. recvIsAllExist()booleanWbListServiceSrv.Client. recvIsAnyExist()booleanWbListServiceSrv.Client. recvIsExist()booleanWbListServiceSrv.Client. recvIsNotOneExist()Constructors in dev.vality.damsel.wb_list with parameters of type ListNotFound Constructor Description getRowInfo_result(Result success, ListNotFound ex1)isAllExist_result(boolean success, ListNotFound ex1)isAnyExist_result(boolean success, ListNotFound ex1)isExist_result(boolean success, ListNotFound ex1)isNotOneExist_result(boolean success, ListNotFound ex1)ListNotFound(ListNotFound other)Performs a deep copy on other.