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.CreateExceptionpublic void ejbActivate()
throws javax.ejb.EJBException
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void ejbPassivate()
throws javax.ejb.EJBException
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void ejbRemove()
throws javax.ejb.EJBException
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void setSessionContext(javax.ejb.SessionContext context)
throws javax.ejb.EJBException
setSessionContext in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic DispositionReport addPublisherAssertions(PublisherAssertion publisherAssertion) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport addPublisherAssertions(PublisherAssertionList publisherAssertionList) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteBinding(java.lang.String bindingKey) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteBinding(java.util.Vector bindingKeys) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteBusiness(java.lang.String businessKey) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteBusiness(java.util.Vector businessKeys) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deletePublisherAssertions(PublisherAssertion publisherAssertion) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deletePublisherAssertions(PublisherAssertionList publisherAssertions) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteService(java.lang.String serviceKey) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteService(java.util.Vector serviceKeys) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteTModel(java.lang.String tModelKey) throws DispositionReportException
DispositionReportExceptionpublic DispositionReport deleteTModel(java.util.Vector tModelKeys) throws DispositionReportException
DispositionReportExceptionpublic AssertionStatusReport getAssertionStatusReport() throws DispositionReportException
DispositionReportExceptionpublic AssertionStatusReport getAssertionStatusReport(java.lang.String completionStatus) throws DispositionReportException
DispositionReportExceptionpublic RegisteredInfo getRegisteredInfo() throws DispositionReportException
DispositionReportExceptionpublic PublisherAssertions getPublisherAssertions() throws DispositionReportException
DispositionReportExceptionpublic BindingDetail saveBinding(BindingTemplate bindingTemplate) throws DispositionReportException
DispositionReportExceptionpublic BindingDetail saveBinding(BindingTemplateList bindingTemplates) throws DispositionReportException
DispositionReportExceptionpublic BusinessDetail saveBusiness(BusinessEntity businessEntity) throws DispositionReportException
DispositionReportExceptionpublic BusinessDetail saveBusiness(BusinessEntityList businessEntities) throws DispositionReportException
DispositionReportExceptionpublic BusinessDetail saveBusiness(java.lang.String uploadRegister) throws DispositionReportException
DispositionReportExceptionpublic BusinessDetail saveBusiness(UploadRegisterList uploadRegisters) throws DispositionReportException
DispositionReportExceptionpublic ServiceDetail saveService(BusinessService businessService) throws DispositionReportException
DispositionReportExceptionpublic ServiceDetail saveService(BusinessServiceList businessServices) throws DispositionReportException
DispositionReportExceptionpublic TModelDetail saveTModel(TModel tModel) throws DispositionReportException
DispositionReportExceptionpublic TModelDetail saveTModel(TModels tModels) throws DispositionReportException
DispositionReportExceptionpublic TModelDetail saveTModel(java.lang.String uploadRegister) throws DispositionReportException
DispositionReportExceptionpublic TModelDetail saveTModel(UploadRegisterList uploadRegisters) throws DispositionReportException
DispositionReportExceptionpublic PublisherAssertions setPublisherAssertions() throws DispositionReportException
DispositionReportExceptionpublic PublisherAssertions setPublisherAssertions(PublisherAssertionList publisherAssertionList) throws DispositionReportException
DispositionReportException