Uses of Class
org.company.thesandbox.domain.Record

Packages that use Record
org.company.thesandbox.domain   
 

Uses of Record in org.company.thesandbox.domain
 

Methods in org.company.thesandbox.domain that return Record
 Record OrderLineImplBase.getRecord()
           
 

Methods in org.company.thesandbox.domain that return types with arguments of type Record
 java.util.Set<Record> ProductImplBase.getRecord()
           
 

Methods in org.company.thesandbox.domain with parameters of type Record
 void ProductImplBase.addToRecord(Record element)
          Implements the setter of association end
 void ProductImplBase.removeFromRecord(Record element)
           
 void OrderLineImplBase.setRecord(Record element)
          Implements adding single element to a collection
 void ProductImplBase.z_internalAddToRecord(Record element)
          Should NOT be used by clients! Implements the correct setting of the link for + owner : Customer when a single element is added to it.
 void ProductImplBase.z_internalRemoveFromRecord(Record element)
          Should NOT be used by clients! Implements the correct setting of the link for + owner : Customer when a single element is removed to it.
 void OrderLineImplBase.z_internalRemoverecord(Record element)
          This operation should NOT be used by clients.
 void OrderLineImplBase.z_internalSetrecord(Record element)
          This operation should NOT be used by clients.
 



Copyright © 2010. All Rights Reserved.