|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IXFService, IXFProject and IXFTransformation instead
Copyright 2004 SAP AG
| Field Summary | |
static String |
GLOBAL_CONFIG_PRO_ALLOW_HTML
Deprecated. |
static String |
GLOBAL_CONFIG_PRO_FORMS_PATH
Deprecated. |
static String |
GLOBAL_CONFIG_PRO_XFBUILDER_HELP
Deprecated. |
static String |
GLOBAL_CONFIG_PRO_XMLFORMS_HOME
Deprecated. |
| Method Summary | |
boolean |
checkGlobalResourceFile(String name)
Deprecated. Check if a global resource file exists for a given language. |
String |
getDefaultDisplayWindowOpenParameters(String prjId)
Deprecated. Get parameters for JavaScript window.open call for the default display form |
String |
getDefaultEditWindowOpenParameters(String prjId)
Deprecated. Get parameters for JavaScript window.open call for the default edit form |
InputStream |
getFormCreat(String FormType,
IResourceContext context)
Deprecated. Get a form to create a new resource of the appropriate type |
InputStream |
getFormDisplay(String FormType,
IResource resource)
Deprecated. Get an display forms from the xmlforms framework |
String |
getFormDisplayName(String prjId,
String form,
Locale locale)
Deprecated. Finds the localized display name of a form. |
InputStream |
getFormEdit(String FormType,
IResource resource)
Deprecated. Get an edit forms from the xmlforms framework |
String |
getFormTypeFromResource(IResource res)
Deprecated. Get from id from resource type |
HashMap |
getFormTypes()
Deprecated. Get all defined form IDs from the xmlforms framework |
HashMap |
getFormTypes(IResource collection)
Deprecated. Get defined form IDs from the xmlforms framework |
String |
getGlobalConfigProperty(String paramKey)
Deprecated. Gets a global parameter of the xml forms framework or xfbuilder from the cm configuration |
String |
getProjectDisplayName(String prjId,
Locale locale)
Deprecated. Finds the localized display name of a project. |
String |
getWindowOpenParameters(String prjId,
String form)
Deprecated. Get parameters for JavaScript window.open call |
IXMLFormManager |
getXMLFormManager()
Deprecated. Get the native xml forms framework form manager |
Date |
getXSLLastModified(String ProjectID,
String XSLName)
Deprecated. return modification date of a transformation of a given project |
void |
invalidateResourceBundles(String prjId)
Deprecated. Invalidate the ResourceBundle cache for a project, i.e. all entries in the cache for that project with any Locale will be deleted. |
boolean |
isApplicable(IResource res)
Deprecated. check if applicabel on resource |
boolean |
isHTMLFragment(String prjId,
String form,
String tmpDir)
Deprecated. Returns, whether a form is only a HTML fragment or a full HTML page |
boolean |
isXSLModified(String ProjectID,
String XSLName)
Deprecated. check if a transformation of a given project has been modified |
void |
reloadAllFormTypes()
Deprecated. reload all defined form IDs from the xmlforms framework this can be used by the XL Forms Builder or a repository to update the IDs collection when new porjects have been created, or old projects have been deleted if a project name is supplied, reload is only done if the project is not already known |
void |
reloadAllFormTypes(String NewProject)
Deprecated. |
| Methods inherited from interface com.sapportals.wcm.service.IService |
getDescription, getDescription, getID |
| Field Detail |
public static final String GLOBAL_CONFIG_PRO_XMLFORMS_HOME
public static final String GLOBAL_CONFIG_PRO_XFBUILDER_HELP
public static final String GLOBAL_CONFIG_PRO_FORMS_PATH
public static final String GLOBAL_CONFIG_PRO_ALLOW_HTML
| Method Detail |
public IXMLFormManager getXMLFormManager()
throws Exception
Exception
public String getFormTypeFromResource(IResource res)
throws WcmException
WcmException
public HashMap getFormTypes()
throws WcmException
WcmException
public HashMap getFormTypes(IResource collection)
throws WcmException
WcmException
public void reloadAllFormTypes()
throws WcmException
WcmException
public void reloadAllFormTypes(String NewProject)
throws WcmException
WcmException
public boolean isApplicable(IResource res)
throws WcmException
res - resource to check
WcmException
public InputStream getFormCreat(String FormType,
IResourceContext context)
throws Exception
FormType - id of the form to be generated
Exception
public InputStream getFormDisplay(String FormType,
IResource resource)
throws Exception
FormType - id of the form to be generated
Exception
public InputStream getFormEdit(String FormType,
IResource resource)
throws Exception
FormType - id of the form to be generated
Exception
public String getWindowOpenParameters(String prjId,
String form)
prjId - the project idform - the form name
public String getDefaultEditWindowOpenParameters(String prjId)
prjId - the project id
public String getDefaultDisplayWindowOpenParameters(String prjId)
prjId - the project id
public boolean isHTMLFragment(String prjId,
String form,
String tmpDir)
prjId - the project idform - the form name
public String getProjectDisplayName(String prjId,
Locale locale)
prjId - the ID of the project, for which the display name is requestedlocale - the Locale to use
public String getFormDisplayName(String prjId,
String form,
Locale locale)
prjId - the ID of the project, for which the display name is requestedform - the form, for which the display name is requested (e.g. locale - the Locale to use
public void invalidateResourceBundles(String prjId)
prjId - the ID of the project, for which ResourceBundles have changed. If prjId is null,
the complete cache will be invalidated.public String getGlobalConfigProperty(String paramKey)
paramKey - Key of the parameter to retive
public boolean isXSLModified(String ProjectID,
String XSLName)
ProjectID - xml forms project id e.g. "SAP_DemoNews"XSLName - xml forms xsl name e.g. "SAP_DemoNewsShow.xsl"
public Date getXSLLastModified(String ProjectID,
String XSLName)
ProjectID - xml forms project id e.g. "SAP_DemoNews"XSLName - xml forms xsl name e.g. "SAP_DemoNewsShow.xsl"
public boolean checkGlobalResourceFile(String name)
name - name of the global resource file e.g. gloabalresource_en.xml
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||