MCPcopy Create free account

hub / github.com/JHierrot/openprodoc / functions

Functions5,108 in github.com/JHierrot/openprodoc

↓ 1,287 callersMethodgetAttr
Returns the Attribute of the Record with the specified name @param NameAttr Name of the Attribute to look for @return The Atrribute or null if the Rec
Prodoc/src/prodoc/Record.java:210
↓ 1,112 callersMethodgetValue
@return the Value
Prodoc/src/prodoc/Attribute.java:417
↓ 1,064 callersMethodaddGroup
Add a Group to an ACL @param GroupName Name of the user to be added @param Permision Permission to be assigned @throws PDException if occurs any probl
Prodoc/src/prodoc/PDACL.java:383
↓ 1,029 callersMethodgetDrv
@return the OPD "Driver" Session of the current object @throws PDException In any error
Prodoc/src/prodoc/ObjPD.java:424
↓ 858 callersMethodsetFont
(Font pf)
ProdocWeb/src/java/html/Container.java:94
↓ 821 callersMethodadd
(MenuCol NewMC)
ProdocWeb/src/java/html/Menu.java:54
↓ 670 callersMethodTT
@param Text @return
ProdocSwing/src/prodocswing/forms/MainWin.java:2232
↓ 650 callersMethodgetFontDialog
@return
ProdocSwing/src/prodocswing/forms/MainWin.java:1898
↓ 605 callersMethodequals
Compares a Record with the current record @param rec Record to compare @return true when ALL the Attributes (with its types and values are equal
Prodoc/src/prodoc/Record.java:58
↓ 586 callersMethodDebug
Logs at DEBUG Level @param s Text to log
Prodoc/src/prodoc/PDLog.java:101
↓ 574 callersMethodisDebug
@return the Debug
Prodoc/src/prodoc/PDLog.java:52
↓ 538 callersMethodDrvTT
@param Text @return
ProdocSwing/src/prodocswing/forms/MainWin.java:2219
↓ 497 callersMethodsetValue
@param pValue the Value @throws prodoc.PDException if Attribute is multivalued
Prodoc/src/prodoc/Attribute.java:426
↓ 477 callersMethodTT
@param Req @param Text @return
ProdocWeb2/src/java/OpenProdocUI/SParent.java:269
↓ 471 callersMethodgetCelda
(int pCol, int pFil)
ProdocWeb/src/java/html/Table.java:116
↓ 463 callersMethodAddElem
(Element E)
ProdocWeb/src/java/html/Container.java:51
↓ 412 callersMethodget
Returns the object from the cache updating the timer @param Key index to retrieve @return theobject or nullif it didn't exist
Prodoc/src/prodoc/ObjectsCache.java:67
↓ 361 callersMethodgetName
@return the Name
Prodoc/src/prodoc/Attribute.java:346
↓ 354 callersMethodgetAttr
@return the Attr
ProdocSwing/src/prodocswing/forms/DialogEditDoc.java:1028
↓ 329 callersMethodgetUserName
@return the UserName
Prodoc/src/prodoc/Attribute.java:539
↓ 328 callersMethodgetValue
()
ProdocWeb/src/java/html/Field.java:51
↓ 300 callersMethodaddCondition
Adds a condition to the current level/set @param Cond Condition to add see {@link prodoc.Condition}
Prodoc/src/prodoc/Conditions.java:56
↓ 272 callersMethodTT
@param Req @param Text @return
ProdocWeb/src/java/prodocUI/servlet/SParent.java:292
↓ 257 callersMethodnextAttr
After initialization with {@link #initList()}, allows to travel by the set of Attributes of the Record @return The next Attribute or null if the End o
Prodoc/src/prodoc/Record.java:287
↓ 254 callersMethodgetText
@return the Text
ProdocWeb/src/java/html/MenuCol.java:55
↓ 250 callersMethodgetDescription
@return the Description
Prodoc/src/prodoc/Attribute.java:363
↓ 241 callersMethodaddAttr
Adds an attribute to the current record @param newAttr Attribute to add @throws PDException In any Error (or duplicated Atribute name)
Prodoc/src/prodoc/Record.java:154
↓ 238 callersMethodgetSession
@return the Session
ProdocSwing/src/prodocswing/forms/MainWin.java:89
↓ 230 callersMethodsetValue
(Object pValue)
ProdocWeb/src/java/html/Field.java:56
↓ 227 callersMethodMessage
@param pMessage
ProdocSwing/src/prodocswing/forms/MainWin.java:1952
↓ 212 callersMethodgetUser
@return the User
Prodoc/src/prodoc/ExtConf.java:301
↓ 201 callersMethodGenPDException
creates and thows a new PDException with the information provided @param TextExcep Text of the exception @param OptParam Optional parameter to be adde
Prodoc/src/prodoc/PDException.java:44
↓ 199 callersMethodgetPDId
returns the unique identifier of the document @return the PDId
Prodoc/src/prodoc/PDDocs.java:258
↓ 198 callersMethodgetType
@return the Type
Prodoc/src/prodoc/Attribute.java:379
↓ 195 callersMethodsetEnabled
(boolean Ena)
ProdocSwing/src/prodocswing/ThesField.java:194
↓ 191 callersMethodsetCSSClass
@param CSSClass the CSSClass to set
ProdocWeb/src/java/html/Element.java:121
↓ 187 callersMethodNextRec
Retrieves next record of cursor @param CursorIdent Identifier of cursor to travel @return OPD next Record @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:778
↓ 185 callersMethodtoString
Returns an String showing all the Attributes of the Record @return an String showing all the Attributes of the Record
Prodoc/src/prodoc/Record.java:351
↓ 162 callersMethodGenPDException
creates and thows a new functional PDExceptionFunc with the information provided @param TextExcep Text of the exception @param OptParam Optional param
Prodoc/src/prodoc/PDExceptionFunc.java:44
↓ 162 callersMethodinitList
Starts the counter so a program can travel by the set of Attributes with {@link #nextAttr()}
Prodoc/src/prodoc/Record.java:278
↓ 154 callersMethodput
Stores the object with the corresponding key updating the timer @param Key the index key @param Value to store
Prodoc/src/prodoc/ObjectsCache.java:55
↓ 136 callersMethodLoad
Loads a Term/Thesaurus @param Ident Id of element to load @return a Record containing the loaded term @throws PDException in any error
Prodoc/src/prodoc/PDThesaur.java:822
↓ 136 callersMethodNextRec
Returns the next record of the cursor @param CursorIdent Cursor Identifier @return Next Record or null if there are n more rows @throws PDException In
Prodoc/src/prodoc/DriverGeneric.java:1504
↓ 134 callersMethodTT
@param Req @param Text @return
SoftManOPD/src/java/SoftManagOPDUI/SParent.java:305
↓ 132 callersMethodgetRecSum
Return all the Attributes for the current document type empty or filled (depending if it has been used) if needed loads the definition @return the
Prodoc/src/prodoc/PDDocs.java:740
↓ 131 callersMethodgetPDId
@return the PDId
Prodoc/src/prodoc/PDThesaur.java:171
↓ 126 callersMethodgetSessOPD
@param Req @return
ProdocWeb2/src/java/OpenProdocUI/SParent.java:602
↓ 118 callersMethodCloseCursor
Close a Cursor @param CursorIdent Identifieer of cursor @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:756
↓ 117 callersMethodgetName
@return the Name
ProdocWeb2/src/java/APIRest/beans/Attr.java:56
↓ 117 callersMethodgetType
@return the Type
ProdocWeb2/src/java/APIRest/beans/Attr.java:72
↓ 113 callersMethodNumAttr
Returns the current number of Attributes of the Record @return the current number of Attributes of the Record
Prodoc/src/prodoc/Record.java:241
↓ 112 callersMethodgetName
@return the Name
Prodoc/src/prodoc/PDACL.java:312
↓ 109 callersMethodgetName
@return the Title
Prodoc/src/prodoc/PDThesaur.java:188
↓ 108 callersMethodGenInput
(HttpServletRequest Req,Attribute Attr, boolean ReadOnly, boolean Modif)
ProdocWeb2/src/java/OpenProdocUI/SParent.java:1276
↓ 107 callersMethodError
Logs at ERROR Level @param s Text to log
Prodoc/src/prodoc/PDLog.java:119
↓ 95 callersMethodLoad
Load the object of the actual type based on the Iden @param Ident Identifier of the objetct to be loaded @return A record with the attributes of the o
Prodoc/src/prodoc/ObjPD.java:378
↓ 95 callersMethodsetTitle
sets the title of the document @param pTitle the new title to set
Prodoc/src/prodoc/PDDocs.java:286
↓ 92 callersFunctionLocaleTrans
(Term)
ProdocWeb2/web/js/OpenProdoc3.0.3.js:3567
↓ 89 callersMethodCopy
Creates a identical copy of he record with the same Attributes and values @return The created copy of the Record @throws PDException In any error
Prodoc/src/prodoc/Record.java:300
↓ 88 callersMethodgetDescription
@return the Description
Prodoc/src/prodoc/PDACL.java:329
↓ 88 callersMethodgetElement
@param n @return
ProdocSwing/src/prodocswing/PDTableModel.java:194
↓ 86 callersMethodgetPDId
@return the PDId
Prodoc/src/prodoc/PDFolders.java:193
↓ 86 callersMethodgetSelectedRow
@return
ProdocSwing/src/prodocswing/forms/ListDocs.java:449
↓ 83 callersMethodgetLongStr
@return the LongStr
Prodoc/src/prodoc/Attribute.java:448
↓ 83 callersMethodsetPDId
Sets the unique identifier of the document @param pPDId the new identifier to set. @throws PDExceptionFunc in any error
Prodoc/src/prodoc/PDDocs.java:268
↓ 83 callersMethodsetWidth
(int pWidth)
ProdocWeb/src/java/html/Field.java:145
↓ 81 callersMethodgetName
@return the Name
Prodoc/src/prodoc/PDDocs.java:565
↓ 81 callersMethodgetSession
(HttpServletRequest Req)
ProdocWeb/src/java/prodocServ/ServParent.java:184
↓ 80 callersMethodgetSession
@return
ProdocWeb/src/java/html/Page.java:126
↓ 78 callersMethodisMultivalued
@return the Multivalued
Prodoc/src/prodoc/Attribute.java:915
↓ 77 callersMethodExport
Exports the Attribute value(s) in a fixed format so it can be included in any export process and imported later (in example to/from an .opd file) @ret
Prodoc/src/prodoc/Attribute.java:557
↓ 77 callersMethodOpenCursor
Opens a cursor @param Search @return String identifier of the cursor @throws PDException
Prodoc/src/prodoc/DriverJDBC.java:724
↓ 76 callersMethodgetSessOPD
@param Req @return
ProdocWeb/src/java/prodocUI/servlet/SParent.java:593
↓ 72 callersFunctionLocaleTrans
(Term)
SoftManOPD/web/js/GestSoftOPD1.0.js:1576
↓ 70 callersMethodgetParam
@return the Param
Prodoc/src/prodoc/PDTasksDef.java:428
↓ 69 callersMethodgetRecSum
Return all the Attributes for the current folder type empty or filled (depending if it has been used) if needed loads the definition @return the R
Prodoc/src/prodoc/PDFolders.java:867
↓ 67 callersMethodgetSessOPD
@param Req @return
SoftManOPD/src/java/SoftManagOPDUI/SParent.java:634
↓ 65 callersMethodgetAclList
@return the AclList
Prodoc/src/prodoc/PDUser.java:466
↓ 65 callersMethodisInTransaction
When true the session is in a transaction @return the InTransaction
Prodoc/src/prodoc/DriverGeneric.java:1381
↓ 65 callersMethodremove
remove the object from the cache @param Key Identifier of object to be removed
Prodoc/src/prodoc/ObjectsCache.java:82
↓ 62 callersMethodLoadFull
Load to memory all the elements of a Doc, including all the inherited attributes and multivalued @param Ident Identifier (PDId) of document @return a
Prodoc/src/prodoc/PDDocs.java:1718
↓ 60 callersMethodAnularTrans
Aborts a Transaction @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:482
↓ 59 callersMethodassignValues
Generic "abstract" method for assigning a Record Values to an OPD Object @param Rec Record to be assigned @throws PDException in any error
Prodoc/src/prodoc/ObjPD.java:308
↓ 58 callersMethodCerrarTrans
Ends a transaction @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:464
↓ 58 callersMethodIniciarTrans
Starts a Transaction @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:447
↓ 58 callersMethodsetCursor
@param pDocType @param C
ProdocSwing/src/prodocswing/forms/ListDocs.java:485
↓ 57 callersMethodgetIdPath
Travels by the path to find the Id of last folder in path @param FoldName name of child folder @return the Id of the last folder in the path @throws P
Prodoc/src/prodoc/PDFolders.java:1424
↓ 57 callersMethodgetName
@return the Name
OPDAPIRest/src/java/APIRest/beans/Attr.java:56
↓ 56 callersMethodCloseCursor
Closes the cursor, calling also to {@link #delCursor(prodoc.Cursor) } @param CursorIdent Cursor Identifier @throws PDException In any error
Prodoc/src/prodoc/DriverGeneric.java:1511
↓ 56 callersMethodgetFontMenu
@return
ProdocSwing/src/prodocswing/forms/MainWin.java:1865
↓ 55 callersMethodgetDocType
@return the DocType
Prodoc/src/prodoc/PDDocs.java:493
↓ 55 callersMethodgetName
@return the Name
Prodoc/src/prodoc/PDObjDefs.java:246
↓ 54 callersMethodsetMensStatus
(String pMensStatus)
ProdocWeb/src/java/html/Field.java:165
↓ 53 callersMethodInfo
Logs at INFO Level @param s Text to log
Prodoc/src/prodoc/PDLog.java:110
↓ 53 callersMethodgetParam2
@return the Param2
Prodoc/src/prodoc/PDTasksDef.java:641
↓ 52 callersMethodassignValues
Assign the values of the record to the fields of the object @param Rec values to assign @throws PDException In any error
Prodoc/src/prodoc/PDDocs.java:228
↓ 52 callersMethodsetHeight
(int pHeight)
ProdocWeb/src/java/html/Field.java:150
↓ 51 callersMethodgetRol
@return the a COPY of the Rol (for security reasons to avoid manipulation the rol is loaded by PDUser) @throws PDException in any error
Prodoc/src/prodoc/PDUser.java:751
↓ 51 callersMethodgetTableName
static equivalent method to getTabName() that returns the name @return the name of the table for the default folder type
Prodoc/src/prodoc/PDFolders.java:252
↓ 50 callersMethodLoad
Loads a document identified by the PDId for the user that locked the document, loads the PWC @param Ident identifier (PDID) of the document to load @r
Prodoc/src/prodoc/PDDocs.java:1577
next →1–100 of 5,108, ranked by callers