Interface DemographicForm
- All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, Suppliable
This is the form for creating and updating Demographics . Like
all OsidForms , various data elements may be set here for use in
the create and update methods in the DemographicAdminSession . For
each data element that may be set, metadata may be examined to provide
display hints or data constraints.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the excluded demographics.voidRemoves the excluded resources.voidRemoves the included demographics.voidRemoves the included exclusive demographics.voidRemoves the included intersecting demographics.voidRemoves the included resources.getDemographicFormRecord(Type demographicRecordType) Gets theDemographicFormRecordcorresponding to the given demographic recordType.Gets the metadata for the excluded demographics.Gets the metadata for the excluded resources.Gets the metadata for the included demographics.Gets the metadata for the included exclusive demographics.Gets the metadata for the included intersecting demographics.Gets the metadata for the included resources.voidsetExcludedDemographics(Id[] demographicIds) Sets the excluded demographics.voidsetExcludedResources(Id[] resourceIds) Sets the excluded resources.voidsetIncludedDemographics(Id[] demographicIds) Sets the included demographics.voidsetIncludedExclusiveDemographics(Id[] demographicIds) Sets the included exclusive demographics.voidsetIncludedIntersectingDemographics(Id[] demographicIds) Sets the included intersecting demographics.voidsetIncludedResources(Id[] resourceIds) Sets the included resources.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface Identifiable
getId, isCurrentMethods inherited from interface OsidExtensibleForm
getRequiredRecordTypesModifier and TypeMethodDescriptionGets the minimum required record types for successful submission of thisOsidForm.Methods inherited from interface OsidForm
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocaleModifier and TypeMethodDescriptionGets a default locale for the form.Metadata[]Gets a list of metadata for the elements in this form which are not valid.Gets the metadata for the comment corresponding to this form submission.Gets the locales available for this form.Gets text messages corresponding to additional instructions to pass form validation.booleanTests if this form is for an update operation.booleanisValid()Tests if this form is in a valid state for submission.voidsetJournalComment(String comment) Sets a comment.voidSpecifies a language and script type for the form.Methods inherited from interface OsidObjectForm
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypeModifier and TypeMethodDescriptionvoidClears the description.voidClears the display name.voidClears the genus type.Gets the metadata for a description.Gets the metadata for a display name.Gets the metadata for a genus type.voidsetDescription(String description) Sets a description.voidsetDisplayName(String displayName) Sets a display name.voidsetGenusType(Type genusType) Sets a genus.Methods inherited from interface OsidOperableForm
clearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledModifier and TypeMethodDescriptionvoidRemoves the administratively disabled flag.voidRemoves the administratively enabled flag.Gets the metadata for the disabled flag.Gets the metadata for the enabled flag.voidsetDisabled(boolean disabled) Sets the administratively disabled flag.voidsetEnabled(boolean enabled) Sets the administratively enabled flag.Methods inherited from interface OsidRuleForm
clearConditionRecordTypes, clearRule, getConditionRecordTypesMetadata, getRuleMetadata, setConditionRecordTypes, setRuleModifier and TypeMethodDescriptionvoidClears the condition record types.voidRemoves the rule.Gets the metadata for the condition record types.Gets the metadata for an associated rule.voidsetConditionRecordTypes(Type[] conditionRecordTypes) Sets the condition record types.voidSets a rule.
-
Method Details
-
getIncludedDemographicsMetadata
Metadata getIncludedDemographicsMetadata()Gets the metadata for the included demographics.- Returns:
- metadata for the included demographics
- Compliance:
mandatory- This method must be implemented.
-
setIncludedDemographics
Sets the included demographics.- Parameters:
demographicIds- the new included demographics- Throws:
InvalidArgumentException-demographicIdsis invalidNoAccessException-Metadata.isReadOnly()istrueNullArgumentException-demographicIdsisnull- Compliance:
mandatory- This method must be implemented.
-
clearIncludedDemographics
void clearIncludedDemographics()Removes the included demographics.- Throws:
NoAccessException-Metadata.isRequired()istrueorMetadata.isReadOnly()istrue- Compliance:
mandatory- This method must be implemented.
-
getIncludedIntersectingDemographicsMetadata
Metadata getIncludedIntersectingDemographicsMetadata()Gets the metadata for the included intersecting demographics.- Returns:
- metadata for the included intersecting demographics
- Compliance:
mandatory- This method must be implemented.
-
setIncludedIntersectingDemographics
Sets the included intersecting demographics.- Parameters:
demographicIds- the new included intersecting demographics- Throws:
InvalidArgumentException-demographicIdsis invalidNoAccessException-Metadata.isReadOnly()istrueNullArgumentException-demographicIdsisnull- Compliance:
mandatory- This method must be implemented.
-
clearIncludedIntersectingDemographics
void clearIncludedIntersectingDemographics()Removes the included intersecting demographics.- Throws:
NoAccessException-Metadata.isRequired()istrueorMetadata.isReadOnly()istrue- Compliance:
mandatory- This method must be implemented.
-
getIncludedExclusiveDemographicsMetadata
Metadata getIncludedExclusiveDemographicsMetadata()Gets the metadata for the included exclusive demographics.- Returns:
- metadata for the included exclusive demographics
- Compliance:
mandatory- This method must be implemented.
-
setIncludedExclusiveDemographics
Sets the included exclusive demographics.- Parameters:
demographicIds- the new included exclusive demographics- Throws:
InvalidArgumentException-demographicIdsis invalidNoAccessException-Metadata.isReadOnly()istrueNullArgumentException-demographicIdsisnull- Compliance:
mandatory- This method must be implemented.
-
clearIncludedExclusiveDemographics
void clearIncludedExclusiveDemographics()Removes the included exclusive demographics.- Throws:
NoAccessException-Metadata.isRequired()istrueorMetadata.isReadOnly()istrue- Compliance:
mandatory- This method must be implemented.
-
getExcludedDemographicsMetadata
Metadata getExcludedDemographicsMetadata()Gets the metadata for the excluded demographics.- Returns:
- metadata for the excluded demographics
- Compliance:
mandatory- This method must be implemented.
-
setExcludedDemographics
Sets the excluded demographics.- Parameters:
demographicIds- the new excluded demographics- Throws:
InvalidArgumentException-demographicIdsis invalidNoAccessException-Metadata.isReadOnly()istrueNullArgumentException-demographicIdsisnull- Compliance:
mandatory- This method must be implemented.
-
clearExcludedDemographics
void clearExcludedDemographics()Removes the excluded demographics.- Throws:
NoAccessException-Metadata.isRequired()istrueorMetadata.isReadOnly()istrue- Compliance:
mandatory- This method must be implemented.
-
getIncludedResourcesMetadata
Metadata getIncludedResourcesMetadata()Gets the metadata for the included resources.- Returns:
- metadata for the included resources
- Compliance:
mandatory- This method must be implemented.
-
setIncludedResources
Sets the included resources.- Parameters:
resourceIds- the new included resources- Throws:
InvalidArgumentException-resourceIdsis invalidNoAccessException-Metadata.isReadOnly()istrueNullArgumentException-resourceIdsisnull- Compliance:
mandatory- This method must be implemented.
-
clearIncludedResource
void clearIncludedResource()Removes the included resources.- Throws:
NoAccessException-Metadata.isRequired()istrueorMetadata.isReadOnly()istrue- Compliance:
mandatory- This method must be implemented.
-
getExcludedResourcesMetadata
Metadata getExcludedResourcesMetadata()Gets the metadata for the excluded resources.- Returns:
- metadata for the excluded resources
- Compliance:
mandatory- This method must be implemented.
-
setExcludedResources
Sets the excluded resources.- Parameters:
resourceIds- the new excluded resources- Throws:
InvalidArgumentException-resourceIdsis invalidNoAccessException-Metadata.isReadOnly()istrueNullArgumentException-resourceIdsisnull- Compliance:
mandatory- This method must be implemented.
-
clearExcludedResources
void clearExcludedResources()Removes the excluded resources.- Throws:
NoAccessException-Metadata.isRequired()istrueorMetadata.isReadOnly()istrue- Compliance:
mandatory- This method must be implemented.
-
getDemographicFormRecord
DemographicFormRecord getDemographicFormRecord(Type demographicRecordType) throws OperationFailedException Gets theDemographicFormRecordcorresponding to the given demographic recordType.- Parameters:
demographicRecordType- a demographic record type- Returns:
- the demographic form record
- Throws:
NullArgumentException-demographicRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(demographicRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-