public final class IGovServiceFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Locale> |
getRepositoryLocales()
Returns the list of defined
Locale in the current EBX® repository. |
static Service |
getService(ServiceType serviceType)
Returns the
Service associated with the ServiceType. |
static ServiceCreateAdministeredItems |
getServiceCreateAdministeredItems()
Deprecated.
Since 1.7.0, this method has been replaced by
getService(ServiceType). |
static ServiceDeleteAdministeredItems |
getServiceDeleteAdministeredItems()
Deprecated.
Since 1.7.0, this method has been replaced by
getService(ServiceType). |
static ServiceExportExcel |
getServiceExportExcel()
Deprecated.
Since 1.7.0, this method has been replaced by
getService(ServiceType). |
static ServiceImportExcel |
getServiceImportExcel()
Deprecated.
Since 1.7.0, this method has been replaced by
getService(ServiceType). |
static IGovServiceMetadataCreation |
getServiceMetadataCreation()
Deprecated.
Since 1.7.0, this method has been replaced by
getService(ServiceType). |
static ServiceRefreshAdministeredItems |
getServiceRefreshAdministeredItems()
Deprecated.
Since 1.7.0, this method has been replaced by
getService(ServiceType). |
static ServiceValidateAdministeredItems |
getServiceValidateAdministeredItems()
Deprecated.
Since 1.7.0, this method has been replaced by
getService(ServiceType). |
public static IGovServiceMetadataCreation getServiceMetadataCreation()
getService(ServiceType).IGovServiceMetadataCreation or null.public static ServiceCreateAdministeredItems getServiceCreateAdministeredItems()
getService(ServiceType).ServiceCreateAdministeredItems or null.public static ServiceDeleteAdministeredItems getServiceDeleteAdministeredItems()
getService(ServiceType).ServiceDeleteAdministeredItems or null.public static ServiceRefreshAdministeredItems getServiceRefreshAdministeredItems()
getService(ServiceType).ServiceRefreshAdministeredItems or null.public static ServiceValidateAdministeredItems getServiceValidateAdministeredItems()
getService(ServiceType).ServiceValidateAdministeredItems or null.public static ServiceImportExcel getServiceImportExcel()
getService(ServiceType).ServiceImportExcel or null.public static ServiceExportExcel getServiceExportExcel()
getService(ServiceType).ServiceExportExcel or null.public static Service getService(ServiceType serviceType)
Service associated with the ServiceType.