Operation |
Details |
public acceptPubItem( PubItemVO pubItem, String acceptComment, AccountUserVO user):PubItemVO |
Sequential Tags: | throws=TechnicalException,SecurityException,PubItemNotFoundException,ItemInvalidException
| Notes: | {@inheritDoc} @author Peter Broszeit | |
public createPubItem( ContextRO pubCollectionRef, AccountUserVO user):PubItemVO |
Sequential Tags: | throws=TechnicalException,SecurityException,PubCollectionNotFoundException
| |
public createRevisionOfItem( PubItemVO originalPubItem, String relationComment, ContextRO pubCollection, AccountUserVO owner):PubItemVO |
Sequential Tags: | throws=SecurityException,PubItemMandatoryAttributesMissingException,PubItemLockedException,PubCollectionNotFoundException,PubItemNotFoundException,PubItemStatusInvalidException,PubItemAlreadyReleasedException,TechnicalException
| Notes: | (non-Javadoc) @see de.mpg.escidoc.services.pubman.PubItemDepositing#createRevisionOfItem(de.mpg.escidoc.services.common.valueobjects.PubItemVO, java.lang.String, de.mpg.escidoc.services.common.valueobjects.ContextVO, de.mpg.escidoc.services.common.valueobjects.AccountUserVO) | |
public deletePubItem( ItemRO pubItemRef, AccountUserVO user):void |
Sequential Tags: | throws=TechnicalException,PubItemNotFoundException,PubItemLockedException,PubItemStatusInvalidException
| |
public getPubCollectionListForDepositing( AccountUserVO user):List |
Sequential Tags: | throws=TechnicalException
| |
public savePubItem( PubItemVO pubItem, AccountUserVO user):PubItemVO |
Sequential Tags: | throws=TechnicalException,PubItemMandatoryAttributesMissingException,PubCollectionNotFoundException,PubItemLockedException,PubItemNotFoundException,PubItemStatusInvalidException,SecurityException,PubItemAlreadyReleasedException,URISyntaxException,AuthorizationEx
| Notes: | {@inheritDoc} Changed by Peter Broszeit, 17.10.2007: Method prepared to save also released items and restructed. | |
public submitAndReleasePubItem( PubItemVO pubItem, String submissionComment, AccountUserVO user):PubItemVO |
Sequential Tags: | throws=DepositingException,TechnicalException,PubItemNotFoundException,SecurityException,PubManException,ItemInvalidException
| |
public submitPubItem( PubItemVO pubItem, String submissionComment, AccountUserVO user):PubItemVO |
Sequential Tags: | throws=DepositingException,TechnicalException,PubItemNotFoundException,SecurityException,PubManException,ItemInvalidException,URISyntaxException,AuthorizationException
| |
|