public class TSLFacade extends java.lang.Object implements IService
STATUS_DB_EXCEPTION, STATUS_LOGIC_EXCEPTION, STATUS_OK, STATUS_VALIDATION_EXCEPTION
Constructor and Description |
---|
TSLFacade()
empty constructor
|
Modifier and Type | Method and Description |
---|---|
WSResponse |
addListOptions(WSRequestOptionArray requestOptions)
add an array of options to a list
|
WSResponse |
addPersonsToGroup(WSRequestGroupAssigment requestGroupAssignment)
Add person(s) to group.
|
WSResponse |
addRoleAssignment(WSRequestRoleAssignmentEdit requestRoleAssignmentEdit)
add a role assignment
|
WSResponse |
archiveItem(WSRequestString requestItemID)
Set archive flag for item
|
WSResponse |
changeItemStatus(WSRequestItem requestItem)
Save a change status of an item.
|
WSResponseBoolean |
checkVersion(WSRequestString requestClientVersion)
It is assumed that the interface evolves over time.
|
WSResponseListOptionArray |
clearListOptions(WSRequestString requestListID)
Clear a list options
|
WSResponseString |
copyItem(WSRequestCopyItem requestCopyItem)
Create a clone of the item.
|
WSResponse |
deleteAttachment(WSRequestAttachment requestAttachment)
Delete an attachment.
|
WSResponse |
deleteComments(WSRequestDeleteComments requestDeleteComments)
Delete one or more comments for the given item.
|
WSResponse |
deleteGroup(WSRequestString requestGroupID)
delete a group by id
|
WSResponse |
deleteItem(WSRequestString requestItemID)
Set delete flag for item
|
WSResponse |
deleteItemLinks(WSRequestDeleteItemLinks requestDeleteLinks)
Delete one or more links for the given item.
|
WSResponse |
deleteList(WSRequestString requestListID)
Delete a list
|
WSResponse |
deleteListOption(WSRequestString requestOptionID)
delete a list option
|
WSResponse |
deletePerson(WSRequestString requestPersonID)
delete a person by id
|
WSResponse |
deleteProject(WSRequestString requestProjectID)
Delete a project by its object identifier.
|
WSResponseDownloadAttachment |
downloadAttachment(WSRequestAttachment requestAttachment)
Obtain the attachment file as a web-service attachment.
|
WSResponse |
editComment(WSRequestComment requestComment)
Edit a comment.
|
WSResponseQueryResult |
executeCustomQuery(WSRequestQueryConfig requestReportConfig)
Execute a custom query.
|
WSResponseQueryResult |
executeQuery(WSRequestString requestQueryID)
Execute the query with given id.
|
WSResponseGroupArray |
getAllGroups()
Get all groups.
|
WSResponsePersonArray |
getAllPersons()
Get all persons.
|
WSResponseLabelValueBeanArray |
getAllProjects()
Get all project (workspace) names and object identifiers.
|
WSResponseLabelValueBeanArray |
getAllRoles()
Get all roles
|
WSResponseRoleAssignmentArray |
getAssignmentRolesByProject(WSRequestString requestProjectID)
Get all assigned roles for project
|
WSResponseRoleAssignmentArray |
getAssignmentRolesByProjectName(WSRequestString requestProjectName)
Get an array with all role ids and for each role the user ids for the project identified by its name.
|
WSResponseBaseOptionsContainer |
getBaseOptionsContainer()
Returns the base options (selections):
contains all projects (workspaces), item types, priorities, and states
|
WSResponseEditItemContext |
getChangeStatusItemContext(WSRequestString requestItemID)
Obtain the change status item context.
|
WSResponseForm |
getChangeStatusItemForm(WSRequestItemLocation requestItemLocation)
Get the form for change status for an item.
|
WSResponseCommentArray |
getComments(WSRequestString requestItemID)
Get all comments for the given item object identifier.
|
WSResponseFieldArray |
getCustomFields()
Obtain all custom fields defined.
|
WSResponseDisplayItem |
getDisplayItem(WSRequestString requestItemID)
Obtain an item and the display values for fields.
|
WSResponseGroupEdit |
getEditGroup(WSRequestString requestGroupID)
Obtain a bean permitting to edit a group.
|
WSResponseEditItemContext |
getEditItemContext(WSRequestString requestItemID)
Obtain the edit item context.
|
WSResponseForm |
getEditItemForm(WSRequestItemLocation requestItemLocation)
Get the form for edit item.
|
WSResponsePersonEdit |
getEditPerson(WSRequestString requestPersonID)
Get the person identified by the object id without selection options.
|
WSResponsePersonEdit |
getEditPersonByLoginName(WSRequestString requestLoginName)
Get the person identified by the login name without selection options.
|
WSResponsePersonEditWithContext |
getEditPersonWithContext(WSRequestString requestPersonID)
Get the person identified by the object id with selection options.
|
WSResponsePersonEditWithContext |
getEditPersonWithContextByLoginName(WSRequestString requestLoginName)
Get the person identified by the login name with selection options.
|
WSResponseProjectEdit |
getEditProject(WSRequestString requestProjectID)
Get a project without selection options by its project id.
|
WSResponseProjectEdit |
getEditProjectByName(WSRequestString requestProjectName)
Get a project without selection options.
|
WSResponseProjectEditWithContext |
getEditProjectWithContext(WSRequestString requestProjectID)
Get a project with selection options by its project id.
|
WSResponseProjectEditWithContext |
getEditProjectWithContextByName(WSRequestString requestProjectName)
Get a project with selection options by its project name.
|
WSResponseListArray |
getGlobalLists()
Get all global lists
|
WSResponseLabelValueBeanArray |
getIssueTypes(WSRequestString requestProject)
Deprecated.
|
WSResponseItem |
getItem(WSRequestString requestItemID)
This method fetches a specific item specified by its
object id from the database.
|
WSResponseItemContext |
getItemContext(WSRequestString requestItemID)
Obtain the item context.
|
WSResponseItemContextArray |
getItemContexts(WSRequestStringArray requestItemIDs)
This method obtains the items for the given object identifiers.
|
WSResponseItemHistory |
getItemHistory(WSRequestString requestItemID)
This method fetches the history for a specific item specified by its
object id from the database.
|
WSResponseItemLink |
getItemLink(WSRequestItemLink requestItemLink)
Get a link for the given id
|
WSResponseItemLinkArray |
getItemLinks(WSRequestString requestItemID)
Get all links for the given item object identifier.
|
WSResponseLabelValueBeanArray |
getItemTypes(WSRequestString requestProject)
Get all item types available for the given project (workspace) (workspace).
|
WSResponseParameterArray |
getLinkTpeParameters(WSRequestString requestLinkTypeID)
Get link type parameters
|
WSResponseOptionArray |
getLinkTypes()
get all link types
|
WSResponseListOptionArray |
getListOptions(WSRequestString requestListID)
get all options for a list
|
WSResponseListOptionArray |
getListOptionsByParent(WSRequestString requestParentID)
Get all sub-options of a parent option.
|
WSResponseEditItemContext |
getMoveItemContext(WSRequestMoveItem requestMoveItem)
Move item to another project (workspace) and item type.
|
WSResponseForm |
getMoveItemForm(WSRequestItemLocation requestItemLocation)
Get the form for moving an item to another project (workspace) or item type.
|
WSResponseEditItemContext |
getNewItemChildContext(WSRequestNewItemChild requestNewItemChild)
Create a new child item context.
|
WSResponseForm |
getNewItemChildForm(WSRequestItemLocation requestItemLocation)
Get the form for editing a new child item.
|
WSResponseEditItemContext |
getNewItemContext(WSRequestItemLocation requestItemLocation)
Create a new item context.
|
WSResponseForm |
getNewItemForm(WSRequestItemLocation requestItemLocation)
Get the form for edit new item.
|
WSResponsePersonEditWithContext |
getNewPersonWithContext()
Get an empty person with all selection options.
|
WSResponseProjectEditWithContext |
getNewProjectWithContext()
Get a new empty project with selection options.
|
WSResponsePersonArray |
getPersonsForGroup(WSRequestString requestGroupID)
Get persons in the group
|
WSResponseListArray |
getProjectLists(WSRequestString requestProjectID)
Get list configured on project
|
WSResponseLabelValueBeanArray |
getProjects()
Get project (workspace) names and object identifiers but only those where
this user has access rights and items in.
|
WSResponseTreeNodeArray |
getProjectsAsTree()
Get all projects (workspaces) as a tree node array, preserving the hierarchy.
|
WSResponseTreeNodeArray |
getProjectsWithCreateItemRightForItemType(WSRequestString requestIssueType)
Get the projects where the current user has create permissions for items of the given
item type.
|
WSResponseTreeNodeArray |
getQueries()
Get all queries in a hierarchical structure.
|
WSResponseStringArray |
getServerVersionAndCompatible()
Get the server version and compatible versions.
|
WSResponseLabelValueBeanArray |
getUsedProjects()
Get all project (workspace) names and object identifiers for this user.
|
WSResponseBoolean |
isLoggedIn()
This method returns the current login status.
|
WSResponseList |
loadList(WSRequestString requestListID)
load a list by id with all options
|
WSResponseQueryConfig |
loadQueryConfigBean(WSRequestQueryConfig requestReportConfig)
Load the query configuration bean with given selections.
|
WSResponsePerson |
login(WSRequestLogon requestLogon)
This method is used to log in the client with the user specific data
stored in the
WSLogonBean (mainly user name and password). |
WSResponseBoolean |
logoff()
This method is used to log off the user from the Track+ server and
invalidate the corresponding session.
|
WSResponse |
moveItem(WSRequestItem requestItem)
Move an item to a new space or item type.
|
WSResponse |
removePersonsFromGroup(WSRequestGroupAssigment requestGroupAssignment)
Remove person(s) from group.
|
WSResponse |
removeRoleAssignment(WSRequestRoleAssignmentEdit requestRoleAssignmentEdit)
remove a role assignment
|
WSResponse |
replaceAndDeleteGroup(WSRequestReplaceAndDelete replaceAndDelete)
Replace and delete a group.
|
WSResponse |
replaceAndDeletePerson(WSRequestReplaceAndDelete replaceAndDeletePerson)
Replace and delete a person.
|
WSResponseAttachment |
saveAttachment(WSRequestAttachment requestAttachment,
javax.activation.DataHandler file)
Save an attachment.
|
WSResponseString |
saveGroup(WSRequestGroupEdit requestGroupEdit)
save a group
|
WSResponseString |
saveItem(WSRequestItem requestItem)
This method makes the item bean persistent (saves it into the database).
|
WSResponseString |
saveItemLink(WSRequestItemLinkEdit requestItemLinkEdit)
Save a item link.
|
WSResponseString |
saveList(WSRequestList requestList)
Save a list
|
WSResponseString |
saveListOption(WSRequestOption requestOption)
save a list option
|
WSResponseString |
savePerson(WSRequestPersonEdit requestPersonEdit)
save a person
|
WSResponseString |
saveProject(WSRequestProjectEdit requestProjectEdit)
Save a person.
|
WSResponse |
unarchiveItem(WSRequestString requestItemID)
Reset the archive flag for an item.
|
WSResponse |
undeleteItem(WSRequestString requestItemID)
reset delete flag for item
|
public WSResponsePerson login(WSRequestLogon requestLogon)
IService
WSLogonBean
(mainly user name and password). The
return value is a WSResponsePerson
which provides all user specific
data, such as last name, first name, preferred locale and so on.public WSResponseBoolean logoff()
IService
public WSResponseBoolean isLoggedIn()
IService
isLoggedIn
in interface IService
getValue()=true
if the user is logged on.public WSResponseBoolean checkVersion(WSRequestString requestClientVersion)
IService
checkVersion
in interface IService
requestClientVersion
- the version of the client interface (TCLFacade)public WSResponseStringArray getServerVersionAndCompatible()
IService
getServerVersionAndCompatible
in interface IService
public WSResponseTreeNodeArray getQueries()
IService
getQueries
in interface IService
public WSResponseQueryResult executeQuery(WSRequestString requestQueryID)
IService
executeQuery
in interface IService
requestQueryID
- an request that contains the id of the queryWSQueryResultItemBean
public WSResponseQueryResult executeCustomQuery(WSRequestQueryConfig requestReportConfig)
IService
executeCustomQuery
in interface IService
requestReportConfig
- a wrapper class that contains an WSQueryConfigBean
WSQueryResultItemBean
public WSResponseQueryConfig loadQueryConfigBean(WSRequestQueryConfig requestReportConfig)
IService
loadQueryConfigBean
in interface IService
public WSResponseString saveItem(WSRequestItem requestItem)
IService
saveItem
in interface IService
requestItem
- a wrapper over an WSItemBean
public WSResponse moveItem(WSRequestItem requestItem)
IService
public WSResponse changeItemStatus(WSRequestItem requestItem)
IService
changeItemStatus
in interface IService
public WSResponseString copyItem(WSRequestCopyItem requestCopyItem)
IService
public WSResponse archiveItem(WSRequestString requestItemID)
archiveItem
in interface IService
requestItemID
- public WSResponse unarchiveItem(WSRequestString requestItemID)
unarchiveItem
in interface IService
requestItemID
- public WSResponse deleteItem(WSRequestString requestItemID)
deleteItem
in interface IService
requestItemID
- public WSResponse undeleteItem(WSRequestString requestItemID)
undeleteItem
in interface IService
requestItemID
- public WSResponseItem getItem(WSRequestString requestItemID)
IService
getItem
in interface IService
requestItemID
- the object id of the item to be fetched from the database.WSItemBean
public WSResponseItemHistory getItemHistory(WSRequestString requestItemID)
IService
getItemHistory
in interface IService
requestItemID
- the object id of the item to be fetched from the database.WSItemHistoryBean
public WSResponseItemContextArray getItemContexts(WSRequestStringArray requestItemIDs)
IService
getItemContexts
in interface IService
requestItemIDs
- the object ids of the items to be fetched from the database.WSItemContextBean
public WSResponseDisplayItem getDisplayItem(WSRequestString requestItemID)
IService
getDisplayItem
in interface IService
requestItemID
- the id of the itemWSDisplayItemBean
public WSResponseItemContext getItemContext(WSRequestString requestItemID)
IService
getItemContext
in interface IService
requestItemID
- the id of the itemWSItemContextBean
public WSResponseEditItemContext getEditItemContext(WSRequestString requestItemID)
IService
getEditItemContext
in interface IService
requestItemID
- the id of the itemWSItemContextBean
public WSResponseForm getEditItemForm(WSRequestItemLocation requestItemLocation)
IService
getEditItemForm
in interface IService
requestItemLocation
- contains the projectId and issuTypeIdWSFormBean
public WSResponseEditItemContext getMoveItemContext(WSRequestMoveItem requestMoveItem)
IService
getMoveItemContext
in interface IService
requestMoveItem
- contains the id of the item, the new project (workspace) and issue typepublic WSResponseForm getMoveItemForm(WSRequestItemLocation requestItemLocation)
IService
getMoveItemForm
in interface IService
requestItemLocation
- contains the projectId and issuTypeIdWSFormBean
public WSResponseEditItemContext getChangeStatusItemContext(WSRequestString requestItemID)
IService
getChangeStatusItemContext
in interface IService
requestItemID
- the id of the itemWSEditItemContextBean
public WSResponseForm getChangeStatusItemForm(WSRequestItemLocation requestItemLocation)
IService
getChangeStatusItemForm
in interface IService
requestItemLocation
- contains the project object id and item type object idWSFormBean
public WSResponseEditItemContext getNewItemContext(WSRequestItemLocation requestItemLocation)
IService
getNewItemContext
in interface IService
requestItemLocation
- Contains the projectID and issueTypeIDWSEditItemContextBean
public WSResponseForm getNewItemForm(WSRequestItemLocation requestItemLocation)
IService
getNewItemForm
in interface IService
requestItemLocation
- contains the projectId and issuTypeIdWSFormBean
public WSResponseEditItemContext getNewItemChildContext(WSRequestNewItemChild requestNewItemChild)
IService
getNewItemChildContext
in interface IService
requestNewItemChild
- contains the projectID and issueTypeID and parent issue idWSEditItemContextBean
public WSResponseForm getNewItemChildForm(WSRequestItemLocation requestItemLocation)
IService
getNewItemChildForm
in interface IService
requestItemLocation
- contains the projectId and issuTypeIdWSFormBean
public WSResponseLabelValueBeanArray getProjects()
IService
getProjects
in interface IService
public WSResponseLabelValueBeanArray getAllProjects()
IService
getAllProjects
in interface IService
public WSResponseLabelValueBeanArray getUsedProjects()
IService
getUsedProjects
in interface IService
public WSResponseTreeNodeArray getProjectsAsTree()
IService
getProjectsAsTree
in interface IService
public WSResponseProjectEditWithContext getNewProjectWithContext()
IService
getNewProjectWithContext
in interface IService
WSProjectEditBean
public WSResponseProjectEdit getEditProject(WSRequestString requestProjectID)
IService
getEditProject
in interface IService
requestProjectID
- WSProjectEditBean
public WSResponseProjectEdit getEditProjectByName(WSRequestString requestProjectName)
getEditProjectByName
in interface IService
requestProjectName
- WSProjectEditBean
public WSResponseProjectEditWithContext getEditProjectWithContext(WSRequestString requestProjectID)
IService
getEditProjectWithContext
in interface IService
requestProjectID
- the object id of the projectWSProjectEditWithContext
public WSResponseProjectEditWithContext getEditProjectWithContextByName(WSRequestString requestProjectName)
IService
getEditProjectWithContextByName
in interface IService
requestProjectName
- the name of the projectWSProjectEditWithContext
public WSResponseString saveProject(WSRequestProjectEdit requestProjectEdit)
saveProject
in interface IService
requestProjectEdit
- the project to be saved to the databasepublic WSResponse deleteProject(WSRequestString requestProjectID)
deleteProject
in interface IService
requestProjectID
- the project object idpublic WSResponseTreeNodeArray getProjectsWithCreateItemRightForItemType(WSRequestString requestIssueType)
IService
Get the projects where the current user has create permissions for items of the given item type. If the item type parameter is null, return all projects where the current user has create permissions for items for at least one item type.
If no issue type specified return all projects with create right.
getProjectsWithCreateItemRightForItemType
in interface IService
@Deprecated public WSResponseLabelValueBeanArray getIssueTypes(WSRequestString requestProject)
IService
getIssueTypes
in interface IService
requestProject
- a request wrapper over the project (workspace) idpublic WSResponseLabelValueBeanArray getItemTypes(WSRequestString requestProject)
IService
getItemTypes
in interface IService
requestProject
- a request wrapper over the project (workspace) idpublic WSResponseBaseOptionsContainer getBaseOptionsContainer()
IService
getBaseOptionsContainer
in interface IService
WSBaseOptionsContainer
public WSResponseFieldArray getCustomFields()
getCustomFields
in interface IService
public WSResponseAttachment saveAttachment(WSRequestAttachment requestAttachment, javax.activation.DataHandler file)
IService
saveAttachment
in interface IService
WSAttachmentBean
with the response statuspublic WSResponse deleteAttachment(WSRequestAttachment requestAttachment)
IService
deleteAttachment
in interface IService
WSAttachmentBean
with the response statuspublic WSResponseDownloadAttachment downloadAttachment(WSRequestAttachment requestAttachment)
IService
downloadAttachment
in interface IService
DataHandler
with the response statuspublic WSResponseCommentArray getComments(WSRequestString requestItemID)
IService
getComments
in interface IService
WSCommentEdit
with the response statuspublic WSResponse deleteComments(WSRequestDeleteComments requestDeleteComments)
IService
deleteComments
in interface IService
public WSResponse editComment(WSRequestComment requestComment)
IService
editComment
in interface IService
public WSResponseItemLinkArray getItemLinks(WSRequestString requestItemID)
IService
getItemLinks
in interface IService
WSItemLinkBean
with the response statuspublic WSResponseItemLink getItemLink(WSRequestItemLink requestItemLink)
IService
getItemLink
in interface IService
WSItemLinkBean
with the response statuspublic WSResponse deleteItemLinks(WSRequestDeleteItemLinks requestDeleteLinks)
IService
deleteItemLinks
in interface IService
public WSResponseString saveItemLink(WSRequestItemLinkEdit requestItemLinkEdit)
IService
saveItemLink
in interface IService
public WSResponseOptionArray getLinkTypes()
getLinkTypes
in interface IService
public WSResponseParameterArray getLinkTpeParameters(WSRequestString requestLinkTypeID)
getLinkTpeParameters
in interface IService
requestLinkTypeID
- public WSResponsePersonArray getAllPersons()
getAllPersons
in interface IService
public WSResponsePersonArray getPersonsForGroup(WSRequestString requestGroupID)
getPersonsForGroup
in interface IService
requestGroupID
- the id of the groupWSPersonBean
objectspublic WSResponsePersonEditWithContext getNewPersonWithContext()
IService
getNewPersonWithContext
in interface IService
WSPersonEditWithContext
public WSResponsePersonEdit getEditPerson(WSRequestString requestPersonID)
IService
getEditPerson
in interface IService
requestPersonID
- public WSResponsePersonEdit getEditPersonByLoginName(WSRequestString requestLoginName)
IService
getEditPersonByLoginName
in interface IService
WSPersonEditBean
public WSResponsePersonEditWithContext getEditPersonWithContext(WSRequestString requestPersonID)
IService
getEditPersonWithContext
in interface IService
requestPersonID
- WSPersonEditWithContext
public WSResponsePersonEditWithContext getEditPersonWithContextByLoginName(WSRequestString requestLoginName)
getEditPersonWithContextByLoginName
in interface IService
requestLoginName
- WSPersonEditWithContext
public WSResponseString savePerson(WSRequestPersonEdit requestPersonEdit)
savePerson
in interface IService
requestPersonEdit
- public WSResponse deletePerson(WSRequestString requestPersonID)
deletePerson
in interface IService
requestPersonID
- public WSResponse replaceAndDeletePerson(WSRequestReplaceAndDelete replaceAndDeletePerson)
IService
replaceAndDeletePerson
in interface IService
public WSResponseGroupArray getAllGroups()
getAllGroups
in interface IService
public WSResponseGroupEdit getEditGroup(WSRequestString requestGroupID)
getEditGroup
in interface IService
requestGroupID
- public WSResponseString saveGroup(WSRequestGroupEdit requestGroupEdit)
public WSResponse deleteGroup(WSRequestString requestGroupID)
deleteGroup
in interface IService
requestGroupID
- public WSResponse replaceAndDeleteGroup(WSRequestReplaceAndDelete replaceAndDelete)
IService
replaceAndDeleteGroup
in interface IService
public WSResponse addPersonsToGroup(WSRequestGroupAssigment requestGroupAssignment)
addPersonsToGroup
in interface IService
requestGroupAssignment
- contains id of the group and person id(s)public WSResponse removePersonsFromGroup(WSRequestGroupAssigment requestGroupAssignment)
removePersonsFromGroup
in interface IService
requestGroupAssignment
- contains id of the group and person id(s)public WSResponseLabelValueBeanArray getAllRoles()
getAllRoles
in interface IService
public WSResponseRoleAssignmentArray getAssignmentRolesByProject(WSRequestString requestProjectID)
getAssignmentRolesByProject
in interface IService
requestProjectID
- public WSResponseRoleAssignmentArray getAssignmentRolesByProjectName(WSRequestString requestProjectName)
IService
getAssignmentRolesByProjectName
in interface IService
public WSResponse addRoleAssignment(WSRequestRoleAssignmentEdit requestRoleAssignmentEdit)
addRoleAssignment
in interface IService
requestRoleAssignmentEdit
- public WSResponse removeRoleAssignment(WSRequestRoleAssignmentEdit requestRoleAssignmentEdit)
removeRoleAssignment
in interface IService
requestRoleAssignmentEdit
- public WSResponseListArray getGlobalLists()
getGlobalLists
in interface IService
public WSResponseListArray getProjectLists(WSRequestString requestProjectID)
getProjectLists
in interface IService
requestProjectID
- WSListBean
objectspublic WSResponseList loadList(WSRequestString requestListID)
loadList
in interface IService
requestListID
- WSListBean
objectpublic WSResponseListOptionArray getListOptions(WSRequestString requestListID)
getListOptions
in interface IService
requestListID
- WSListOptionBean
objectspublic WSResponseListOptionArray getListOptionsByParent(WSRequestString requestParentID)
IService
getListOptionsByParent
in interface IService
WSListOptionBean
objectspublic WSResponseString saveList(WSRequestList requestList)
public WSResponse deleteList(WSRequestString requestListID)
deleteList
in interface IService
requestListID
- public WSResponseListOptionArray clearListOptions(WSRequestString requestListID)
clearListOptions
in interface IService
requestListID
- WSListOptionBean
objectspublic WSResponse addListOptions(WSRequestOptionArray requestOptions)
addListOptions
in interface IService
requestOptions
- public WSResponseString saveListOption(WSRequestOption requestOption)
saveListOption
in interface IService
requestOption
- public WSResponse deleteListOption(WSRequestString requestOptionID)
deleteListOption
in interface IService
requestOptionID
-