Example #1
0
 public string[] GetEnabledEnginesForSite(string siteId, int packageId)
 {
     return(HeliconZooController.GetEnabledEnginesForSite(siteId, packageId));
 }
Example #2
0
 public void SetEnabledEnginesForSite(string siteId, int packageId, string[] engines)
 {
     HeliconZooController.SetEnabledEnginesForSite(siteId, packageId, engines);
 }
Example #3
0
 public void SwithEnginesEnabled(int serviceId, bool enabled)
 {
     HeliconZooController.SwithEnginesEnabled(serviceId, enabled);
 }
Example #4
0
 public ShortHeliconZooEngine[] GetAllowedHeliconZooQuotasForPackage(int packageId)
 {
     return(HeliconZooController.GetAllowedHeliconZooQuotasForPackage(packageId));
 }
Example #5
0
 public bool IsEnginesEnabled(int serviceId)
 {
     return(HeliconZooController.IsEnginesEnabled(serviceId));
 }
Example #6
0
 public void SetEngines(int serviceId, HeliconZooEngine[] userEngines)
 {
     HeliconZooController.SetEngines(serviceId, userEngines);
 }
Example #7
0
 public HeliconZooEngine[] GetEngines(int serviceId)
 {
     return(HeliconZooController.GetEngines(serviceId));
 }
Example #8
0
 public void SetWebCosoleEnabled(int serviceId, bool enabled)
 {
     HeliconZooController.SetWebCosoleEnabled(serviceId, enabled);
 }
Example #9
0
 public bool IsWebCosoleEnabled(int serviceId)
 {
     return(HeliconZooController.IsWebCosoleEnabled(serviceId));
 }