|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicationTemplateException | |
---|---|
com.silverpeas.publicationTemplate | |
com.stratelia.webactiv.util.contact.model | |
org.silverpeas.contribution.web |
Uses of PublicationTemplateException in com.silverpeas.publicationTemplate |
---|
Methods in com.silverpeas.publicationTemplate that throw PublicationTemplateException | |
---|---|
GenericRecordSet |
PublicationTemplateManager.addDynamicPublicationTemplate(String externalId,
String templateFileName)
|
List<PublicationTemplate> |
PublicationTemplateManager.getCryptedPublicationTemplates()
|
RecordTemplate |
PublicationTemplateImpl.getDataTemplate()
|
PublicationTemplate |
PublicationTemplateManager.getPublicationTemplate(String externalId)
|
PublicationTemplate |
PublicationTemplateManager.getPublicationTemplate(String externalId,
String templateFileName)
Returns the PublicationTemplate having the given externalId. |
List<PublicationTemplate> |
PublicationTemplateManager.getPublicationTemplates()
|
List<PublicationTemplate> |
PublicationTemplateManager.getPublicationTemplates(boolean onlyVisibles)
Retrieve Publication Templates |
List<PublicationTemplate> |
PublicationTemplateManager.getPublicationTemplates(GlobalContext globalContext)
|
RecordSet |
PublicationTemplateImpl.getRecordSet()
Return the RecordSet of all the records built from this template. |
RecordSet |
PublicationTemplate.getRecordSet()
Returns the RecordSet of all the records built from this template. |
RecordTemplate |
PublicationTemplateImpl.getRecordTemplate()
|
RecordTemplate |
PublicationTemplate.getRecordTemplate()
Returns the RecordTemplate of the publication data item. |
RecordTemplate |
PublicationTemplateImpl.getRecordTemplate(boolean loadIfNull)
Return the RecordTemplate of the publication data item. |
List<PublicationTemplate> |
PublicationTemplateManager.getSearchablePublicationTemplates()
|
Form |
PublicationTemplateImpl.getSearchForm()
|
Form |
PublicationTemplate.getSearchForm()
Returns the Form used to search the records built from this template. |
Form |
PublicationTemplateImpl.getSearchResultForm()
|
Form |
PublicationTemplate.getSearchResultForm()
Returns the Form used to view the search result records built from this template. |
RecordTemplate |
PublicationTemplateImpl.getSearchTemplate()
Returns the RecordTemplate of the publication search item. |
RecordTemplate |
PublicationTemplateImpl.getSearchTemplate(boolean loadIfNull)
Returns the RecordTemplate of the publication search item. |
Form |
PublicationTemplateImpl.getUpdateForm()
Returns the Form used to create and update the records built from this template. |
Form |
PublicationTemplate.getUpdateForm()
Returns the Form used to create and update the records built from this template. |
XmlForm |
PublicationTemplateImpl.getUpdateFormAsXMLOne()
|
XmlForm |
PublicationTemplate.getUpdateFormAsXMLOne()
Returns the XML Form used to create and update the records built from this template. |
RecordTemplate |
PublicationTemplateImpl.getUpdateTemplate()
Returns the RecordTemplate of the publication update item. |
Form |
PublicationTemplateImpl.getViewForm()
Returns the Form used to view the records built from this template. |
Form |
PublicationTemplate.getViewForm()
Returns the Form used to view the records built from this template. |
RecordTemplate |
PublicationTemplateImpl.getViewTemplate()
Returns the RecordTemplate of the publication view item. |
boolean |
PublicationTemplateManager.isPublicationTemplateVisible(String templateName,
GlobalContext globalContext)
|
PublicationTemplate |
PublicationTemplateManager.loadPublicationTemplate(String xmlFileName)
load a publicationTemplate definition from xml file to java objects |
RecordTemplate |
PublicationTemplateImpl.loadRecordTemplate(String xmlFileName)
load a recordTemplate definition from xml file to java objects |
void |
PublicationTemplateManager.removePublicationTemplate(String externalId)
Removes the PublicationTemplate having the given externalId. |
void |
PublicationTemplateManager.savePublicationTemplate(PublicationTemplate template)
Save a publicationTemplate definition from java objects to xml file |
void |
PublicationTemplateImpl.saveRecordTemplates()
This method saves current templates inside a sub directory |
Uses of PublicationTemplateException in com.stratelia.webactiv.util.contact.model |
---|
Methods in com.stratelia.webactiv.util.contact.model that throw PublicationTemplateException | |
---|---|
void |
CompleteContact.removeForm()
|
void |
CompleteContact.saveForm()
|
Uses of PublicationTemplateException in org.silverpeas.contribution.web |
---|
Methods in org.silverpeas.contribution.web that throw PublicationTemplateException | |
---|---|
protected PublicationTemplate |
AbstractContributionResource.getPublicationTemplate(String formId)
Gets the publication template of the specified form id |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |