Uses of Class
com.silverpeas.classifieds.model.Subscribe

Packages that use Subscribe
com.silverpeas.classifieds.control   
com.silverpeas.classifieds.dao   
 

Uses of Subscribe in com.silverpeas.classifieds.control
 

Methods in com.silverpeas.classifieds.control that return types with arguments of type Subscribe
 Collection<Subscribe> DefaultClassifiedService.getAllSubscribes(String instanceId)
           
 Collection<Subscribe> ClassifiedsSessionController.getSubscribesByUser()
          get all subscriptions for the current user and this instance
 Collection<Subscribe> DefaultClassifiedService.getSubscribesByUser(String instanceId, String userId)
           
 Collection<Subscribe> ClassifiedService.getSubscribesByUser(String instanceId, String userId)
          get all subscriptions for user and instance corresponding to userId and instanceId
 

Methods in com.silverpeas.classifieds.control with parameters of type Subscribe
 boolean DefaultClassifiedService.checkSubscription(Subscribe subscribe)
           
 void ClassifiedsSessionController.createSubscribe(Subscribe subscribe)
          create a subscription
 void DefaultClassifiedService.createSubscribe(Subscribe subscribe)
           
 void ClassifiedService.createSubscribe(Subscribe subscribe)
          create a subscription
 

Uses of Subscribe in com.silverpeas.classifieds.dao
 

Methods in com.silverpeas.classifieds.dao that return types with arguments of type Subscribe
static Collection<Subscribe> ClassifiedsDAO.getAllSubscribes(Connection con, String instanceId)
          get all subscriptions for an instance corresponding to instanceId
static Collection<Subscribe> ClassifiedsDAO.getSubscribesByUser(Connection con, String instanceId, String userId)
          get all subscriptions for user and instance corresponding to userId and instanceId
 

Methods in com.silverpeas.classifieds.dao with parameters of type Subscribe
static String ClassifiedsDAO.createSubscribe(Connection con, Subscribe subscribe)
          create a subscription
 



Copyright © 2016 Silverpeas. All Rights Reserved.