TaxRuleRepository
class TaxRuleRepository extends EntityRepository
TaxRuleRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Methods
setApp($app)
No description
newTaxRule()
No description
getByRule(int|null|Product $Product = null, int|null|ProductClass $ProductClass = null, int|null|Pref $Pref = null, int|null|Country $Country = null)
現在有効な税率設定情報を返す
array|null
getList()
getList
array
getById(int $id)
getById
mixed
getByTime(string $applyDate)
getByTime
Details
at line 43
setApp($app)
at line 48
newTaxRule()
at line 72
TaxRule
getByRule(int|null|Product $Product = null, int|null|ProductClass $ProductClass = null, int|null|Pref $Pref = null, int|null|Country $Country = null)
現在有効な税率設定情報を返す
at line 209
array|null
getList()
getList
at line 227
array
getById(int $id)
getById
at line 242
mixed
getByTime(string $applyDate)
getByTime
at line 258
void
delete(int|TaxRule $TaxRule)
税規約の削除.