public interface FederationService extends DataService<FederationModel>
Modifier and Type | Method and Description |
---|---|
void |
deleteById(String sourceGridId,
String targetGridId) |
FederationModel |
get(String sourceGridId,
String targetGridId) |
LangridList<FederationModel> |
getAllRelatedSourceGridList(String gridId,
int first,
int count) |
int |
getAllRelatedSourceGridListTotalCount(String gridId) |
LangridList<FederationModel> |
getAllRelatedTargetGridList(String gridId,
int first,
int count) |
int |
getAllRelatedTargetGridListTotalCount(String gridId) |
LangridList<String> |
getConnectedSourceGridIdList(String gridId,
Order order) |
LangridList<String> |
getConnectedTargetGridIdList(String gridId,
Order order) |
void |
setConnected(String sourceGridId,
String targetGridId,
boolean isConnected) |
void |
setRequesting(String sourceGridId,
String targetGridId,
boolean isRequesting) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametar
LangridList<String> getConnectedTargetGridIdList(String gridId, Order order) throws ServiceManagerException
ServiceManagerException
LangridList<FederationModel> getAllRelatedTargetGridList(String gridId, int first, int count) throws ServiceManagerException
ServiceManagerException
int getAllRelatedTargetGridListTotalCount(String gridId) throws ServiceManagerException
ServiceManagerException
LangridList<String> getConnectedSourceGridIdList(String gridId, Order order) throws ServiceManagerException
ServiceManagerException
LangridList<FederationModel> getAllRelatedSourceGridList(String gridId, int first, int count) throws ServiceManagerException
ServiceManagerException
int getAllRelatedSourceGridListTotalCount(String gridId) throws ServiceManagerException
ServiceManagerException
FederationModel get(String sourceGridId, String targetGridId) throws ServiceManagerException
ServiceManagerException
void setRequesting(String sourceGridId, String targetGridId, boolean isRequesting) throws ServiceManagerException
ServiceManagerException
void setConnected(String sourceGridId, String targetGridId, boolean isConnected) throws ServiceManagerException
ServiceManagerException
void deleteById(String sourceGridId, String targetGridId) throws ServiceManagerException
ServiceManagerException