|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.document.NmDocumentServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
NmDocumentServiceFwd()
|
Method Summary | |
void |
addAttachment(NmCommandBean cb)
Supported API: false |
NmOid |
create(NmCommandBean cb,
NmDocument nmDocument,
String tempFile)
Supported API: false |
NmOid |
createFromTemplate(NmCommandBean cb,
NmDocument nmDocument,
String templateOid)
Supported API: false |
NmChangeModel[] |
disable(NmCommandBean cb)
Supported API: false |
String |
download(NmOid nmOid)
Supported API: false |
String |
edit(NmCommandBean cb)
Supported API: false |
String |
edit(NmOid docOid)
Supported API: false |
String |
edit(NmOid docOid,
boolean redirect)
Supported API: false |
NmChangeModel[] |
enable(NmCommandBean cb)
Supported API: false |
HashMap |
getDocDetailsModels(NmCommandBean cb,
boolean showOld)
Supported API: false |
NmDocument |
getDocumentProperties(NmCommandBean cb)
Supported API: false |
NmDocument |
getDocumentProperties(NmOid nmOid)
Supported API: false |
NmDocument |
getDocumentProperties(NmOid oid,
boolean viewOld)
Supported API: false |
private static Manager |
getManager()
|
NmDocument |
getMinimalDocumentProperties(NmOid nmOid)
Supported API: false |
NmDocument |
getMinimalDocumentProperties(NmOid nmOid,
Persistable ref)
Supported API: false |
NmDocument |
getNmDocument(NmCommandBean cb)
Supported API: false |
NmDocument |
getNmDocument(NmOid oid)
Supported API: false |
NmDocument |
getNmDocumentWithContent(NmOid oid)
Supported API: false |
NmDocument |
getNmDocumentWithType(NmOid oid)
Supported API: false |
ArrayList |
getTemplates(NmOid projectOid)
Supported API: false |
boolean |
hasTemplates(WTContainerRef containerRef)
Supported API: false |
boolean |
isTemplate(NmCommandBean cb)
Supported API: false |
boolean |
isTemplate(NmOid oid)
Supported API: false |
NmDefaultHTMLTable |
listAttachments(NmCommandBean cb)
Supported API: false |
NmHTMLTable |
listDescribes(NmCommandBean cb,
boolean showOld)
Supported API: false |
NmDefaultHTMLTable |
listHistory(NmCommandBean cb)
Supported API: false |
NmHTMLTable |
listReferences(NmCommandBean cb,
boolean showOld)
Supported API: false |
void |
rename(NmCommandBean cb,
NmDocument nmDocument)
Supported API: false |
void |
update(NmCommandBean cb,
NmDocument nmDocument,
String tempFile,
String checkInComments,
boolean checkOut)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public NmDocumentServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public NmOid create(NmCommandBean cb, NmDocument nmDocument, String tempFile) throws WTException
create
in interface NmDocumentService
cb
- nmDocument
- tempFile
-
WTException
public String edit(NmCommandBean cb) throws WTException
edit
in interface NmDocumentService
cb
-
WTException
public void update(NmCommandBean cb, NmDocument nmDocument, String tempFile, String checkInComments, boolean checkOut) throws WTException
update
in interface NmDocumentService
cb
- nmDocument
- tempFile
- checkInComments
- checkOut
-
WTException
public NmDocument getDocumentProperties(NmCommandBean cb) throws WTException
getDocumentProperties
in interface NmDocumentService
cb
-
WTException
public NmDocument getDocumentProperties(NmOid oid, boolean viewOld) throws WTException
getDocumentProperties
in interface NmDocumentService
oid
- viewOld
-
WTException
public NmDefaultHTMLTable listHistory(NmCommandBean cb) throws WTException
listHistory
in interface NmDocumentService
cb
-
WTException
public String download(NmOid nmOid) throws WTException
download
in interface NmDocumentService
nmOid
-
WTException
public NmOid createFromTemplate(NmCommandBean cb, NmDocument nmDocument, String templateOid) throws WTException
createFromTemplate
in interface NmDocumentService
cb
- nmDocument
- templateOid
-
WTException
public ArrayList getTemplates(NmOid projectOid) throws WTException
getTemplates
in interface NmDocumentService
projectOid
-
WTException
public String edit(NmOid docOid) throws WTException
edit
in interface NmDocumentService
docOid
-
WTException
public NmDocument getDocumentProperties(NmOid nmOid) throws WTException
getDocumentProperties
in interface NmDocumentService
nmOid
-
WTException
public NmDocument getMinimalDocumentProperties(NmOid nmOid) throws WTException
getMinimalDocumentProperties
in interface NmDocumentService
nmOid
-
WTException
public NmDocument getMinimalDocumentProperties(NmOid nmOid, Persistable ref) throws WTException
getMinimalDocumentProperties
in interface NmDocumentService
nmOid
- ref
-
WTException
public NmChangeModel[] enable(NmCommandBean cb) throws WTException
enable
in interface NmDocumentService
cb
-
WTException
public NmChangeModel[] disable(NmCommandBean cb) throws WTException
disable
in interface NmDocumentService
cb
-
WTException
public NmDocument getNmDocument(NmOid oid) throws WTException
getNmDocument
in interface NmDocumentService
oid
-
WTException
public NmDocument getNmDocument(NmCommandBean cb) throws WTException
getNmDocument
in interface NmDocumentService
cb
-
WTException
public NmHTMLTable listReferences(NmCommandBean cb, boolean showOld) throws WTException
listReferences
in interface NmDocumentService
cb
- showOld
-
WTException
public NmHTMLTable listDescribes(NmCommandBean cb, boolean showOld) throws WTException
listDescribes
in interface NmDocumentService
cb
- showOld
-
WTException
public NmDefaultHTMLTable listAttachments(NmCommandBean cb) throws WTException
listAttachments
in interface NmDocumentService
cb
-
WTException
public void addAttachment(NmCommandBean cb) throws WTException
addAttachment
in interface NmDocumentService
cb
-
WTException
public boolean isTemplate(NmOid oid) throws WTException
isTemplate
in interface NmDocumentService
oid
-
WTException
public boolean isTemplate(NmCommandBean cb) throws WTException
isTemplate
in interface NmDocumentService
cb
-
WTException
public boolean hasTemplates(WTContainerRef containerRef) throws WTException
hasTemplates
in interface NmDocumentService
containerRef
-
WTException
public NmDocument getNmDocumentWithContent(NmOid oid) throws WTException
getNmDocumentWithContent
in interface NmDocumentService
oid
-
WTException
public String edit(NmOid docOid, boolean redirect) throws WTException
edit
in interface NmDocumentService
docOid
- redirect
-
WTException
public HashMap getDocDetailsModels(NmCommandBean cb, boolean showOld) throws WTException
getDocDetailsModels
in interface NmDocumentService
cb
- showOld
-
WTException
public NmDocument getNmDocumentWithType(NmOid oid) throws WTException
getNmDocumentWithType
in interface NmDocumentService
oid
-
WTException
public void rename(NmCommandBean cb, NmDocument nmDocument) throws WTException
rename
in interface NmDocumentService
cb
- nmDocument
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |