public interface LangridServiceService<T> extends DataService<T>
| Modifier and Type | Method and Description |
|---|---|
void |
activate(String serviceId) |
void |
addEndpoint(ServiceEndpointModel endpoint) |
void |
approveService(String serviceId) |
void |
deactivate(String serviceId) |
void |
deleteById(String serviceId) |
void |
deleteEndpoint(ServiceEndpointModel obj) |
void |
editEndpoint(String serviceId,
String beforeUrl,
String beforeUserName,
ServiceEndpointModel endpoint) |
List<ServiceEndpointModel> |
getEndpointList(String serviceId) |
LangridList<ServiceModel> |
getOtherList(String serviceGridId,
Order order) |
boolean |
isActive(String serviceId) |
boolean |
isExternalService(String serviceId) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametarvoid deleteById(String serviceId) throws ServiceManagerException
ServiceManagerExceptionvoid activate(String serviceId) throws ServiceManagerException
ServiceManagerExceptionvoid deactivate(String serviceId) throws ServiceManagerException
ServiceManagerExceptionvoid approveService(String serviceId) throws ServiceManagerException
ServiceManagerExceptionboolean isActive(String serviceId) throws ServiceManagerException
ServiceManagerExceptionboolean isExternalService(String serviceId) throws ServiceManagerException
ServiceManagerExceptionvoid addEndpoint(ServiceEndpointModel endpoint) throws ServiceManagerException
ServiceManagerExceptionList<ServiceEndpointModel> getEndpointList(String serviceId) throws ServiceManagerException
ServiceManagerExceptionvoid editEndpoint(String serviceId, String beforeUrl, String beforeUserName, ServiceEndpointModel endpoint) throws ServiceManagerException
ServiceManagerExceptionvoid deleteEndpoint(ServiceEndpointModel obj) throws ServiceManagerException
ServiceManagerExceptionLangridList<ServiceModel> getOtherList(String serviceGridId, Order order) throws ServiceManagerException
ServiceManagerException