|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Delegate for the UI to process documents with. Allows customers to substitute
site specific processing.
Supported API: true
Extendable: true
Method Detail |
public Templateable createFromTemplate(Templateable objTemplate, HashMap nameValueData, Locale locale, String applicationName) throws WTException
objTemplate
- The template to create the object from.nameValueData
- Name value pairs from the UI.locale
- The locale of the client, used to return some of the strings in the locale of the client.applicationName
- Name of application to branch on to the different delegates for the checkout of the document. This is not used to branch on for any of the template objects.
WTException
public Templateable createTemplate(TypeIdentifier objType, HashMap nameValueData, Locale locale) throws WTException
objType
- Soft type to use for the new template.nameValueData
- Name value pairs of data from the UI.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public Persistable[] getTemplates(Class objClass, String context, Locale locale) throws WTException
objClass
- The class of the object that the template list is requested for.context
- The product or repository that this is requested from.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public TypeIdentifier[] getTemplateTypes(Class objClass, String context, Locale locale) throws WTException
objClass
- The class of the object that the template list is requested for.context
- The product or repository that this is requested from.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public HashMap getCreateTemplateAttributes(WTContainer context, TypeIdentifier objType, HashMap hashMap, Locale locale) throws WTException
context
- Container to create the document in.objType
- Soft type to use for the new document.hashMap
- Either a started hash map for the data or null if one is to be created inside of this method.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public HashMap getCreateFromTemplateAttributes(WTContainer context, Templateable objTemplate, HashMap hashMap, Locale locale) throws WTException
context
- Container to create the document in.objTemplate
- The template to create the object from.hashMap
- Either a started hash map for the data or null if one is to be created inside of this method.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public HashMap getUpdateTemplateAttributes(Templateable object, HashMap hashMap, Locale locale) throws WTException
object
- The template to be updated.hashMap
- Either a started hash map for the data or null if one is to be created inside of this method.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public HashMap getDetailsTemplateAttributes(Templateable object, HashMap hashMap, ClientConfiguration clientInfo, Locale locale) throws WTException
object
- The template to be displayed.hashMap
- Either a started hash map for the data or null if one is to be created inside of this method.clientInfo
- Information from the client application.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public HashMap getCheckinTemplateAttributes(Templateable object, HashMap hashMap, Locale locale) throws WTException
object
- The template to be checked in.hashMap
- Either a started hash map for the data or null if one is to be created inside of this method.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |