com.instantbank.lettertemplate.editor.util
Interface LetterOp


public interface LetterOp

Constant definitions for letters template edition.

Author:
InstantBank (Rodrigo Lopez)

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

LOADCATEGORIES

public static final int LOADCATEGORIES
Load < code, name> of existing categories in the current company. They may be kept in the servlet context. See TemplateEditorServlet.loadCategories(String,ObjectOutputStream)

LOADCODESTAMP

public static final 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--. The template and components don't need to be related. See TemplateEditorServlet.loadCodesStamps(ObjectInputStream,ObjectOutputStream)

LOADTEMPL

public static final int LOADTEMPL
Load a full Template starting from its code. See TemplateEditorServlet.loadTemplate(HttpServletRequest,ObjectInputStream,ObjectOutputStream)

LOADTEMPLNAMES

public static final int LOADTEMPLNAMES
Loads < code,names> for all templates in a given category and print type. See TemplateEditorServlet.loadTemplatesDescription(ObjectInputStream,ObjectOutputStream)

LOADTEMPLCODES

public static final int LOADTEMPLCODES
Loads code and stamp of one template and its components given the template's code. See TemplateEditorServlet.loadTemplateCodes(ObjectInputStream,ObjectOutputStream)

STORETEMPLATE

public static final int STORETEMPLATE
Stores a full template and returns < code,stamps> of the template and its components. See TemplateEditorServlet.storeTemplate(String,ObjectInputStream,ObjectOutputStream)

LOADCOMPONENT

public static final int LOADCOMPONENT
Loads a component after its code. See TemplateEditorServlet.loadComponent(HttpServletRequest,ObjectInputStream,ObjectOutputStream)

LOADCOMPDESCR

public static final int LOADCOMPDESCR
Loads code and description of all components, for the current company, for the specified component type and print type. See TemplateEditorServlet.loadComponentsDescription(ObjectInputStream,ObjectOutputStream)

LOADCOMPCODE

public static final int LOADCOMPCODE
Load [code, stamp] for a component given its type, printType and name. See TemplateEditorServlet.loadComponentCode(ObjectInputStream,ObjectOutputStream)

STORECOMPONENT

public static final int STORECOMPONENT
Stores a given component. See TemplateEditorServlet.storeComponent(String,ObjectInputStream,ObjectOutputStream)

STORECOMPONENTAS

public static final int STORECOMPONENTAS
Stores a component related to a given template, eventually changing one of the template's original components. See TemplateEditorServlet.storeComponentAs(String,ObjectInputStream,ObjectOutputStream)

LOADIMG

public static final int LOADIMG
Loads an image of the current company, given its name. See TemplateEditorServlet.loadImageRepository(ObjectInputStream,ObjectOutputStream)

LOADIMGNAMES

public static final int LOADIMGNAMES
Load available images names from the images repository. See TemplateEditorServlet.loadImagesNamesRepository(String,ObjectInputStream,ObjectOutputStream)

LOADVARIABLES

public static final int LOADVARIABLES
Load loan variables. See TemplateEditorServlet.loadVariables(ObjectOutputStream)

LOADVARIABLEFORMATS

public static final int LOADVARIABLEFORMATS
Load variable formats. See TemplateEditorServlet.loadVariableFormats(ObjectOutputStream)

GENERATEPDF

public static final int GENERATEPDF
Generates Pdf.

CONTROLTIMEOUT

public static final int CONTROLTIMEOUT
Control timeout in lettertemplate and in Instantbank ears.

EXIT

public static final int EXIT
Goes to another URL.

FONTNAME

public static final java.lang.String[] FONTNAME
Named fonts for the template editor.

FONTFAMILY

public static final java.lang.String[] FONTFAMILY
Standard font families corresponding to font names.

FONTALTNAME

public static final java.lang.String[] FONTALTNAME
Altern names for fonts.

FONTSIZE

public static final java.lang.String[] FONTSIZE
Font sizes

SAVEAS

public static final int SAVEAS

LOAD

public static final int LOAD

SAVEWITHNEW

public static final int SAVEWITHNEW