org.evolvis
Class GForgeAPIBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.evolvis.GForgeAPIBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, GForgeAPIPortType

public class GForgeAPIBindingStub
extends org.apache.axis.client.Stub
implements GForgeAPIPortType


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
GForgeAPIBindingStub()
           
GForgeAPIBindingStub(javax.xml.rpc.Service service)
           
GForgeAPIBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 int addArtifact(java.lang.String session_ser, int group_id, int group_artifact_id, int status_id, int priority, int assigned_to, java.lang.String summary, java.lang.String details, ArtifactExtraFieldsData[] extra_fields)
           
 int addArtifactFile(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id, java.lang.String base64_contents, java.lang.String description, java.lang.String filename, java.lang.String filetype)
           
 int addArtifactMessage(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id, java.lang.String body)
           
 int addDocument(java.lang.String session_ser, int group_id, int doc_group, java.lang.String title, java.lang.String description, int language_id, java.lang.String base64_contents, java.lang.String filename, java.lang.String file_url)
           
 int addDocumentGroup(java.lang.String session_ser, int group_id, java.lang.String groupname, int parent_doc_group)
           
 java.lang.String addFile(java.lang.String session_ser, int group_id, int package_id, int release_id, java.lang.String name, java.lang.String base64_contents, int type_id, int processor_id, int release_time)
           
 int addPackage(java.lang.String session_ser, int group_id, java.lang.String package_name, int is_public)
           
 int addProjectMessage(java.lang.String session_ser, int group_id, int group_project_id, int project_task_id, java.lang.String body)
           
 int addProjectTask(java.lang.String session_ser, int group_id, int group_project_id, java.lang.String summary, java.lang.String details, int priority, int hours, int start_date, int end_date, int category_id, int percent_complete, int[] assigned_to, int[] dependent_on, int duration, int parent_id)
           
 int addRelease(java.lang.String session_ser, int group_id, int package_id, java.lang.String name, java.lang.String notes, java.lang.String changes, int release_date)
           
 int artifactCreateView(java.lang.String session_ser, int group_id, int group_artifact_id, java.lang.String name, int status, int[] assignee, java.lang.String moddaterange, java.lang.String sort_col, java.lang.String sort_ord, ArtifactExtraFieldsData[] extra_fields, java.lang.String opendaterange, java.lang.String closedaterange)
           
 boolean artifactDelete(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id)
           
 boolean artifactDeleteView(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_query_id)
           
 boolean artifactFileDelete(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id, int file_id)
           
 ArtifactChangeLog[] artifactGetChangeLog(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id)
           
 ArtifactQuery[] artifactGetViews(java.lang.String session_ser, int group_id, int group_artifact_id)
           
 boolean artifactIsMonitoring(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id)
           
 boolean artifactSetMonitor(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id)
           
 boolean artifactSetView(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_query_id)
           
 boolean artifactTypeIsMonitoring(java.lang.String session_ser, int group_id, int group_artifact_id)
           
 int artifactUpdateView(java.lang.String session_ser, int group_id, int group_artifact_id, int query_id, java.lang.String name, int status, int[] assignee, java.lang.String moddaterange, java.lang.String sort_col, java.lang.String sort_ord, ArtifactExtraFieldsData[] extra_fields, java.lang.String opendaterange, java.lang.String closedaterange)
           
