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, setScopeParametarLangridList<String> getConnectedTargetGridIdList(String gridId, Order order) throws ServiceManagerException
ServiceManagerExceptionLangridList<FederationModel> getAllRelatedTargetGridList(String gridId, int first, int count) throws ServiceManagerException
ServiceManagerExceptionint getAllRelatedTargetGridListTotalCount(String gridId) throws ServiceManagerException
ServiceManagerExceptionLangridList<String> getConnectedSourceGridIdList(String gridId, Order order) throws ServiceManagerException
ServiceManagerExceptionLangridList<FederationModel> getAllRelatedSourceGridList(String gridId, int first, int count) throws ServiceManagerException
ServiceManagerExceptionint getAllRelatedSourceGridListTotalCount(String gridId) throws ServiceManagerException
ServiceManagerExceptionFederationModel get(String sourceGridId, String targetGridId) throws ServiceManagerException
ServiceManagerExceptionvoid setRequesting(String sourceGridId, String targetGridId, boolean isRequesting) throws ServiceManagerException
ServiceManagerExceptionvoid setConnected(String sourceGridId, String targetGridId, boolean isConnected) throws ServiceManagerException
ServiceManagerExceptionvoid deleteById(String sourceGridId, String targetGridId) throws ServiceManagerException
ServiceManagerException