com.ibm.commerce.contract.beansrc

Class ContractDataBeanBase

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.contract.objects.ContractAccessBean
        • com.ibm.commerce.contract.beansrc.ContractDataBeanBase
  • All Implemented Interfaces:
    com.ibm.commerce.security.Delegator, com.ibm.commerce.security.Protectable, java.io.Serializable
    Direct Known Subclasses:
    ContractDataBean


    public class ContractDataBeanBase
    extends com.ibm.commerce.contract.objects.ContractAccessBean
    implements com.ibm.commerce.security.Delegator
    Extension for com.ibm.commerce.contract.beans.ContractDataBean
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.security.Protectable getDelegate()
      Retrieves its delegate.
      • Methods inherited from class com.ibm.commerce.contract.objects.ContractAccessBean

        addToStore, createNewVersion, findActiveContractByFamilyId, findActiveContractByFamilyIdNoCache, findActiveContractByNameOwnerAndOrigin, findActiveContractByNameOwnerAndOriginNoCache, findAll, findByNameOwnerAndOrigin, findByNameOwnerAndOriginNoCache, findByNameOwnerOriginAndState, findByNameOwnerOriginAndStateNoCache, findByNameOwnerOriginAndVersion, findByNameOwnerOriginAndVersionNoCache, findByOwnerId, findByParticipantId, findByState, findClosableContractByNameOwnerAndOrigin, findContractWithLargestMinorByNameOwnerOriginAndMajorVersion, fulfills, getAccountId, getComments, getContractLevelParticipants, getContractsReferringToContractId, getDescription, getDescription, getEntity, getFamilyId, getFamilyIdInEntityType, getMajorVersion, getMajorVersionInEntityType, getMarkForDelete, getMarkForDeleteInEntityType, getMinorVersion, getMinorVersionInEntityType, getName, getOrigin, getOriginInEntityType, getOwner, getOwnerReferenceNumber, getOwnerReferenceNumberInEntityType, getReferenceNumber, getReferenceNumberInEntityType, getReferredTradingAgreementId, getState, getStateInEntityType, getStoreXMLDefinition, getStoreXMLString, getTCs, getTCsByTCSubType, getTCsByTCSubTypeWithoutTCParticipant, getTCsByTCType, getTCsByTCTypeWithoutTCParticipant, getTimeActivated, getTimeActivatedInEntityType, getTimeApproved, getTimeApprovedInEntityType, getTimeCreated, getTimeCreatedInEntityType, getTimeDeployed, getTimeDeployedInEntityType, getTimeUpdated, getTimeUpdatedInEntityType, getUsage, getUsageInEntityType, getXMLByTradingIdAndType, instantiateEntity, setAccountId, setComments, setFamilyId, setFamilyId, setInitKey_referenceNumber, setInitKey_referenceNumber, setMajorVersion, setMajorVersion, setMarkForDelete, setMarkForDelete, setMinorVersion, setMinorVersion, setName, setOrigin, setOrigin, setOwnerReferenceNumber, setOwnerReferenceNumber, setReferenceNumber, setReferenceNumber, setReferredTradingAgreementId, setState, setState, setStoreXMLDefinition, setStoreXMLDefinition, setTimeActivated, setTimeActivated, setTimeApproved, setTimeApproved, setTimeCreated, setTimeCreated, setTimeDeployed, setTimeDeployed, setTimeUpdated, setTimeUpdated, setUsage, setUsage
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContractDataBeanBase

        public ContractDataBeanBase()
    • Method Detail

      • getDelegate

        public com.ibm.commerce.security.Protectable getDelegate()
        Retrieves its delegate.
        Specified by:
        getDelegate in interface com.ibm.commerce.security.Delegator
        Returns:
        its delegate.
        Throws:
        java.lang.Exception