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, setScopeParametar
void deleteById(String serviceId) throws ServiceManagerException
ServiceManagerException
void activate(String serviceId) throws ServiceManagerException
ServiceManagerException
void deactivate(String serviceId) throws ServiceManagerException
ServiceManagerException
void approveService(String serviceId) throws ServiceManagerException
ServiceManagerException
boolean isActive(String serviceId) throws ServiceManagerException
ServiceManagerException
boolean isExternalService(String serviceId) throws ServiceManagerException
ServiceManagerException
void addEndpoint(ServiceEndpointModel endpoint) throws ServiceManagerException
ServiceManagerException
List<ServiceEndpointModel> getEndpointList(String serviceId) throws ServiceManagerException
ServiceManagerException
void editEndpoint(String serviceId, String beforeUrl, String beforeUserName, ServiceEndpointModel endpoint) throws ServiceManagerException
ServiceManagerException
void deleteEndpoint(ServiceEndpointModel obj) throws ServiceManagerException
ServiceManagerException
LangridList<ServiceModel> getOtherList(String serviceGridId, Order order) throws ServiceManagerException
ServiceManagerException