protected  org.apache.axis.client.Call createCall()
           
 boolean documentDelete(java.lang.String session_ser, int group_id, int doc_id)
           
 java.lang.String getArtifactFileData(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id, int file_id)
           
 ArtifactFile[] getArtifactFiles(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id)
           
 ArtifactMessage[] getArtifactMessages(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id)
           
 Artifact[] getArtifacts(java.lang.String session_ser, int group_id, int group_artifact_id, int assigned_to, int status)
           
 User[] getArtifactTechnicians(java.lang.String session_ser, int group_id, int group_artifact_id)
           
 ArtifactType[] getArtifactTypes(java.lang.String session_ser, int group_id)
           
 DocumentFile[] getDocumentFiles(java.lang.String session_ser, int group_id, int doc_id)
           
 DocumentGroup getDocumentGroup(java.lang.String session_ser, int group_id, int doc_group)
           
 DocumentGroup[] getDocumentGroups(java.lang.String session_ser, int group_id)
           
 DocumentLanguage[] getDocumentLanguages(java.lang.String session_ser)
           
 Document[] getDocuments(java.lang.String session_ser, int group_id, int doc_group)
           
 DocumentState[] getDocumentStates(java.lang.String session_ser)
           
 java.lang.String getFile(java.lang.String session_ser, int group_id, int package_id, int release_id, int file_id)
           
 FRSFile[] getFiles(java.lang.String session_ser, int group_id, int package_id, int release_id)
           
 Group[] getGroups(java.lang.String session_ser, int[] group_ids)
           
 Group[] getGroupsByName(java.lang.String session_ser, java.lang.String[] group_names)
           
 FRSPackage[] getPackages(java.lang.String session_ser, int group_id)
           
 ProjectGroup[] getProjectGroups(java.lang.String session_ser, int group_id)
           
 ProjectMessage[] getProjectMessages(java.lang.String session_ser, int group_id, int group_project_id, int project_task_id)
           
 ProjectCategory[] getProjectTaskCategories(java.lang.String session_ser, int group_id, int group_project_id)
           
 ProjectTask[] getProjectTasks(java.lang.String session_ser, int group_id, int group_project_id, int assigned_to, int status, int category, int group)
           
 User[] getProjectTechnicians(java.lang.String session_ser, int group_id, int group_project_id)
           
 java.lang.String[] getPublicProjectNames(java.lang.String session_ser)
           
 FRSRelease[] getReleases(java.lang.String session_ser, int group_id, int package_id)
           
 User[] getUsers(java.lang.String session_ser, int[] user_ids)
           
 User[] getUsersByName(java.lang.String session_ser, java.lang.String[] user_ids)
           
 java.lang.String login(java.lang.String userid, java.lang.String passwd)
           
 java.lang.String logout(java.lang.String session_ser)
           
 int updateArtifact(java.lang.String session_ser, int group_id, int group_artifact_id, int artifact_id, int status_id, int priority, int assigned_to, java.lang.String summary, java.lang.String details, int new_artifact_type_id, ArtifactExtraFieldsData[] extra_fields_data)
           
 boolean updateDocument(java.lang.String session_ser, int group_id, int doc_group, int doc_id, java.lang.String title, java.lang.String description, int language_id, java.lang.String base64_contents, java.lang.String filename, java.lang.String file_url, int state_id)
           
 boolean updateDocumentGroup(java.lang.String session_ser, int group_id, int doc_group, java.lang.String new_groupname, int new_parent_doc_group)
           
 int updateProjectTask(java.lang.String session_ser, int group_id, int group_project_id, int project_task_id, java.lang.String summary, java.lang.String details, int priority, int hours, int start_date, int end_date, int status_id, int category_id, int percent_complete, int[] assigned_to, int[] dependent_on, int new_group_project_id, int duration, int parent_id)
           
 Group[] userGetGroups(java.lang.String session_ser, int user_id)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GForgeAPIBindingStub

public GForgeAPIBindingStub()
                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

GForgeAPIBindingStub

public GForgeAPIBindingStub(java.net.URL endpointURL,
                            javax.xml.rpc.Service service)
                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

GForgeAPIBindingStub

public GForgeAPIBindingStub(javax.xml.rpc.Service service)
                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

login

public java.lang.String login(java.lang.String userid,
                              java.lang.String passwd)
                       throws java.rmi.RemoteException
Specified by:
login in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

logout

public java.lang.String logout(java.lang.String session_ser)
                        throws java.rmi.RemoteException
Specified by:
logout in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getGroups

public Group[] getGroups(java.lang.String session_ser,
                         int[] group_ids)
                  throws java.rmi.RemoteException
Specified by:
getGroups in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getGroupsByName

public Group[] getGroupsByName(java.lang.String session_ser,
                               java.lang.String[] group_names)
                        throws java.rmi.RemoteException
Specified by:
getGroupsByName in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getPublicProjectNames

public java.lang.String[] getPublicProjectNames(java.lang.String session_ser)
                                         throws java.rmi.RemoteException
Specified by:
getPublicProjectNames in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getUsers

public User[] getUsers(java.lang.String session_ser,
                       int[] user_ids)
                throws java.rmi.RemoteException
Specified by:
getUsers in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getUsersByName

public User[] getUsersByName(java.lang.String session_ser,
                             java.lang.String[] user_ids)
                      throws java.rmi.RemoteException
Specified by:
getUsersByName in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

userGetGroups

public Group[] userGetGroups(java.lang.String session_ser,
                             int user_id)
                      throws java.rmi.RemoteException
