| Modifier and Type | Method and Description | 
|---|---|
| static void | SvcSendMail. sendDocumentJavaMail(CLBrowser browser,
                    javax.mail.Address to,
                    javax.mail.Address from,
                    javax.mail.Address[] cc,
                    java.lang.String documentName,
                    java.lang.String lang,
                    java.util.Map values)Sends mail synchronously
 Internally uses  SendMail.sendJavaMail | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AlertHelper. insertAlert(java.lang.String text,
           java.lang.Long targetEmployee,
           java.lang.Long targetEmpGroup,
           java.util.Date activation,
           java.util.Date deactivation,
           java.lang.Integer status,
           Instance focus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OMSActionHelper. insertActionItem(Instance actionItem,
                SvcContext sc,
                Instance focus) | 
| void | OMSActionHelper. insertOrUpdateActionItem(Instance ai,
                        SvcContext sc,
                        Instance focus)Query for an action item for a focus. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | OMBrowserBean. saveAttachment(java.lang.String name,
              byte[] data,
              long oid,
              long focusType,
              long focusId) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | DataAccessDelegate. deleteFile(OMSAction action) | 
| java.lang.String | DataAccessDelegate. onEvent(OMSEvent e) | 
| void | DataAccessDelegate. save(OMSAction action) | 
| boolean | DataAccessDelegate. saveFile(OMSAction action) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | CLBrowserImpl. create(DataInstance i) | 
| long | SSBrowser. create(Instance i) | 
| long | CLBrowserImpl. create(Instance i) | 
| abstract long | CLBrowserBase. create(Instance i) | 
| long | CLBrowser. create(Instance i) | 
| int | CLBrowserImpl. delete(DataInstance i) | 
| int | SSBrowser. delete(Instance i) | 
| int | CLBrowserImpl. delete(Instance i) | 
| int | CLBrowser. delete(Instance i) | 
| InstanceSet | SSBrowser. executeText(java.lang.String text) | 
| void | SSBrowser. executeTextNoReturn(java.lang.String text) | 
| int | SSBrowser. saveAttachment(java.lang.String name,
              byte[] data,
              long oid,
              long focusType,
              long focusId) | 
| int | CLBrowserImpl. saveFile(java.lang.String filename,
        java.lang.String scontent,
        ClassVO classvo,
        DataInstance instance) | 
| int | CLBrowserImpl. saveFile(java.lang.String filename,
        java.lang.String scontent,
        ClassVO classvo,
        Instance instance) | 
| int | CLBrowser. saveFile(java.lang.String filename,
        java.lang.String scontent,
        ClassVO classvo,
        Instance instance) | 
| boolean | CLBrowserBase. saveList(ListVO listvo) | 
| boolean | CLBrowser. saveList(ListVO list) | 
| void | CLBrowserBase. setDescription(ClassVO c,
              DescriptionVO v) | 
| void | CLBrowser. setDescription(ClassVO clsvo,
              DescriptionVO descvo) | 
| void | CLBrowserBase. setDescription(PropertyVO p,
              DescriptionVO v) | 
| void | CLBrowser. setDescription(PropertyVO propvo,
              DescriptionVO descvo) | 
| void | CLBrowserBase. setDescription(RelationVO relvo,
              DescriptionVO descvo,
              boolean direct) | 
| void | CLBrowser. setDescription(RelationVO propvo,
              DescriptionVO descvo,
              boolean direct) | 
| static void | OLTest. testLists() | 
| int | CLBrowserImpl. update(DataInstance i) | 
| int | SSBrowser. update(Instance i) | 
| int | CLBrowserImpl. update(Instance i) | 
| abstract int | CLBrowserBase. update(Instance i) | 
| int | CLBrowser. update(Instance i) | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyVO | ClassVO. getDependentProperty(PropertyVO p)For multilevel lists, several properties in a class 
 are associated with the same list, with different levels. | 
| int | PropertyVO. getListLevel()If property type1 is list, returns the list level. | 
| java.lang.String | PropertyVO. getListName()If property type1 is list, returns the list name. | 
| Modifier and Type | Method and Description | 
|---|---|
| Instance | Doc. getDoc(java.lang.String documentName,
      java.lang.String lang) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | OMSBrowser. create(Instance newInstance) | 
| long | Browser. create(Instance i)Deprecated.  | 
| int | OMSBrowser. delete(Instance theInstance) | 
| int | Browser. delete(Instance i)Deprecated.  | 
| java.lang.Object | OMSBrowser. executeBatch(java.lang.String sql,
            ResultsHandler processor) | 
| java.lang.Object | Browser. executeBatch(java.lang.String sql,
            ResultsHandler processor)Deprecated.  | 
| InstanceSet | OMSBrowser. executeText(java.lang.String text) | 
| void | OMSBrowser. executeTextNoReturn(java.lang.String text) | 
| int | OMSBrowser. saveAttachment(java.lang.String name,
              byte[] data,
              long oid,
              long focusType,
              long focusId) | 
| int | OMSBrowser. update(Instance newInstance) | 
| int | Browser. update(Instance i)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseMB. delete(boolean soft)Deletes this instance from the database | 
| void | UserMB. delete(boolean soft) | 
| void | BaseMB. load(long oid)Loads the instance from database into this object, uses the classname associated to the object
 which is implemented by the abstract getClassname(). | 
| void | UserMB. load(long oid) | 
| void | BaseMB. load(java.lang.String name)Loads from the database to this object, the record given by "name"
 for the class given by getClassname() | 
| void | BaseMB. save()Saves this object to database. | 
| void | UserMB. save() | 
| Constructor and Description | 
|---|
| TimeReportVO(java.util.Calendar c,
            ClassVO trclass,
            Instance inst) |