Package | Description |
---|---|
com.jamasoftware.contour.soap.v3 | |
com.jamasoftware.contour.ws.domain |
Modifier and Type | Method and Description |
---|---|
WsLookup |
ContourSoapServiceImpl.getLookup(WsAuth token,
Integer lookupId)
Gets a lookup value.
|
WsLookup |
ContourSoapService.getLookup(WsAuth token,
Integer lookupId) |
WsLookup[] |
ContourSoapServiceImpl.getLookupsFromType(WsAuth token,
Integer lookupTypeId)
Gets all lookup values associated with a lookup type.
|
WsLookup[] |
ContourSoapService.getLookupsFromType(WsAuth token,
Integer lookupTypeId) |
WsLookup |
ContourSoapServiceImpl.updateLookup(WsAuth token,
WsLookup lookup)
Updates an existing lookup value.
|
WsLookup |
ContourSoapService.updateLookup(WsAuth token,
WsLookup lookup) |
Modifier and Type | Method and Description |
---|---|
void |
ContourSoapServiceImpl.addLookup(WsAuth token,
WsLookup lookup)
Adds a new Lookup value.
|
void |
ContourSoapService.addLookup(WsAuth token,
WsLookup lookup) |
Boolean |
ContourSoapServiceImpl.deactivateLookup(WsAuth token,
WsLookup lookupToDeactivate,
WsLookup replacementLookup)
Deactivates an existing lookup value.
|
Boolean |
ContourSoapService.deactivateLookup(WsAuth token,
WsLookup lookupToDeactivate,
WsLookup replacementLookup) |
WsLookup |
ContourSoapServiceImpl.updateLookup(WsAuth token,
WsLookup lookup)
Updates an existing lookup value.
|
WsLookup |
ContourSoapService.updateLookup(WsAuth token,
WsLookup lookup) |
Modifier and Type | Method and Description |
---|---|
WsLookup |
WsProject.getProjectGroup()
Gets the group this project belongs to.
|
WsLookup |
WsProject.getStatus()
Gets the status of the project.
|
Modifier and Type | Method and Description |
---|---|
void |
WsProject.setProjectGroup(WsLookup projectGroup)
Sets the group this project belongs to.
|
void |
WsProject.setStatus(WsLookup status)
Sets the status of the project.
|
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.