public class PublishBean
extends java.lang.Object
implements javax.ejb.SessionBean
See Publish
for detailed javadoc of each method.
Constructor and Description |
---|
PublishBean()
Deprecated.
|
public void ejbCreate() throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbActivate() throws javax.ejb.EJBException
ejbActivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void ejbPassivate() throws javax.ejb.EJBException
ejbPassivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void ejbRemove() throws javax.ejb.EJBException
ejbRemove
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void setSessionContext(javax.ejb.SessionContext context) throws javax.ejb.EJBException
setSessionContext
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public DispositionReport addPublisherAssertions(PublisherAssertion publisherAssertion) throws DispositionReportException
DispositionReportException
public DispositionReport addPublisherAssertions(PublisherAssertionList publisherAssertionList) throws DispositionReportException
DispositionReportException
public DispositionReport deleteBinding(java.lang.String bindingKey) throws DispositionReportException
DispositionReportException
public DispositionReport deleteBinding(java.util.Vector bindingKeys) throws DispositionReportException
DispositionReportException
public DispositionReport deleteBusiness(java.lang.String businessKey) throws DispositionReportException
DispositionReportException
public DispositionReport deleteBusiness(java.util.Vector businessKeys) throws DispositionReportException
DispositionReportException
public DispositionReport deletePublisherAssertions(PublisherAssertion publisherAssertion) throws DispositionReportException
DispositionReportException
public DispositionReport deletePublisherAssertions(PublisherAssertionList publisherAssertions) throws DispositionReportException
DispositionReportException
public DispositionReport deleteService(java.lang.String serviceKey) throws DispositionReportException
DispositionReportException
public DispositionReport deleteService(java.util.Vector serviceKeys) throws DispositionReportException
DispositionReportException
public DispositionReport deleteTModel(java.lang.String tModelKey) throws DispositionReportException
DispositionReportException
public DispositionReport deleteTModel(java.util.Vector tModelKeys) throws DispositionReportException
DispositionReportException
public AssertionStatusReport getAssertionStatusReport() throws DispositionReportException
DispositionReportException
public AssertionStatusReport getAssertionStatusReport(java.lang.String completionStatus) throws DispositionReportException
DispositionReportException
public RegisteredInfo getRegisteredInfo() throws DispositionReportException
DispositionReportException
public PublisherAssertions getPublisherAssertions() throws DispositionReportException
DispositionReportException
public BindingDetail saveBinding(BindingTemplate bindingTemplate) throws DispositionReportException
DispositionReportException
public BindingDetail saveBinding(BindingTemplateList bindingTemplates) throws DispositionReportException
DispositionReportException
public BusinessDetail saveBusiness(BusinessEntity businessEntity) throws DispositionReportException
DispositionReportException
public BusinessDetail saveBusiness(BusinessEntityList businessEntities) throws DispositionReportException
DispositionReportException
public BusinessDetail saveBusiness(java.lang.String uploadRegister) throws DispositionReportException
DispositionReportException
public BusinessDetail saveBusiness(UploadRegisterList uploadRegisters) throws DispositionReportException
DispositionReportException
public ServiceDetail saveService(BusinessService businessService) throws DispositionReportException
DispositionReportException
public ServiceDetail saveService(BusinessServiceList businessServices) throws DispositionReportException
DispositionReportException
public TModelDetail saveTModel(TModel tModel) throws DispositionReportException
DispositionReportException
public TModelDetail saveTModel(TModels tModels) throws DispositionReportException
DispositionReportException
public TModelDetail saveTModel(java.lang.String uploadRegister) throws DispositionReportException
DispositionReportException
public TModelDetail saveTModel(UploadRegisterList uploadRegisters) throws DispositionReportException
DispositionReportException
public PublisherAssertions setPublisherAssertions() throws DispositionReportException
DispositionReportException
public PublisherAssertions setPublisherAssertions(PublisherAssertionList publisherAssertionList) throws DispositionReportException
DispositionReportException