public interface BillingForm extends OsidCatalogForm
This is the form for creating and updating Billings.
Like all OsidForm objects, various data elements may be set
here for use in the create and update methods in the
BillingAdminSession. For each data element that may be set,
metadata may be examined to provide display hints or data constraints.
| Modifier and Type | Method and Description |
|---|---|
BillingFormRecord |
getBillingFormRecord(Type billingRecordType)
Gets the
BillingFormRecord interface corresponding to
the given billing record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProviderBillingFormRecord getBillingFormRecord(Type billingRecordType) throws OperationFailedException
BillingFormRecord interface corresponding to
the given billing record Type. billingRecordType - the billing record typeNullArgumentException - billingRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(billingRecordType) is false
mandatory - This method must be implemented.