TaxRuleRepository
class TaxRuleRepository extends EntityRepository
TaxRuleRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Properties
protected | $app |
Methods
setApplication($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
clearCache()
TaxRule のキャッシュをクリアする.
Details
at line 43
setApplication($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 219
array|null
getList()
getList
at line 237
array
getById(int $id)
getById
at line 252
mixed
getByTime(string $applyDate)
getByTime
at line 268
void
delete(int|TaxRule $TaxRule)
税規約の削除.
at line 288
clearCache()
TaxRule のキャッシュをクリアする.
getByRule() をコールすると、結果をキャッシュし、2回目以降はデータベースへアクセスしない. このメソッドをコールすると、キャッシュをクリアし、再度データベースを参照して結果を取得する.