package br.com.centralit.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; import br.com.centralit.api.service.impl.InicializarEcmServiceImpl; import br.com.centralit.framework.controller.GenericController; import br.com.centralit.framework.json.ResponseBodyWrapper; import br.com.centralit.framework.json.Views.GenericView; import br.com.centralit.framework.model.arquitetura.PersistentObject; /** *

Company: Central IT - Governança Corporativa -
* *Title:
Classe genérica por módulo para validações via rest * *Description:
* * @since 18/02/2016 - 10:56:06 * * @version 1.0.0 * * @author rogerio.cassimiro * */ @Controller @RequestMapping("/rest/inicializarCarga") public class InicializarECMController extends GenericController