com.trackstudio.soap.client
Class CategoryAxis12ShamanismSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.trackstudio.soap.client.CategoryAxis12ShamanismSoapBindingStub
All Implemented Interfaces:
Category, java.rmi.Remote, javax.xml.rpc.Stub

public class CategoryAxis12ShamanismSoapBindingStub
extends org.apache.axis.client.Stub
implements Category


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
CategoryAxis12ShamanismSoapBindingStub()
           
CategoryAxis12ShamanismSoapBindingStub(javax.xml.rpc.Service service)
           
CategoryAxis12ShamanismSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void addRelatedCategory(java.lang.String sessionId, java.lang.String parentCategoryId, java.lang.String related)
           
 boolean canChangeWorkflow(java.lang.String sessionId, java.lang.String categoryId)
           
protected  org.apache.axis.client.Call createCall()
           
 java.lang.String createCategory(java.lang.String sessionId, java.lang.String taskId, java.lang.String name, java.lang.String workflowId, boolean handlerRequired, boolean groupHandlerAllowed)
           
 void deleteCategory(java.lang.String sessionId, java.lang.String categoryId)
           
 void editCategory(java.lang.String sessionId, java.lang.String categoryId, java.lang.String workflowId)
           
 CategoryBean[] getAvailableCategoryList(java.lang.String sessionId, java.lang.String taskId)
           
 java.lang.String[] getCategoryRuleList(java.lang.String sessionId, java.lang.String prstatusId, java.lang.String categoryId)
           
 CategoryBean[] getChildrenCategoryList(java.lang.String sessionId, java.lang.String categoryId, java.lang.String taskId)
           
 CategoryBean[] getCreatableCategoryList(java.lang.String sessionId, java.lang.String taskId)
           
 java.lang.String getTemplate(java.lang.String sessionId, java.lang.String categoryId)
           
 boolean isCategoryCanBeHandler(java.lang.String sessionId, java.lang.String taskId, java.lang.String categoryId)
           
 boolean isCategoryCanBeHandler(java.lang.String sessionId, java.lang.String taskId, java.lang.String categoryId, boolean isNew, java.lang.String submitter)
           
 boolean isCategoryDeletable(java.lang.String sessionId, java.lang.String taskId, java.lang.String categoryId)
           
 boolean isCategoryEditable(java.lang.String sessionId, java.lang.String taskId, java.lang.String categoryId)
           
 boolean isCategoryViewable(java.lang.String sessionId, java.lang.String taskId, java.lang.String categoryId)
           
 void removeRelatedCategory(java.lang.String sessionId, java.lang.String parentCategoryId, java.lang.String related)
           
 void renameCategory(java.lang.String sessionId, java.lang.String categoryId, java.lang.String name, boolean handlerRequired, boolean groupHandlerAllowed)
           
 void setCategoryRule(java.lang.String sessionId, java.lang.String categoryId, java.lang.String prstatusId, java.lang.String createType, java.lang.String viewType, java.lang.String modifyType, java.lang.String handlerType, java.lang.String deleteType)
           
 void setCategoryTrigger(java.lang.String sessionId, java.lang.String categoryId, java.lang.String before, java.lang.String insteadOf, java.lang.String after, java.lang.String updBefore, java.lang.String updInsteadOf, java.lang.String updAfter)
           
 void setTemplate(java.lang.String sessionId, java.lang.String categoryId, java.lang.String template)
           
 
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

CategoryAxis12ShamanismSoapBindingStub

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

CategoryAxis12ShamanismSoapBindingStub

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

CategoryAxis12ShamanismSoapBindingStub

