PaymentTermsRepository
class PaymentTermsRepository extends EntityRepository
Class PaymentTermsRepository is injected as alligator.payment.terms.repository service. PaymentTermsRepository is used for crud operation for managed entity.
Use this class to work with database.
Constants
| ALIAS |
Payment terms alias |
Methods
mixed
getPaymentTerms()
Get payment terms id and content
Details
at line 33
mixed
getPaymentTerms()
Get payment terms id and content
at line 47
PaymentTerms
savePaymentTerms(PaymentTerms $paymentTerms)
Save payment terms object to database