public class NodeServiceImpl extends Object implements NodeService
| Constructor and Description |
|---|
NodeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NodeModel obj)
Deprecated.
|
void |
delete(NodeModel condition)
Deprecated.
|
void |
edit(NodeModel obj) |
NodeModel |
get(String id) |
LangridList<NodeModel> |
getList(int index,
int count,
MatchingCondition[] conditions,
Order[] orders,
Scope scope) |
int |
getTotalCount(MatchingCondition[] conditions,
Scope scope) |
boolean |
isExist(String dataId) |
void |
setScopeParametar(String serviceGridId,
String userGridId,
String userId) |
@Deprecated public void add(NodeModel obj) throws ServiceManagerException
add in interface DataService<NodeModel>ServiceManagerExceptionpublic void edit(NodeModel obj) throws ServiceManagerException
edit in interface DataService<NodeModel>ServiceManagerException@Deprecated public void delete(NodeModel condition) throws ServiceManagerException
delete in interface DataService<NodeModel>ServiceManagerExceptionpublic NodeModel get(String id) throws ServiceManagerException
get in interface DataService<NodeModel>ServiceManagerExceptionpublic LangridList<NodeModel> getList(int index, int count, MatchingCondition[] conditions, Order[] orders, Scope scope) throws ServiceManagerException
getList in interface DataService<NodeModel>ServiceManagerExceptionpublic int getTotalCount(MatchingCondition[] conditions, Scope scope) throws ServiceManagerException
getTotalCount in interface DataService<NodeModel>ServiceManagerExceptionpublic boolean isExist(String dataId) throws ServiceManagerException
isExist in interface DataService<NodeModel>ServiceManagerExceptionpublic void setScopeParametar(String serviceGridId, String userGridId, String userId)
setScopeParametar in interface DataService<NodeModel>