コード例 #1
0
 @SuppressWarnings("unchecked")
 public List<SettingsTemplate> getSettingsTemplates() throws PhrescoException {
   return (List<SettingsTemplate>) cache.get(SETTINGS_FILE);
 }
コード例 #2
0
 @SuppressWarnings("unchecked")
 public List<VideoInfo> getVideoInfos() throws PhrescoException {
   return (List<VideoInfo>) cache.get(VIDEOS_FILE);
 }
コード例 #3
0
 @SuppressWarnings("unchecked")
 public List<ApplicationType> getApplicationTypes() throws PhrescoException {
   return (List<ApplicationType>) cache.get(APPTYPES_FILE);
 }