| Methods in org.pentaho.platform.repository.subscription with parameters of type ISubscriptionRepository | 
static ISchedule | 
SubscriptionRepositoryHelper.addScheduleAndContent(ISubscriptionRepository subscriptionRepository,
                      java.lang.String title,
                      java.lang.String schedRef,
                      java.lang.String desc,
                      java.lang.String cronExpr,
                      java.lang.Integer repeatCount,
                      java.lang.Integer repeatInterval,
                      java.lang.String group,
                      java.util.Date startDate,
                      java.util.Date endDate,
                      java.lang.String[] actionRefs)
 
            | 
static ISchedule | 
SubscriptionRepositoryHelper.addScheduleWithoutContent(ISubscriptionRepository subscriptionRepository,
                          java.lang.String title,
                          java.lang.String schedRef,
                          java.lang.String desc,
                          java.lang.String cronExpr,
                          java.lang.Integer repeatCount,
                          java.lang.Integer repeatInterval,
                          java.lang.String group,
                          java.util.Date startDate,
                          java.util.Date endDate)
 
            | 
static void | 
SubscriptionRepositoryHelper.deleteScheduleContentAndSubscription(ISubscriptionRepository subscriptionRepository,
                                     ISchedule schedule)
 
            | 
static ISchedule | 
SubscriptionRepositoryHelper.editScheduleAndContent(ISubscriptionRepository subscriptionRepository,
                       java.lang.String schedId,
                       java.lang.String title,
                       java.lang.String schedRef,
                       java.lang.String desc,
                       java.lang.String cronExpr,
                       java.lang.Integer repeatCount,
                       java.lang.Integer repeatInterval,
                       java.lang.String group,
                       java.util.Date startDate,
                       java.util.Date endDate,
                       java.lang.String[] actionRefs)
 
            | 
static ISchedule | 
SubscriptionRepositoryHelper.editScheduleWithoutContent(ISubscriptionRepository subscriptionRepository,
                           java.lang.String schedId,
                           java.lang.String title,
                           java.lang.String schedRef,
                           java.lang.String desc,
                           java.lang.String cronExpr,
                           java.lang.Integer repeatCount,
                           java.lang.Integer repeatInterval,
                           java.lang.String group,
                           java.util.Date startDate,
                           java.util.Date endDate)
 
            |