Specified by:
userGetGroups in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getArtifactTypes

public ArtifactType[] getArtifactTypes(java.lang.String session_ser,
                                       int group_id)
                                throws java.rmi.RemoteException
Specified by:
getArtifactTypes in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getArtifacts

public Artifact[] getArtifacts(java.lang.String session_ser,
                               int group_id,
                               int group_artifact_id,
                               int assigned_to,
                               int status)
                        throws java.rmi.RemoteException
Specified by:
getArtifacts in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addArtifact

public int addArtifact(java.lang.String session_ser,
                       int group_id,
                       int group_artifact_id,
                       int status_id,
                       int priority,
                       int assigned_to,
                       java.lang.String summary,
                       java.lang.String details,
                       ArtifactExtraFieldsData[] extra_fields)
                throws java.rmi.RemoteException
Specified by:
addArtifact in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

updateArtifact

public int updateArtifact(java.lang.String session_ser,
                          int group_id,
                          int group_artifact_id,
                          int artifact_id,
                          int status_id,
                          int priority,
                          int assigned_to,
                          java.lang.String summary,
                          java.lang.String details,
                          int new_artifact_type_id,
                          ArtifactExtraFieldsData[] extra_fields_data)
                   throws java.rmi.RemoteException
Specified by:
updateArtifact in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getArtifactFiles

public ArtifactFile[] getArtifactFiles(java.lang.String session_ser,
                                       int group_id,
                                       int group_artifact_id,
                                       int artifact_id)
                                throws java.rmi.RemoteException
Specified by:
getArtifactFiles in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getArtifactFileData

public java.lang.String getArtifactFileData(java.lang.String session_ser,
                                            int group_id,
                                            int group_artifact_id,
                                            int artifact_id,
                                            int file_id)
                                     throws java.rmi.RemoteException
Specified by:
getArtifactFileData in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addArtifactFile

public int addArtifactFile(java.lang.String session_ser,
                           int group_id,
                           int group_artifact_id,
                           int artifact_id,
                           java.lang.String base64_contents,
                           java.lang.String description,
                           java.lang.String filename,
                           java.lang.String filetype)
                    throws java.rmi.RemoteException
Specified by:
addArtifactFile in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactFileDelete

public boolean artifactFileDelete(java.lang.String session_ser,
                                  int group_id,
                                  int group_artifact_id,
                                  int artifact_id,
                                  int file_id)
                           throws java.rmi.RemoteException
Specified by:
artifactFileDelete in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getArtifactMessages

public ArtifactMessage[] getArtifactMessages(java.lang.String session_ser,
                                             int group_id,
                                             int group_artifact_id,
                                             int artifact_id)
                                      throws java.rmi.RemoteException
Specified by:
getArtifactMessages in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addArtifactMessage

public int addArtifactMessage(java.lang.String session_ser,
                              int group_id,
                              int group_artifact_id,
                              int artifact_id,
                              java.lang.String body)
                       throws java.rmi.RemoteException
Specified by:
addArtifactMessage in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getArtifactTechnicians

public User[] getArtifactTechnicians(java.lang.String session_ser,
                                     int group_id,
                                     int group_artifact_id)
                              throws java.rmi.RemoteException
Specified by:
getArtifactTechnicians in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactSetMonitor

public boolean artifactSetMonitor(java.lang.String session_ser,
                                  int group_id,
                                  int group_artifact_id,
                                  int artifact_id)
                           throws java.rmi.RemoteException
Specified by:
artifactSetMonitor in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactIsMonitoring

public boolean artifactIsMonitoring(java.lang.String session_ser,
                                    int group_id,
                                    int group_artifact_id,
                                    int artifact_id)
                             throws java.rmi.RemoteException
Specified by:
artifactIsMonitoring in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactDelete

public boolean artifactDelete(java.lang.String session_ser,
                              int group_id,
                              int group_artifact_id,
                              int artifact_id)
                       throws java.rmi.RemoteException
Specified by:
artifactDelete in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactTypeIsMonitoring

public boolean artifactTypeIsMonitoring(java.lang.String session_ser,
                                        int group_id,
                                        int group_artifact_id)
                                 throws java.rmi.RemoteException
Specified by:
artifactTypeIsMonitoring in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactGetChangeLog

public ArtifactChangeLog[] artifactGetChangeLog(java.lang.String session_ser,
                                                int group_id,
                                                int group_artifact_id,
                                                int artifact_id)
                                         throws java.rmi.RemoteException
