|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constant definitions for letters template edition.
Field Summary | |
static int |
CONTROLTIMEOUT
Control timeout in lettertemplate and in Instantbank ears. |
static int |
EXIT
Goes to another URL. |
static java.lang.String[] |
FONTALTNAME
Altern names for fonts. |
static java.lang.String[] |
FONTFAMILY
Standard font families corresponding to font names. |
static java.lang.String[] |
FONTNAME
Named fonts for the template editor. |
static java.lang.String[] |
FONTSIZE
Font sizes |
static int |
GENERATEPDF
Generates Pdf. |
static int |
LOAD
|
static int |
LOADCATEGORIES
Load < code, name> of existing categories in the current company. |
static int |
LOADCODESTAMP
Loads code and stamps of a template and components identified by its category, print type and name --in the case of the template-- and by their print type and name --in the case of the components--. |
static int |
LOADCOMPCODE
Load [code, stamp] for a component given its type, printType and name. |
static int |
LOADCOMPDESCR
Loads code and description of all components, for the current company, for the specified component type and print type. |
static int |
LOADCOMPONENT
Loads a component after its code. |
static int |
LOADIMG
Loads an image of the current company, given its name. |
static int |
LOADIMGNAMES
Load available images names from the images repository. |
static int |
LOADTEMPL
Load a full Template starting from its code. |
static int |
LOADTEMPLCODES
Loads code and stamp of one template and its components given the template's code. |
static int |
LOADTEMPLNAMES
Loads < code,names> for all templates in a given category and print type. |
static int |
LOADVARIABLEFORMATS
Load variable formats. |
static int |
LOADVARIABLES
Load loan variables. |
static int |
SAVEAS
|
static int |
SAVEWITHNEW
|
static int |
STORECOMPONENT
Stores a given component. |
static int |
STORECOMPONENTAS
Stores a component related to a given template, eventually changing one of the template's original components. |
static int |
STORETEMPLATE
Stores a full template and returns < code,stamps> of the template and its components. |
Field Detail |
public static final int LOADCATEGORIES
TemplateEditorServlet.loadCategories(String,ObjectOutputStream)
public static final int LOADCODESTAMP
TemplateEditorServlet.loadCodesStamps(ObjectInputStream,ObjectOutputStream)
public static final int LOADTEMPL
TemplateEditorServlet.loadTemplate(HttpServletRequest,ObjectInputStream,ObjectOutputStream)
public static final int LOADTEMPLNAMES
TemplateEditorServlet.loadTemplatesDescription(ObjectInputStream,ObjectOutputStream)
public static final int LOADTEMPLCODES
TemplateEditorServlet.loadTemplateCodes(ObjectInputStream,ObjectOutputStream)
public static final int STORETEMPLATE
TemplateEditorServlet.storeTemplate(String,ObjectInputStream,ObjectOutputStream)
public static final int LOADCOMPONENT
TemplateEditorServlet.loadComponent(HttpServletRequest,ObjectInputStream,ObjectOutputStream)
public static final int LOADCOMPDESCR
TemplateEditorServlet.loadComponentsDescription(ObjectInputStream,ObjectOutputStream)
public static final int LOADCOMPCODE
TemplateEditorServlet.loadComponentCode(ObjectInputStream,ObjectOutputStream)
public static final int STORECOMPONENT
TemplateEditorServlet.storeComponent(String,ObjectInputStream,ObjectOutputStream)
public static final int STORECOMPONENTAS
TemplateEditorServlet.storeComponentAs(String,ObjectInputStream,ObjectOutputStream)
public static final int LOADIMG
TemplateEditorServlet.loadImageRepository(ObjectInputStream,ObjectOutputStream)
public static final int LOADIMGNAMES
TemplateEditorServlet.loadImagesNamesRepository(String,ObjectInputStream,ObjectOutputStream)
public static final int LOADVARIABLES
TemplateEditorServlet.loadVariables(ObjectOutputStream)
public static final int LOADVARIABLEFORMATS
TemplateEditorServlet.loadVariableFormats(ObjectOutputStream)
public static final int GENERATEPDF
public static final int CONTROLTIMEOUT
public static final int EXIT
public static final java.lang.String[] FONTNAME
public static final java.lang.String[] FONTFAMILY
public static final java.lang.String[] FONTALTNAME
public static final java.lang.String[] FONTSIZE
public static final int SAVEAS
public static final int LOAD
public static final int SAVEWITHNEW
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |