5859606162636465666768
MaklerEditor me = new MaklerEditor(service); me.showMaklerMenu(); } break; case MENU_PERSON: if(ma.authenticate()) { PersonEditor pe = new PersonEditor(service); pe.showPersonMenu(); } break; case MENU_IMMO:
6465666768697071727374
PersonEditor pe = new PersonEditor(service); pe.showPersonMenu(); } break; case MENU_IMMO: if(ma.authenticate()) { ImmobilienEditor ie = new ImmobilienEditor(service, ma.getLastAuthenticatedMakler()); ie.showImmoMenu(); } break; case MENU_VERTRAG:
7071727374757677787980
ImmobilienEditor ie = new ImmobilienEditor(service, ma.getLastAuthenticatedMakler()); ie.showImmoMenu(); } break; case MENU_VERTRAG: if(ma.authenticate()) { VertragsEditor ve = new VertragsEditor(service, ma.getLastAuthenticatedMakler()); ve.showVertragsMenu(); } break; case QUIT:
5253545556575859606162
while(true) { int response = mainMenu.show(); switch(response) { case MENU_MAKLER: if(pfa.authenticate()) { MaklerEditor me = new MaklerEditor(service); me.showMaklerMenu(); } break; case MENU_PERSON: