Stores the Data Entry Template.
This method is used to persist a newly-created Data Entry Template or persist any modification to an existing Data Entry Template, including property addition, removal, or Presentation Template attachment, and detachment.
Exception Type | Condition |
---|---|
ContentSecurityException | The user does not have the permission to store the Data Entry Template, or to attach a Presentation Template to it. |
NameAlreadyInUseException | There is already a Data Entry Template with the same name in the containing folder. |
ContentException | The method call resulted in a Content Server exception. |
InvalidOperationException | The Data Entry Template has already been removed, or the containing folder has been removed, or if the Presentation Template to be attached is already attached to another Data Entry Template. |
SoapException | There was a communication problem during the execution of the remote method call. |
IDataEntryTemplate Interface | Plumtree.Remote.PRC.Content.DataEntryTemplate Namespace