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>
ServiceManagerException
public 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>
ServiceManagerException
public NodeModel get(String id) throws ServiceManagerException
get
in interface DataService<NodeModel>
ServiceManagerException
public LangridList<NodeModel> getList(int index, int count, MatchingCondition[] conditions, Order[] orders, Scope scope) throws ServiceManagerException
getList
in interface DataService<NodeModel>
ServiceManagerException
public int getTotalCount(MatchingCondition[] conditions, Scope scope) throws ServiceManagerException
getTotalCount
in interface DataService<NodeModel>
ServiceManagerException
public boolean isExist(String dataId) throws ServiceManagerException
isExist
in interface DataService<NodeModel>
ServiceManagerException
public void setScopeParametar(String serviceGridId, String userGridId, String userId)
setScopeParametar
in interface DataService<NodeModel>