Retrieves a list of Hybrid App packages.
List<MobileHybridAppVO> getMobileHybridAppList() throws SUPAdminException;
If successful, returns a list of objects of the specified type (can be null).
List<MobileHybridAppVO> hybridApps=mobileHybridApp.getMobileHybridAppList();