Specified by:
artifactGetChangeLog in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactGetViews

public ArtifactQuery[] artifactGetViews(java.lang.String session_ser,
                                        int group_id,
                                        int group_artifact_id)
                                 throws java.rmi.RemoteException
Specified by:
artifactGetViews in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactDeleteView

public boolean artifactDeleteView(java.lang.String session_ser,
                                  int group_id,
                                  int group_artifact_id,
                                  int artifact_query_id)
                           throws java.rmi.RemoteException
Specified by:
artifactDeleteView in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactSetView

public boolean artifactSetView(java.lang.String session_ser,
                               int group_id,
                               int group_artifact_id,
                               int artifact_query_id)
                        throws java.rmi.RemoteException
Specified by:
artifactSetView in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactCreateView

public int artifactCreateView(java.lang.String session_ser,
                              int group_id,
                              int group_artifact_id,
                              java.lang.String name,
                              int status,
                              int[] assignee,
                              java.lang.String moddaterange,
                              java.lang.String sort_col,
                              java.lang.String sort_ord,
                              ArtifactExtraFieldsData[] extra_fields,
                              java.lang.String opendaterange,
                              java.lang.String closedaterange)
                       throws java.rmi.RemoteException
Specified by:
artifactCreateView in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

artifactUpdateView

public int artifactUpdateView(java.lang.String session_ser,
                              int group_id,
                              int group_artifact_id,
                              int query_id,
                              java.lang.String name,
                              int status,
                              int[] assignee,
                              java.lang.String moddaterange,
                              java.lang.String sort_col,
                              java.lang.String sort_ord,
                              ArtifactExtraFieldsData[] extra_fields,
                              java.lang.String opendaterange,
                              java.lang.String closedaterange)
                       throws java.rmi.RemoteException
Specified by:
artifactUpdateView in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getProjectGroups

public ProjectGroup[] getProjectGroups(java.lang.String session_ser,
                                       int group_id)
                                throws java.rmi.RemoteException
Specified by:
getProjectGroups in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getProjectTasks

public ProjectTask[] getProjectTasks(java.lang.String session_ser,
                                     int group_id,
                                     int group_project_id,
                                     int assigned_to,
                                     int status,
                                     int category,
                                     int group)
                              throws java.rmi.RemoteException
Specified by:
getProjectTasks in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addProjectTask

public int addProjectTask(java.lang.String session_ser,
                          int group_id,
                          int group_project_id,
                          java.lang.String summary,
                          java.lang.String details,
                          int priority,
                          int hours,
                          int start_date,
                          int end_date,
                          int category_id,
                          int percent_complete,
                          int[] assigned_to,
                          int[] dependent_on,
                          int duration,
                          int parent_id)
                   throws java.rmi.RemoteException
Specified by:
addProjectTask in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

updateProjectTask

public int updateProjectTask(java.lang.String session_ser,
                             int group_id,
                             int group_project_id,
                             int project_task_id,
                             java.lang.String summary,
                             java.lang.String details,
                             int priority,
                             int hours,
                             int start_date,
                             int end_date,
                             int status_id,
                             int category_id,
                             int percent_complete,
                             int[] assigned_to,
                             int[] dependent_on,
                             int new_group_project_id,
                             int duration,
                             int parent_id)
                      throws java.rmi.RemoteException
Specified by:
updateProjectTask in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getProjectTaskCategories

public ProjectCategory[] getProjectTaskCategories(java.lang.String session_ser,
                                                  int group_id,
                                                  int group_project_id)
                                           throws java.rmi.RemoteException
Specified by:
getProjectTaskCategories in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getProjectMessages

public ProjectMessage[] getProjectMessages(java.lang.String session_ser,
                                           int group_id,
                                           int group_project_id,
                                           int project_task_id)
                                    throws java.rmi.RemoteException
Specified by:
getProjectMessages in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addProjectMessage

public int addProjectMessage(java.lang.String session_ser,
                             int group_id,
                             int group_project_id,
                             int project_task_id,
                             java.lang.String body)
                      throws java.rmi.RemoteException
Specified by:
addProjectMessage in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getProjectTechnicians

public User[] getProjectTechnicians(java.lang.String session_ser,
                                    int group_id,
                                    int group_project_id)
                             throws java.rmi.RemoteException
Specified by:
getProjectTechnicians in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getPackages

