public interface LASClassManager<T>
| Modifier and Type | Method and Description |
|---|---|
SaveResult<T> |
create(T object) |
DeleteResult |
delete(String id) |
DeleteResult |
delete(String[] ids) |
as.leap.las.sdk.FindMsg<T> |
find(as.leap.las.sdk.LASQuery query) |
as.leap.las.sdk.FindMsg<T> |
find(as.leap.las.sdk.LASQuery query,
boolean count) |
T |
findById(String id) |
as.leap.las.sdk.UpdateMsg |
update(String id,
as.leap.las.sdk.LASUpdate update) |
SaveResult<T> create(T object) throws LASException
LASExceptionas.leap.las.sdk.FindMsg<T> find(as.leap.las.sdk.LASQuery query) throws LASException
LASExceptionas.leap.las.sdk.FindMsg<T> find(as.leap.las.sdk.LASQuery query, boolean count) throws LASException
LASExceptionT findById(String id) throws LASException
LASExceptionas.leap.las.sdk.UpdateMsg update(String id, as.leap.las.sdk.LASUpdate update) throws LASException
LASExceptionDeleteResult delete(String id) throws LASException
LASExceptionDeleteResult delete(String[] ids) throws LASException
LASExceptionCopyright © 2015. All rights reserved.