Subversion Repositories bacoAlunos

Rev

Rev 1731 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1731 Rev 1737
Line 40... Line 40...
40
        ConfigurationSeparatorImpl config = ConfigurationSeparatorImpl.loadFromJson(json);
40
        ConfigurationSeparatorImpl config = ConfigurationSeparatorImpl.loadFromJson(json);
41
        ConfigurationSeparatorImpl configPersistent = (ConfigurationSeparatorImpl) DaoFactory.getConfigurationSeparatorDaoImpl().load(config.getId());
41
        ConfigurationSeparatorImpl configPersistent = (ConfigurationSeparatorImpl) DaoFactory.getConfigurationSeparatorDaoImpl().load(config.getId());
42
        configPersistent.setName(config.getName());
42
        configPersistent.setName(config.getName());
43
        configPersistent.setActive(config.isActive());
43
        configPersistent.setActive(config.isActive());
44
 
44
 
-
 
45
        configPersistent.setPosition(config.getPosition());
45
        configPersistent.setShowInBaco(config.isShowInBaco());
46
        configPersistent.setShowInBaco(config.isShowInBaco());
46
        configPersistent.setShowInPae(config.isShowInPae());
47
        configPersistent.setShowInPae(config.isShowInPae());
47
        configPersistent.setShowStudents(config.isShowStudents());
48
        configPersistent.setShowStudents(config.isShowStudents());
48
        configPersistent.setShowTeachers(config.isShowTeachers());
49
        configPersistent.setShowTeachers(config.isShowTeachers());
49
        configPersistent.setShowWorkers(config.isShowWorkers());
50
        configPersistent.setShowWorkers(config.isShowWorkers());