public CategoryAxis12ShamanismSoapBindingStub(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

deleteCategory

public void deleteCategory(java.lang.String sessionId,
                           java.lang.String categoryId)
                    throws java.rmi.RemoteException
Specified by:
deleteCategory in interface Category
Throws:
java.rmi.RemoteException

renameCategory

public void renameCategory(java.lang.String sessionId,
                           java.lang.String categoryId,
                           java.lang.String name,
                           boolean handlerRequired,
                           boolean groupHandlerAllowed)
                    throws java.rmi.RemoteException
Specified by:
renameCategory in interface Category
Throws:
java.rmi.RemoteException

editCategory

public void editCategory(java.lang.String sessionId,
                         java.lang.String categoryId,
                         java.lang.String workflowId)
                  throws java.rmi.RemoteException
Specified by:
editCategory in interface Category
Throws:
java.rmi.RemoteException

getTemplate

public java.lang.String getTemplate(java.lang.String sessionId,
                                    java.lang.String categoryId)
                             throws java.rmi.RemoteException
Specified by:
getTemplate in interface Category
Throws:
java.rmi.RemoteException

setTemplate

public void setTemplate(java.lang.String sessionId,
                        java.lang.String categoryId,
                        java.lang.String template)
                 throws java.rmi.RemoteException
Specified by:
setTemplate in interface Category
Throws:
java.rmi.RemoteException

getAvailableCategoryList

public CategoryBean[] getAvailableCategoryList(java.lang.String sessionId,
                                               java.lang.String taskId)
                                        throws java.rmi.RemoteException
Specified by:
getAvailableCategoryList in interface Category
Throws:
java.rmi.RemoteException

createCategory

public java.lang.String createCategory(java.lang.String sessionId,
                                       java.lang.String taskId,
                                       java.lang.String name,
                                       java.lang.String workflowId,
                                       boolean handlerRequired,
                                       boolean groupHandlerAllowed)
                                throws java.rmi.RemoteException
Specified by:
createCategory in interface Category
Throws:
java.rmi.RemoteException

getChildrenCategoryList

public CategoryBean[] getChildrenCategoryList(java.lang.String sessionId,
                                              java.lang.String categoryId,
                                              java.lang.String taskId)
                                       throws java.rmi.RemoteException
Specified by:
getChildrenCategoryList in interface Category
Throws:
java.rmi.RemoteException

setCategoryRule

public void setCategoryRule(java.lang.String sessionId,
                            java.lang.String categoryId,
                            java.lang.String prstatusId,
                            java.lang.String createType,
                            java.lang.String viewType,
                            java.lang.String modifyType,
                            java.lang.String handlerType,
                            java.lang.String deleteType)
                     throws java.rmi.RemoteException
Specified by:
setCategoryRule in interface Category
Throws:
java.rmi.RemoteException

addRelatedCategory

public void addRelatedCategory(java.lang.String sessionId,
                               java.lang.String parentCategoryId,
                               java.lang.String related)
                        throws java.rmi.RemoteException
Specified by:
addRelatedCategory in interface Category
Throws:
java.rmi.RemoteException

removeRelatedCategory

public void removeRelatedCategory(java.lang.String sessionId,
                                  java.lang.String parentCategoryId,
                                  java.lang.String related)
                           throws java.rmi.RemoteException
Specified by:
removeRelatedCategory in interface Category
Throws:
java.rmi.RemoteException

getCreatableCategoryList

public CategoryBean[] getCreatableCategoryList(java.lang.String sessionId,
                                               java.lang.String taskId)
                                        throws java.rmi.RemoteException
Specified by:
getCreatableCategoryList in interface Category
Throws:
java.rmi.RemoteException

isCategoryEditable

public boolean isCategoryEditable(java.lang.String sessionId,
                                  java.lang.String taskId,
                                  java.lang.String categoryId)
                           throws java.rmi.RemoteException
Specified by:
isCategoryEditable in interface Category
Throws:
java.rmi.RemoteException

isCategoryViewable

public boolean isCategoryViewable(java.lang.String sessionId,
                                  java.lang.String taskId,
                                  java.lang.String categoryId)
                           throws java.rmi.RemoteException
Specified by:
isCategoryViewable in interface Category
Throws:
java.rmi.RemoteException

isCategoryDeletable

public boolean isCategoryDeletable(java.lang.String sessionId,
                                   java.lang.String taskId,
                                   java.lang.String categoryId)
                            throws java.rmi.RemoteException
Specified by:
isCategoryDeletable in interface Category
Throws:
java.rmi.RemoteException

isCategoryCanBeHandler

public boolean isCategoryCanBeHandler(java.lang.String sessionId,
                                      java.lang.String taskId,
                                      java.lang.String categoryId,
                                      boolean isNew,
                                      java.lang.String submitter)
                               throws java.rmi.RemoteException
Specified by:
isCategoryCanBeHandler in interface Category
Throws:
java.rmi.RemoteException

isCategoryCanBeHandler

public boolean isCategoryCanBeHandler(java.lang.String sessionId,
                                      java.lang.String taskId,
                                      java.lang.String categoryId)
                               throws java.rmi.RemoteException
Specified by:
isCategoryCanBeHandler in interface Category
Throws:
java.rmi.RemoteException

getCategoryRuleList

public java.lang.String[] getCategoryRuleList(java.lang.String sessionId,
                                              java.lang.String prstatusId,
                                              java.lang.String categoryId)
                                       throws java.rmi.RemoteException
Specified by:
getCategoryRuleList in interface Category
Throws:
java.rmi.RemoteException

canChangeWorkflow

public boolean canChangeWorkflow(java.lang.String sessionId,
                                 java.lang.String categoryId)
                          throws java.rmi.RemoteException
Specified by:
canChangeWorkflow in interface Category
Throws:
java.rmi.RemoteException

setCategoryTrigger

public void setCategoryTrigger(java.lang.String sessionId,
                               java.lang.String categoryId,
                               java.lang.String before,
                               java.lang.String insteadOf,
                               java.lang.String after,
                               java.lang.String updBefore,
                               java.lang.String updInsteadOf,
                               java.lang.String updAfter)
                        throws java.rmi.RemoteException
Specified by:
setCategoryTrigger in interface Category
Throws:
java.rmi.RemoteException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.