|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreatorLocal
| Method Summary | |
|---|---|
MenuData |
createOrUpdateMenuData(TrimEx trim,
DocBase doc,
Account account)
This method is called when a message arrives in the evaluator queue. |
MenuData |
createTRIMEvent(MenuData mdPrior,
AccountUser activeAccountUser,
java.lang.String transitionName,
java.util.Date now)
|
MenuData |
createTRIMPlaceholder(AccountUser accountUser,
java.lang.String trimPath,
java.lang.String context,
java.util.Date now,
java.lang.String alias)
Instantiate a new document and new Menudata item pointing to it. |
void |
marshalToDocument(Trim trim,
DocXML docXML)
Marshal the specified Trim object graph back to the specified document. |
void |
sendCopyTo(AccountUser accountUser,
long documentId,
long otherAccountId)
Send a copy of an existing document to another account |
void |
submit(long accountId,
long userId,
ContinuityOfCareRecord ccr)
Submit from a finished CCR graph but no document |
void |
submit(MenuData md,
AccountUser activeAccountUser)
Submit the document associated with this menuData item |
| Method Detail |
|---|
MenuData createTRIMPlaceholder(AccountUser accountUser,
java.lang.String trimPath,
java.lang.String context,
java.util.Date now,
java.lang.String alias)
throws javax.xml.bind.JAXBException,
TRIMException
accountId - ms - parent -
javax.xml.bind.JAXBException
TRIMException
MenuData createTRIMEvent(MenuData mdPrior,
AccountUser activeAccountUser,
java.lang.String transitionName,
java.util.Date now)
throws javax.xml.bind.JAXBException,
TRIMException
javax.xml.bind.JAXBException
TRIMException
void submit(MenuData md,
AccountUser activeAccountUser)
throws java.lang.Exception
java.lang.Exception
void submit(long accountId,
long userId,
ContinuityOfCareRecord ccr)
throws java.lang.Exception
accountId - userId - ccr -
java.lang.Exception
void sendCopyTo(AccountUser accountUser,
long documentId,
long otherAccountId)
throws java.lang.Exception
java.lang.Exception
MenuData createOrUpdateMenuData(TrimEx trim,
DocBase doc,
Account account)
trim - The source trim, which must be held immutable at this pointaccount - The account we are processing
void marshalToDocument(Trim trim,
DocXML docXML)
throws javax.xml.bind.JAXBException,
TRIMException
trim - docXML -
javax.xml.bind.JAXBException
TRIMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||