public FRSPackage[] getPackages(java.lang.String session_ser,
                                int group_id)
                         throws java.rmi.RemoteException
Specified by:
getPackages in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addPackage

public int addPackage(java.lang.String session_ser,
                      int group_id,
                      java.lang.String package_name,
                      int is_public)
               throws java.rmi.RemoteException
Specified by:
addPackage in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getReleases

public FRSRelease[] getReleases(java.lang.String session_ser,
                                int group_id,
                                int package_id)
                         throws java.rmi.RemoteException
Specified by:
getReleases in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addRelease

public int addRelease(java.lang.String session_ser,
                      int group_id,
                      int package_id,
                      java.lang.String name,
                      java.lang.String notes,
                      java.lang.String changes,
                      int release_date)
               throws java.rmi.RemoteException
Specified by:
addRelease in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getFiles

public FRSFile[] getFiles(java.lang.String session_ser,
                          int group_id,
                          int package_id,
                          int release_id)
                   throws java.rmi.RemoteException
Specified by:
getFiles in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getFile

public java.lang.String getFile(java.lang.String session_ser,
                                int group_id,
                                int package_id,
                                int release_id,
                                int file_id)
                         throws java.rmi.RemoteException
Specified by:
getFile in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addFile

public java.lang.String addFile(java.lang.String session_ser,
                                int group_id,
                                int package_id,
                                int release_id,
                                java.lang.String name,
                                java.lang.String base64_contents,
                                int type_id,
                                int processor_id,
                                int release_time)
                         throws java.rmi.RemoteException
Specified by:
addFile in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getDocumentStates

public DocumentState[] getDocumentStates(java.lang.String session_ser)
                                  throws java.rmi.RemoteException
Specified by:
getDocumentStates in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getDocumentLanguages

public DocumentLanguage[] getDocumentLanguages(java.lang.String session_ser)
                                        throws java.rmi.RemoteException
Specified by:
getDocumentLanguages in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addDocument

public int addDocument(java.lang.String session_ser,
                       int group_id,
                       int doc_group,
                       java.lang.String title,
                       java.lang.String description,
                       int language_id,
                       java.lang.String base64_contents,
                       java.lang.String filename,
                       java.lang.String file_url)
                throws java.rmi.RemoteException
Specified by:
addDocument in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

updateDocument

public boolean updateDocument(java.lang.String session_ser,
                              int group_id,
                              int doc_group,
                              int doc_id,
                              java.lang.String title,
                              java.lang.String description,
                              int language_id,
                              java.lang.String base64_contents,
                              java.lang.String filename,
                              java.lang.String file_url,
                              int state_id)
                       throws java.rmi.RemoteException
Specified by:
updateDocument in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

addDocumentGroup

public int addDocumentGroup(java.lang.String session_ser,
                            int group_id,
                            java.lang.String groupname,
                            int parent_doc_group)
                     throws java.rmi.RemoteException
Specified by:
addDocumentGroup in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

updateDocumentGroup

public boolean updateDocumentGroup(java.lang.String session_ser,
                                   int group_id,
                                   int doc_group,
                                   java.lang.String new_groupname,
                                   int new_parent_doc_group)
                            throws java.rmi.RemoteException
Specified by:
updateDocumentGroup in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getDocuments

public Document[] getDocuments(java.lang.String session_ser,
                               int group_id,
                               int doc_group)
                        throws java.rmi.RemoteException
Specified by:
getDocuments in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getDocumentGroups

public DocumentGroup[] getDocumentGroups(java.lang.String session_ser,
                                         int group_id)
                                  throws java.rmi.RemoteException
Specified by:
getDocumentGroups in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getDocumentGroup

public DocumentGroup getDocumentGroup(java.lang.String session_ser,
                                      int group_id,
                                      int doc_group)
                               throws java.rmi.RemoteException
Specified by:
getDocumentGroup in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

getDocumentFiles

public DocumentFile[] getDocumentFiles(java.lang.String session_ser,
                                       int group_id,
                                       int doc_id)
                                throws java.rmi.RemoteException
Specified by:
getDocumentFiles in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException

documentDelete

public boolean documentDelete(java.lang.String session_ser,
                              int group_id,
                              int doc_id)
                       throws java.rmi.RemoteException
Specified by:
documentDelete in interface GForgeAPIPortType
Throws:
java.rmi.RemoteException


Copyright © 2007. All Rights Reserved.