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