<?xml version = '1.0' encoding = 'windows-1252'?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar>
  <enterprise-beans>
    <session>
      <description>Session Bean ( Stateless )</description>
      <display-name>DocBLGCollegatiDetails</display-name>
      <ejb-name>DocBLGCollegatiDetails</ejb-name>
      <home>it.saga.library.documentiCollegati.DocBLGCollegatiDetailsHome</home>
      <remote>it.saga.library.documentiCollegati.DocBLGCollegatiDetails</remote>
      <local-home>it.saga.library.documentiCollegati.DocBLGCollegatiDetailsLocalHome</local-home>
      <local>it.saga.library.documentiCollegati.DocBLGCollegatiDetailsLocal</local>
      <ejb-class>it.saga.library.documentiCollegati.impl.DocBLGCollegatiDetailsBean</ejb-class>
      <session-type>Stateless</session-type>
      <transaction-type>Container</transaction-type>
      <ejb-local-ref>
        <ejb-ref-name>ejb/DocBLGCollegatiMasterLocal</ejb-ref-name>
        <ejb-ref-type>Session</ejb-ref-type>
        <local-home>it.saga.library.documentiCollegati.DocBLGCollegatiMasterLocalHome</local-home>
        <local>it.saga.library.documentiCollegati.DocBLGCollegatiMasterLocal</local>
        <ejb-link>DocBLGCollegatiMaster</ejb-link>
      </ejb-local-ref>
      <ejb-local-ref>
        <ejb-ref-name>ejb/RepBLGRepositoryLocal</ejb-ref-name>
        <ejb-ref-type>Session</ejb-ref-type>
        <local-home>it.saga.library.repository.RepBLGRepositoryLocalHome</local-home>
        <local>it.saga.library.repository.RepBLGRepositoryLocal</local>
        <ejb-link>RepBLGRepository</ejb-link>
      </ejb-local-ref>
    </session>
    <session>
      <description>Session Bean ( Stateless )</description>
      <display-name>DocBLGCollegatiMaster</display-name>
      <ejb-name>DocBLGCollegatiMaster</ejb-name>
      <home>it.saga.library.documentiCollegati.DocBLGCollegatiMasterHome</home>
      <remote>it.saga.library.documentiCollegati.DocBLGCollegatiMaster</remote>
      <local-home>it.saga.library.documentiCollegati.DocBLGCollegatiMasterLocalHome</local-home>
      <local>it.saga.library.documentiCollegati.DocBLGCollegatiMasterLocal</local>
      <ejb-class>it.saga.library.documentiCollegati.impl.DocBLGCollegatiMasterBean</ejb-class>
      <session-type>Stateless</session-type>
      <transaction-type>Container</transaction-type>
      <ejb-local-ref>
        <ejb-ref-name>ejb/DocBLGCollegatiDetailsLocal</ejb-ref-name>
        <ejb-ref-type>Session</ejb-ref-type>
        <local-home>it.saga.library.documentiCollegati.DocBLGCollegatiDetailsLocalHome</local-home>
        <local>it.saga.library.documentiCollegati.DocBLGCollegatiDetailsLocal</local>
        <ejb-link>DocBLGCollegatiDetails</ejb-link>
      </ejb-local-ref>
      <ejb-local-ref>
        <ejb-ref-name>ejb/RepBLGRepositoryLocal</ejb-ref-name>
        <ejb-ref-type>Session</ejb-ref-type>
        <local-home>it.saga.library.repository.RepBLGRepositoryLocalHome</local-home>
        <local>it.saga.library.repository.RepBLGRepositoryLocal</local>
        <ejb-link>RepBLGRepository</ejb-link>
      </ejb-local-ref>
    </session>
  </enterprise-beans>
  <assembly-descriptor>
    <security-role>
      <role-name>sicraweb</role-name>
    </security-role>
    <method-permission>
      <role-name>sicraweb</role-name>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>*</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>*</method-name>
      </method>
    </method-permission>
    <container-transaction>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>*</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>getEJBLocalHome</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>getPrimaryKey</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>remove</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>isIdentical</method-name>
        <method-params>
          <method-param>javax.ejb.EJBLocalObject</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>*</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>getEJBLocalHome</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>getPrimaryKey</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>remove</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>isIdentical</method-name>
        <method-params>
          <method-param>javax.ejb.EJBLocalObject</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>
    <container-transaction>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>*</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>getEJBLocalHome</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>getPrimaryKey</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>remove</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>isIdentical</method-name>
        <method-params>
          <method-param>javax.ejb.EJBLocalObject</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>*</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>getEJBLocalHome</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>getPrimaryKey</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>remove</method-name>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>isIdentical</method-name>
        <method-params>
          <method-param>javax.ejb.EJBLocalObject</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>read</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
          <method-param>java.lang.Long</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>save</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>readCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.lang.String</method-param>
          <method-param>java.lang.Object[]</method-param>
          <method-param>int</method-param>
          <method-param>int</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>computeCode</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACCodBase</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>updateCollection</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>java.util.List</method-param>
        </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>
    <container-transaction>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>
    <container-transaction>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>delete</method-name>
        <method-params>
          <method-param>it.saga.library.authentication.AutCFGUserSession</method-param>
          <method-param>it.saga.library.commonDataTypes.CdtDACPkBaseClass</method-param>
        </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>
    <container-transaction>
      <method>
        <ejb-name>DocBLGCollegatiDetails</ejb-name>
        <method-name>*</method-name>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>
    <container-transaction>
      <method>
        <ejb-name>DocBLGCollegatiMaster</ejb-name>
        <method-name>*</method-name>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>
  </assembly-descriptor>
</ejb-jar>