コード例 #1
0
 public static Set<String> getApps(String deviceId, String channel) {
   return AppToChannelPersistence.getInstance().readApps(deviceId, channel);
 }
コード例 #2
0
 // ----------------------------------------------------------------------------------------------------
 public static void associate(AppToChannelAssociation association) {
   AppToChannelPersistence.getInstance().storeAssociation(association);
 }