com.silverpeas.formTemplate.ejb
Class FormTemplateBmEJB

java.lang.Object
  extended by com.silverpeas.formTemplate.ejb.FormTemplateBmEJB
All Implemented Interfaces:
FormTemplateBm

public class FormTemplateBmEJB
extends Object
implements FormTemplateBm


Constructor Summary
FormTemplateBmEJB()
           
 
Method Summary
 PublicationTemplate getPublicationTemplate(String externalId)
           
 DataRecord getRecord(String externalId, String id)
           
 String getWysiwygContent(String componentId, String objectId, String fieldName, String language)
           
 List<XMLField> getXMLFieldsForExport(String externalId, String id)
           
 List<XMLField> getXMLFieldsForExport(String externalId, String id, String language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormTemplateBmEJB

public FormTemplateBmEJB()
Method Detail

getRecord

public DataRecord getRecord(String externalId,
                            String id)
Specified by:
getRecord in interface FormTemplateBm

getPublicationTemplate

public PublicationTemplate getPublicationTemplate(String externalId)
Specified by:
getPublicationTemplate in interface FormTemplateBm

getXMLFieldsForExport

public List<XMLField> getXMLFieldsForExport(String externalId,
                                            String id)
Specified by:
getXMLFieldsForExport in interface FormTemplateBm

getXMLFieldsForExport

public List<XMLField> getXMLFieldsForExport(String externalId,
                                            String id,
                                            String language)
Specified by:
getXMLFieldsForExport in interface FormTemplateBm

getWysiwygContent

public String getWysiwygContent(String componentId,
                                String objectId,
                                String fieldName,
                                String language)
Specified by:
getWysiwygContent in interface FormTemplateBm


Copyright © 2016 Silverpeas. All Rights Reserved.