Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JHierrot/openprodoc
/ functions
Functions
5,108 in github.com/JHierrot/openprodoc
⨍
Functions
5,108
◇
Types & classes
480
↓ 1,287 callers
Method
getAttr
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 callers
Method
getValue
@return the Value
Prodoc/src/prodoc/Attribute.java:417
↓ 1,064 callers
Method
addGroup
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 callers
Method
getDrv
@return the OPD "Driver" Session of the current object @throws PDException In any error
Prodoc/src/prodoc/ObjPD.java:424
↓ 858 callers
Method
setFont
(Font pf)
ProdocWeb/src/java/html/Container.java:94
↓ 821 callers
Method
add
(MenuCol NewMC)
ProdocWeb/src/java/html/Menu.java:54
↓ 670 callers
Method
TT
@param Text @return
ProdocSwing/src/prodocswing/forms/MainWin.java:2232
↓ 650 callers
Method
getFontDialog
@return
ProdocSwing/src/prodocswing/forms/MainWin.java:1898
↓ 605 callers
Method
equals
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 callers
Method
Debug
Logs at DEBUG Level @param s Text to log
Prodoc/src/prodoc/PDLog.java:101
↓ 574 callers
Method
isDebug
@return the Debug
Prodoc/src/prodoc/PDLog.java:52
↓ 538 callers
Method
DrvTT
@param Text @return
ProdocSwing/src/prodocswing/forms/MainWin.java:2219
↓ 497 callers
Method
setValue
@param pValue the Value @throws prodoc.PDException if Attribute is multivalued
Prodoc/src/prodoc/Attribute.java:426
↓ 477 callers
Method
TT
@param Req @param Text @return
ProdocWeb2/src/java/OpenProdocUI/SParent.java:269
↓ 471 callers
Method
getCelda
(int pCol, int pFil)
ProdocWeb/src/java/html/Table.java:116
↓ 463 callers
Method
AddElem
(Element E)
ProdocWeb/src/java/html/Container.java:51
↓ 412 callers
Method
get
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 callers
Method
getName
@return the Name
Prodoc/src/prodoc/Attribute.java:346
↓ 354 callers
Method
getAttr
@return the Attr
ProdocSwing/src/prodocswing/forms/DialogEditDoc.java:1028
↓ 329 callers
Method
getUserName
@return the UserName
Prodoc/src/prodoc/Attribute.java:539
↓ 328 callers
Method
getValue
()
ProdocWeb/src/java/html/Field.java:51
↓ 300 callers
Method
addCondition
Adds a condition to the current level/set @param Cond Condition to add see {@link prodoc.Condition}
Prodoc/src/prodoc/Conditions.java:56
↓ 272 callers
Method
TT
@param Req @param Text @return
ProdocWeb/src/java/prodocUI/servlet/SParent.java:292
↓ 257 callers
Method
nextAttr
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 callers
Method
getText
@return the Text
ProdocWeb/src/java/html/MenuCol.java:55
↓ 250 callers
Method
getDescription
@return the Description
Prodoc/src/prodoc/Attribute.java:363
↓ 241 callers
Method
addAttr
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 callers
Method
getSession
@return the Session
ProdocSwing/src/prodocswing/forms/MainWin.java:89
↓ 230 callers
Method
setValue
(Object pValue)
ProdocWeb/src/java/html/Field.java:56
↓ 227 callers
Method
Message
@param pMessage
ProdocSwing/src/prodocswing/forms/MainWin.java:1952
↓ 212 callers
Method
getUser
@return the User
Prodoc/src/prodoc/ExtConf.java:301
↓ 201 callers
Method
GenPDException
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 callers
Method
getPDId
returns the unique identifier of the document @return the PDId
Prodoc/src/prodoc/PDDocs.java:258
↓ 198 callers
Method
getType
@return the Type
Prodoc/src/prodoc/Attribute.java:379
↓ 195 callers
Method
setEnabled
(boolean Ena)
ProdocSwing/src/prodocswing/ThesField.java:194
↓ 191 callers
Method
setCSSClass
@param CSSClass the CSSClass to set
ProdocWeb/src/java/html/Element.java:121
↓ 187 callers
Method
NextRec
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 callers
Method
toString
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 callers
Method
GenPDException
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 callers
Method
initList
Starts the counter so a program can travel by the set of Attributes with {@link #nextAttr()}
Prodoc/src/prodoc/Record.java:278
↓ 154 callers
Method
put
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 callers
Method
Load
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 callers
Method
NextRec
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 callers
Method
TT
@param Req @param Text @return
SoftManOPD/src/java/SoftManagOPDUI/SParent.java:305
↓ 132 callers
Method
getRecSum
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 callers
Method
getPDId
@return the PDId
Prodoc/src/prodoc/PDThesaur.java:171
↓ 126 callers
Method
getSessOPD
@param Req @return
ProdocWeb2/src/java/OpenProdocUI/SParent.java:602
↓ 118 callers
Method
CloseCursor
Close a Cursor @param CursorIdent Identifieer of cursor @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:756
↓ 117 callers
Method
getName
@return the Name
ProdocWeb2/src/java/APIRest/beans/Attr.java:56
↓ 117 callers
Method
getType
@return the Type
ProdocWeb2/src/java/APIRest/beans/Attr.java:72
↓ 113 callers
Method
NumAttr
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 callers
Method
getName
@return the Name
Prodoc/src/prodoc/PDACL.java:312
↓ 109 callers
Method
getName
@return the Title
Prodoc/src/prodoc/PDThesaur.java:188
↓ 108 callers
Method
GenInput
(HttpServletRequest Req,Attribute Attr, boolean ReadOnly, boolean Modif)
ProdocWeb2/src/java/OpenProdocUI/SParent.java:1276
↓ 107 callers
Method
Error
Logs at ERROR Level @param s Text to log
Prodoc/src/prodoc/PDLog.java:119
↓ 95 callers
Method
Load
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 callers
Method
setTitle
sets the title of the document @param pTitle the new title to set
Prodoc/src/prodoc/PDDocs.java:286
↓ 92 callers
Function
LocaleTrans
(Term)
ProdocWeb2/web/js/OpenProdoc3.0.3.js:3567
↓ 89 callers
Method
Copy
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 callers
Method
getDescription
@return the Description
Prodoc/src/prodoc/PDACL.java:329
↓ 88 callers
Method
getElement
@param n @return
ProdocSwing/src/prodocswing/PDTableModel.java:194
↓ 86 callers
Method
getPDId
@return the PDId
Prodoc/src/prodoc/PDFolders.java:193
↓ 86 callers
Method
getSelectedRow
@return
ProdocSwing/src/prodocswing/forms/ListDocs.java:449
↓ 83 callers
Method
getLongStr
@return the LongStr
Prodoc/src/prodoc/Attribute.java:448
↓ 83 callers
Method
setPDId
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 callers
Method
setWidth
(int pWidth)
ProdocWeb/src/java/html/Field.java:145
↓ 81 callers
Method
getName
@return the Name
Prodoc/src/prodoc/PDDocs.java:565
↓ 81 callers
Method
getSession
(HttpServletRequest Req)
ProdocWeb/src/java/prodocServ/ServParent.java:184
↓ 80 callers
Method
getSession
@return
ProdocWeb/src/java/html/Page.java:126
↓ 78 callers
Method
isMultivalued
@return the Multivalued
Prodoc/src/prodoc/Attribute.java:915
↓ 77 callers
Method
Export
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 callers
Method
OpenCursor
Opens a cursor @param Search @return String identifier of the cursor @throws PDException
Prodoc/src/prodoc/DriverJDBC.java:724
↓ 76 callers
Method
getSessOPD
@param Req @return
ProdocWeb/src/java/prodocUI/servlet/SParent.java:593
↓ 72 callers
Function
LocaleTrans
(Term)
SoftManOPD/web/js/GestSoftOPD1.0.js:1576
↓ 70 callers
Method
getParam
@return the Param
Prodoc/src/prodoc/PDTasksDef.java:428
↓ 69 callers
Method
getRecSum
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 callers
Method
getSessOPD
@param Req @return
SoftManOPD/src/java/SoftManagOPDUI/SParent.java:634
↓ 65 callers
Method
getAclList
@return the AclList
Prodoc/src/prodoc/PDUser.java:466
↓ 65 callers
Method
isInTransaction
When true the session is in a transaction @return the InTransaction
Prodoc/src/prodoc/DriverGeneric.java:1381
↓ 65 callers
Method
remove
remove the object from the cache @param Key Identifier of object to be removed
Prodoc/src/prodoc/ObjectsCache.java:82
↓ 62 callers
Method
LoadFull
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 callers
Method
AnularTrans
Aborts a Transaction @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:482
↓ 59 callers
Method
assignValues
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 callers
Method
CerrarTrans
Ends a transaction @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:464
↓ 58 callers
Method
IniciarTrans
Starts a Transaction @throws PDException In any error
Prodoc/src/prodoc/DriverJDBC.java:447
↓ 58 callers
Method
setCursor
@param pDocType @param C
ProdocSwing/src/prodocswing/forms/ListDocs.java:485
↓ 57 callers
Method
getIdPath
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 callers
Method
getName
@return the Name
OPDAPIRest/src/java/APIRest/beans/Attr.java:56
↓ 56 callers
Method
CloseCursor
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 callers
Method
getFontMenu
@return
ProdocSwing/src/prodocswing/forms/MainWin.java:1865
↓ 55 callers
Method
getDocType
@return the DocType
Prodoc/src/prodoc/PDDocs.java:493
↓ 55 callers
Method
getName
@return the Name
Prodoc/src/prodoc/PDObjDefs.java:246
↓ 54 callers
Method
setMensStatus
(String pMensStatus)
ProdocWeb/src/java/html/Field.java:165
↓ 53 callers
Method
Info
Logs at INFO Level @param s Text to log
Prodoc/src/prodoc/PDLog.java:110
↓ 53 callers
Method
getParam2
@return the Param2
Prodoc/src/prodoc/PDTasksDef.java:641
↓ 52 callers
Method
assignValues
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 callers
Method
setHeight
(int pHeight)
ProdocWeb/src/java/html/Field.java:150
↓ 51 callers
Method
getRol
@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 callers
Method
getTableName
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 callers
Method
Load
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