|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.projmgmt.admin.StandardProjAdminService
public class StandardProjAdminService
Standard implementation of the proj admin service interfaces
Use the newStandardProjAdminService static factory method(s),
not the StandardProjAdminService constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Project2 |
create(Project2 project)
Persists a Project2 object. |
Project2 |
create(Project2 project,
String type)
Persists a Project2 object. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Project2 create(Project2 project)
throws WTException
create in interface ProjAdminServiceproject -
WTException
public Project2 create(Project2 project,
String type)
throws WTException
create in interface ProjAdminServiceproject - type -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||