Interface SubscriptionEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface SubscriptionEnablerForm extends OsidEnablerForm

This is the form for creating and updating SubscriptionEnablers . Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the SubscriptionEnablerAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getSubscriptionEnablerFormRecord

      SubscriptionEnablerFormRecord getSubscriptionEnablerFormRecord(Type subscriptionEnablerRecordType) throws OperationFailedException
      Gets the SubscriptionEnablerFormRecord corresponding to the given subscription enabler record Type .
      Parameters:
      subscriptionEnablerRecordType - a subscription enabler record type
      Returns:
      the subscription enabler form record
      Throws:
      NullArgumentException - subscriptionEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(subscriptionEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.