Package | Description |
---|---|
org.sistema.cs.doc |
All persistent classes from this package will be removed
(21-apr-2019 Juan Díaz)
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<JCSDocType,java.lang.String> |
DocModule.docReferencesShort
Map of document types and their unique identifier
as defined on the database.
|
protected java.util.Map<JCSDocType,java.lang.Integer> |
DocModule.docTypesA
Map of document types and its assigned unique identifier
|
protected java.util.Map<java.lang.Integer,JCSDocType> |
DocModule.docTypesB
Map of document types and its assigned unique identifier
|
Modifier and Type | Method and Description |
---|---|
JCSDocType |
DocModule.getDocType(IDoc d)
Retrieves the enum type of a given document
|
JCSDocType |
DocModule.getDocType(IDocType type)
Retrieves the type enum of a document type
|
JCSDocType |
DocModule.getDocType(int id)
Retrieves the enum of the identifier
of a document type
|
static JCSDocType |
JCSDocType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JCSDocType[] |
JCSDocType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DocModule.addDocType(JCSDocType t,
int id)
Sets the identifier of a given document type.
|
int |
DocModule.getDocTypeId(JCSDocType t)
Retrieves the identifier of a document type.
|
java.lang.String |
DocModule.getReferenceShort(JCSDocType t)
Retrieves the symbol to reference a document type
|