- assigned_to: lukaskotrba --> jindrabasek
Interface ISericeFacadeAll providing methods connested with users and roles moved from module RestauraceFel to module libraryHibernate common to all modules. Methods from other ServiceFacades same as in ISericeFacadeAll will be removed and all cals to this methods will be forwarded to ISericeFacadeAll implementataion on server. ServiceFacade.java obtaining IServiceFacadeAll instance from RMI connection to server moved from module RestauraceFel to module library and renamed to CommonServiceFacade. This facade will be common for all modules. All methods common in all service facades interfaces and their implementations should be moved to ISericeFacadeAll in module libraryHibernate and its appropriate implementation.