|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IXFService, IXFProject and IXFTransformation instead
Copyright 2004 SAP AG
| Field Summary | |
static java.lang.String |
GLOBAL_CONFIG_PRO_ALLOW_HTML
Deprecated. |
static java.lang.String |
GLOBAL_CONFIG_PRO_FORMS_PATH
Deprecated. |
static java.lang.String |
GLOBAL_CONFIG_PRO_XFBUILDER_HELP
Deprecated. |
static java.lang.String |
GLOBAL_CONFIG_PRO_XMLFORMS_HOME
Deprecated. |
| Method Summary | |
boolean |
checkGlobalResourceFile(java.lang.String name)
Deprecated. Check if a global resource file exists for a given language. |
java.lang.String |
getDefaultDisplayWindowOpenParameters(java.lang.String prjId)
Deprecated. Get parameters for JavaScript window.open call for the default display form |
java.lang.String |
getDefaultEditWindowOpenParameters(java.lang.String prjId)
Deprecated. Get parameters for JavaScript window.open call for the default edit form |
java.io.InputStream |
getFormCreat(java.lang.String FormType,
IResourceContext context)
Deprecated. Get a form to create a new resource of the appropriate type |
java.io.InputStream |
getFormDisplay(java.lang.String FormType,
IResource resource)
Deprecated. Get an display forms from the xmlforms framework |
java.lang.String |
getFormDisplayName(java.lang.String prjId,
java.lang.String form,
java.util.Locale locale)
Deprecated. Finds the localized display name of a form. |
java.io.InputStream |
getFormEdit(java.lang.String FormType,
IResource resource)
Deprecated. Get an edit forms from the xmlforms framework |
java.lang.String |
getFormTypeFromResource(IResource res)
Deprecated. Get from id from resource type |
java.util.HashMap |
getFormTypes()
Deprecated. Get all defined form IDs from the xmlforms framework |
java.util.HashMap |
getFormTypes(IResource collection)
Deprecated. Get defined form IDs from the xmlforms framework |
java.lang.String |
getGlobalConfigProperty(java.lang.String paramKey)
Deprecated. Gets a global parameter of the xml forms framework or xfbuilder from the cm configuration |
java.lang.String |
getProjectDisplayName(java.lang.String prjId,
java.util.Locale locale)
Deprecated. Finds the localized display name of a project. |
java.lang.String |
getWindowOpenParameters(java.lang.String prjId,
java.lang.String form)
Deprecated. Get parameters for JavaScript window.open call |
IXMLFormManager |
getXMLFormManager()
Deprecated. Get the native xml forms framework form manager |
java.util.Date |
getXSLLastModified(java.lang.String ProjectID,
java.lang.String XSLName)
Deprecated. return modification date of a transformation of a given project |
void |
invalidateResourceBundles(java.lang.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(java.lang.String prjId,
java.lang.String form,
java.lang.String tmpDir)
Deprecated. Returns, whether a form is only a HTML fragment or a full HTML page |
boolean |
isXSLModified(java.lang.String ProjectID,
java.lang.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(java.lang.String NewProject)
Deprecated. |
| Methods inherited from interface com.sapportals.wcm.service.IService |
getDescription, getDescription, getID |
| Field Detail |
public static final java.lang.String GLOBAL_CONFIG_PRO_XMLFORMS_HOME
public static final java.lang.String GLOBAL_CONFIG_PRO_XFBUILDER_HELP
public static final java.lang.String GLOBAL_CONFIG_PRO_FORMS_PATH
public static final java.lang.String GLOBAL_CONFIG_PRO_ALLOW_HTML
| Method Detail |
public IXMLFormManager getXMLFormManager()
throws java.lang.Exception
public java.lang.String getFormTypeFromResource(IResource res)
throws WcmException
public java.util.HashMap getFormTypes()
throws WcmException
public java.util.HashMap getFormTypes(IResource collection)
throws WcmException
collectionurl, - if defined the types allowed for this folder are returned
public void reloadAllFormTypes()
throws WcmException
public void reloadAllFormTypes(java.lang.String NewProject)
throws WcmException
public boolean isApplicable(IResource res)
throws WcmException
res - resource to check
public java.io.InputStream getFormCreat(java.lang.String FormType,
IResourceContext context)
throws java.lang.Exception
FormType - id of the form to be generatedrescontext - collection resource context
public java.io.InputStream getFormDisplay(java.lang.String FormType,
IResource resource)
throws java.lang.Exception
FormType - id of the form to be generatedresourceurl - url of the resource to be displayed
public java.io.InputStream getFormEdit(java.lang.String FormType,
IResource resource)
throws java.lang.Exception
FormType - id of the form to be generatedresourceurl - url of the resource to be displayed
public java.lang.String getWindowOpenParameters(java.lang.String prjId,
java.lang.String form)
prjId - the project idform - the form namepublic java.lang.String getDefaultEditWindowOpenParameters(java.lang.String prjId)
prjId - the project idpublic java.lang.String getDefaultDisplayWindowOpenParameters(java.lang.String prjId)
prjId - the project id
public boolean isHTMLFragment(java.lang.String prjId,
java.lang.String form,
java.lang.String tmpDir)
prjId - the project idform - the form name
public java.lang.String getProjectDisplayName(java.lang.String prjId,
java.util.Locale locale)
prjId - the ID of the project, for which the display name is requestedlocale - the Locale to use
public java.lang.String getFormDisplayName(java.lang.String prjId,
java.lang.String form,
java.util.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 usepublic void invalidateResourceBundles(java.lang.String prjId)
prjId - the ID of the project, for which ResourceBundles have changed. If prjId is null,
the complete cache will be invalidated.public java.lang.String getGlobalConfigProperty(java.lang.String paramKey)
paramKey - Key of the parameter to retive
public boolean isXSLModified(java.lang.String ProjectID,
java.lang.String XSLName)
ProjectID - xml forms project id e.g. "SAP_DemoNews"XSLName - xml forms xsl name e.g. "SAP_DemoNewsShow.xsl"
public java.util.Date getXSLLastModified(java.lang.String ProjectID,
java.lang.String XSLName)
ProjectID - xml forms project id e.g. "SAP_DemoNews"XSLName - xml forms xsl name e.g. "SAP_DemoNewsShow.xsl"public boolean checkGlobalResourceFile(java.lang.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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||