Package it.eng.spagobi.kpi.ou.util

Examples of it.eng.spagobi.kpi.ou.util.OrganizationalUnitSynchronizer


 
  public void doService() {
    logger.debug("IN");
    try {
      try {
        OrganizationalUnitSynchronizer sinc = new OrganizationalUnitSynchronizer();
        sinc.synchronize();
      } catch (Throwable t) {
        throw new SpagoBIServiceException(SERVICE_NAME, "Error while synchronizating organizational units: " + t.getMessage(), t);
      }
      try {
        writeBackToClient( new JSONAcknowledge() );
View Full Code Here

TOP

Related Classes of it.eng.spagobi.kpi.ou.util.OrganizationalUnitSynchronizer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.