[INDEX] repository

出力ポート&アダプタ

OutputPort
Repositoryインタフェース。
Gateway
Repositoryインタフェースのメソッド。外界への出口。
OutputAdapter
Repository実装クラス。@Repositoryがつけられるもの。
Invocation
実装メソッド。
OutputPort Gateway OutputAdapter Invocation
PageNationRepository getPageInfo PageNationDataSource getPageInfo
在庫リポジトリインターフェース save InventoryDataSource save
在庫リポジトリインターフェース findByKey InventoryDataSource findByKey
在庫リポジトリインターフェース selectAll InventoryDataSource selectAll
在庫リポジトリインターフェース selectAllWithPageInfo InventoryDataSource selectAllWithPageInfo
在庫リポジトリインターフェース searchByCriteria InventoryDataSource searchByCriteria
在庫リポジトリインターフェース searchWithPageInfo InventoryDataSource searchWithPageInfo
在庫リポジトリインターフェース delete InventoryDataSource delete
在庫リポジトリインターフェース deleteAll InventoryDataSource deleteAll
DepartmentRepository findById DepartmentDataSource findById
DepartmentRepository findByCode DepartmentDataSource findByCode
DepartmentRepository selectAll DepartmentDataSource selectAll
DepartmentRepository selectAllWithPageInfo DepartmentDataSource selectAllWithPageInfo
DepartmentRepository save DepartmentDataSource save
DepartmentRepository deleteById DepartmentDataSource deleteById
DepartmentRepository deleteAll DepartmentDataSource deleteAll
DepartmentRepository searchWithPageInfo DepartmentDataSource searchWithPageInfo
EmployeeRepository findById EmployeeDataSource findById
EmployeeRepository selectAll EmployeeDataSource selectAll
EmployeeRepository selectAllWithPageInfo EmployeeDataSource selectAllWithPageInfo
EmployeeRepository save EmployeeDataSource save
EmployeeRepository deleteById EmployeeDataSource deleteById
EmployeeRepository deleteAll EmployeeDataSource deleteAll
EmployeeRepository searchWithPageInfo EmployeeDataSource searchWithPageInfo
LocationNumberRepository findById LocationNumberDataSource findById
LocationNumberRepository findByWarehouseCode LocationNumberDataSource findByWarehouseCode
LocationNumberRepository findByLocationNumberCode LocationNumberDataSource findByLocationNumberCode
LocationNumberRepository selectAll LocationNumberDataSource selectAll
LocationNumberRepository selectAllWithPageInfo LocationNumberDataSource selectAllWithPageInfo
LocationNumberRepository save LocationNumberDataSource save
LocationNumberRepository deleteById LocationNumberDataSource deleteById
LocationNumberRepository deleteAll LocationNumberDataSource deleteAll
LocationNumberRepository searchWithPageInfo LocationNumberDataSource searchWithPageInfo
PartnerRepository deleteAll PartnerDataSource deleteAll
PartnerRepository save PartnerDataSource save
PartnerRepository selectAll PartnerDataSource selectAll
PartnerRepository findById PartnerDataSource findById
PartnerRepository deleteById PartnerDataSource deleteById
PartnerRepository selectAllWithPageInfo PartnerDataSource selectAllWithPageInfo
PartnerRepository selectAllCustomerWithPageInfo PartnerDataSource selectAllCustomerWithPageInfo
PartnerRepository selectAllVendorWithPageInfo PartnerDataSource selectAllVendorWithPageInfo
PartnerRepository searchWithPageInfo PartnerDataSource searchWithPageInfo
PartnerRepository selectAllCustomer PartnerDataSource selectAllCustomer
PartnerRepository findCustomerById PartnerDataSource findCustomerById
PartnerRepository searchCustomerWithPageInfo PartnerDataSource searchCustomerWithPageInfo
PartnerRepository selectAllVendor PartnerDataSource selectAllVendor
PartnerRepository findVendorById PartnerDataSource findVendorById
PartnerRepository searchVendorWithPageInfo PartnerDataSource searchVendorWithPageInfo
PartnerCategoryRepository deleteAll PartnerCategoryDataSource deleteAll
PartnerCategoryRepository save PartnerCategoryDataSource save
PartnerCategoryRepository selectAll PartnerCategoryDataSource selectAll
PartnerCategoryRepository findById PartnerCategoryDataSource findById
PartnerCategoryRepository deleteById PartnerCategoryDataSource deleteById
PartnerCategoryRepository search PartnerCategoryDataSource search
PartnerCategoryRepository selectAllWithPageInfo PartnerCategoryDataSource selectAllWithPageInfo
PartnerCategoryRepository searchWithPageInfo PartnerCategoryDataSource searchWithPageInfo
PartnerGroupRepository deleteAll PartnerGroupDataSource deleteAll
PartnerGroupRepository save PartnerGroupDataSource save
PartnerGroupRepository selectAll PartnerGroupDataSource selectAll
PartnerGroupRepository findById PartnerGroupDataSource findById
PartnerGroupRepository deleteById PartnerGroupDataSource deleteById
PartnerGroupRepository selectAllWithPageInfo PartnerGroupDataSource selectAllWithPageInfo
PartnerGroupRepository searchWithPageInfo PartnerGroupDataSource searchWithPageInfo
入金データのリポジトリインターフェース save 入金口座のリポジトリ実装 save
入金データのリポジトリインターフェース selectAll 入金口座のリポジトリ実装 selectAll
入金データのリポジトリインターフェース findById 入金口座のリポジトリ実装 findById
入金データのリポジトリインターフェース delete 入金口座のリポジトリ実装 delete
入金データのリポジトリインターフェース deleteAll 入金口座のリポジトリ実装 deleteAll
入金データのリポジトリインターフェース selectAllWithPageInfo 入金口座のリポジトリ実装 selectAllWithPageInfo
入金データのリポジトリインターフェース searchWithPageInfo 入金口座のリポジトリ実装 searchWithPageInfo
ProductRepository deleteAll ProductDataSource deleteAll
ProductRepository save ProductDataSource save
ProductRepository selectAll ProductDataSource selectAll
ProductRepository findById ProductDataSource findById
ProductRepository deleteById ProductDataSource deleteById
ProductRepository selectAllWithPageInfo ProductDataSource selectAllWithPageInfo
ProductRepository selectAllBoms ProductDataSource selectAllBoms
ProductRepository searchWithPageInfo ProductDataSource searchWithPageInfo
ProductCategoryRepository deleteAll ProductCategoryDataSource deleteAll
ProductCategoryRepository save ProductCategoryDataSource save
ProductCategoryRepository selectAll ProductCategoryDataSource selectAll
ProductCategoryRepository findById ProductCategoryDataSource findById
ProductCategoryRepository deleteById ProductCategoryDataSource deleteById
ProductCategoryRepository selectAllWithPageInfo ProductCategoryDataSource selectAllWithPageInfo
ProductCategoryRepository searchWithPageInfo ProductCategoryDataSource searchWithPageInfo
RegionRepository deleteAll RegionDataSource deleteAll
RegionRepository save RegionDataSource save
RegionRepository selectAll RegionDataSource selectAll
RegionRepository findById RegionDataSource findById
RegionRepository deleteById RegionDataSource deleteById
RegionRepository selectAllWithPageInfo RegionDataSource selectAllWithPageInfo
RegionRepository searchWithPageInfo RegionDataSource searchWithPageInfo
WarehouseRepository findById WarehouseDataSource findById
WarehouseRepository findByCode WarehouseDataSource findByCode
WarehouseRepository selectAll WarehouseDataSource selectAll
WarehouseRepository selectAllWithPageInfo WarehouseDataSource selectAllWithPageInfo
WarehouseRepository save WarehouseDataSource save
WarehouseRepository deleteById WarehouseDataSource deleteById
WarehouseRepository deleteAll WarehouseDataSource deleteAll
WarehouseRepository searchWithPageInfo WarehouseDataSource searchWithPageInfo
発注リポジトリ selectAll PurchaseOrderDataSource selectAll
発注リポジトリ save PurchaseOrderDataSource save
発注リポジトリ findByPurchaseOrderNumber PurchaseOrderDataSource findByPurchaseOrderNumber
発注リポジトリ selectAllWithPageInfo PurchaseOrderDataSource selectAllWithPageInfo
発注リポジトリ searchWithPageInfo PurchaseOrderDataSource searchWithPageInfo
発注リポジトリ delete PurchaseOrderDataSource delete
発注リポジトリ findByCompletionFlag PurchaseOrderDataSource findByCompletionFlag
発注リポジトリ deleteAll PurchaseOrderDataSource deleteAll
支払リポジトリ selectAll PurchasePaymentDataSource selectAll
支払リポジトリ save PurchasePaymentDataSource save
支払リポジトリ findByPaymentNumber PurchasePaymentDataSource findByPaymentNumber
支払リポジトリ selectAllWithPageInfo PurchasePaymentDataSource selectAllWithPageInfo
支払リポジトリ searchWithPageInfo PurchasePaymentDataSource searchWithPageInfo
支払リポジトリ delete PurchasePaymentDataSource delete
支払リポジトリ deleteAll PurchasePaymentDataSource deleteAll
仕入リポジトリ selectAll PurchaseDataSource selectAll
仕入リポジトリ save PurchaseDataSource save
仕入リポジトリ findByPurchaseNumber PurchaseDataSource findByPurchaseNumber
仕入リポジトリ selectAllWithPageInfo PurchaseDataSource selectAllWithPageInfo
仕入リポジトリ searchWithPageInfo PurchaseDataSource searchWithPageInfo
仕入リポジトリ delete PurchaseDataSource delete
仕入リポジトリ deleteAll PurchaseDataSource deleteAll
請求データリポジトリインターフェース deleteAll 請求データリポジトリ実装 deleteAll
請求データリポジトリインターフェース save 請求データリポジトリ実装 save
請求データリポジトリインターフェース selectAll 請求データリポジトリ実装 selectAll
請求データリポジトリインターフェース findById 請求データリポジトリ実装 findById
請求データリポジトリインターフェース delete 請求データリポジトリ実装 delete
請求データリポジトリインターフェース selectAllWithPageInfo 請求データリポジトリ実装 selectAllWithPageInfo
請求データリポジトリインターフェース searchWithPageInfo 請求データリポジトリ実装 searchWithPageInfo
請求データリポジトリインターフェース save 請求データリポジトリ実装 save
請求データリポジトリインターフェース selectLatestByCustomerCode 請求データリポジトリ実装 selectLatestByCustomerCode
SalesOrderRepository deleteAll SalesOrderDataSource deleteAll
SalesOrderRepository save SalesOrderDataSource save
SalesOrderRepository selectAll SalesOrderDataSource selectAll
SalesOrderRepository findById SalesOrderDataSource findById
SalesOrderRepository delete SalesOrderDataSource delete
SalesOrderRepository selectAllWithPageInfo SalesOrderDataSource selectAllWithPageInfo
SalesOrderRepository searchWithPageInfo SalesOrderDataSource searchWithPageInfo
SalesOrderRepository save SalesOrderDataSource save
SalesOrderRepository selectAllNotComplete SalesOrderDataSource selectAllNotComplete
入金データのリポジトリインターフェース deleteAll 入金データのリポジトリ実装 deleteAll
入金データのリポジトリインターフェース save 入金データのリポジトリ実装 save
入金データのリポジトリインターフェース selectAll 入金データのリポジトリ実装 selectAll
入金データのリポジトリインターフェース findById 入金データのリポジトリ実装 findById
入金データのリポジトリインターフェース delete 入金データのリポジトリ実装 delete
入金データのリポジトリインターフェース selectAllWithPageInfo 入金データのリポジトリ実装 selectAllWithPageInfo
入金データのリポジトリインターフェース searchWithPageInfo 入金データのリポジトリ実装 searchWithPageInfo
入金データのリポジトリインターフェース findByCustomer 入金データのリポジトリ実装 findByCustomer
入金データのリポジトリインターフェース findByAccount 入金データのリポジトリ実装 findByAccount
SalesRepository deleteAll SalesDataSource deleteAll
SalesRepository save SalesDataSource save
SalesRepository selectAll SalesDataSource selectAll
SalesRepository findById SalesDataSource findById
SalesRepository delete SalesDataSource delete
SalesRepository selectAllWithPageInfo SalesDataSource selectAllWithPageInfo
SalesRepository searchWithPageInfo SalesDataSource searchWithPageInfo
SalesRepository save SalesDataSource save
SalesRepository deleteExceptInvoiced SalesDataSource deleteExceptInvoiced
SalesRepository selectBillingLines SalesDataSource selectBillingLines
SalesRepository selectAllUnbilled SalesDataSource selectAllUnbilled
ShippingRepository save ShippingDataSource save
ShippingRepository selectAll ShippingDataSource selectAll
ShippingRepository selectAllComplete ShippingDataSource selectAllComplete
ShippingRepository selectAllNotComplete ShippingDataSource selectAllNotComplete
ShippingRepository findById ShippingDataSource findById
ShippingRepository selectAllWithPageInfo ShippingDataSource selectAllWithPageInfo
ShippingRepository selectAllWithPageInfoAllComplete ShippingDataSource selectAllWithPageInfoAllComplete
ShippingRepository selectAllWithPageInfoNotComplete ShippingDataSource selectAllWithPageInfoNotComplete
ShippingRepository searchWithPageInfo ShippingDataSource searchWithPageInfo
ShippingRepository updateSalesOrderLine ShippingDataSource updateSalesOrderLine
ShippingRepository search ShippingDataSource search
監査リポジトリ deleteAll ApplicationExecutionHistoryDataSource deleteAll
監査リポジトリ save ApplicationExecutionHistoryDataSource save
監査リポジトリ selectAll ApplicationExecutionHistoryDataSource selectAll
監査リポジトリ findById ApplicationExecutionHistoryDataSource findById
監査リポジトリ deleteById ApplicationExecutionHistoryDataSource deleteById
監査リポジトリ selectAllWithPageInfo ApplicationExecutionHistoryDataSource selectAllWithPageInfo
監査リポジトリ start ApplicationExecutionHistoryDataSource start
監査リポジトリ searchWithPageInfo ApplicationExecutionHistoryDataSource searchWithPageInfo
認証リポジトリ findById JwtDataSource findById
認証リポジトリ generateJwtToken JwtDataSource generateJwtToken
認証リポジトリ getUserNameFromJwtToke JwtDataSource getUserNameFromJwtToke
認証リポジトリ validateJwtToke JwtDataSource validateJwtToke
AutoNumberRepository deleteAll AutoNumberDataSource deleteAll
AutoNumberRepository save AutoNumberDataSource save
AutoNumberRepository selectAll AutoNumberDataSource selectAll
AutoNumberRepository findByDocumentTypeAndYearMonth AutoNumberDataSource findByDocumentTypeAndYearMonth
AutoNumberRepository delete AutoNumberDataSource delete
AutoNumberRepository getNextDocumentNumber AutoNumberDataSource getNextDocumentNumber
AutoNumberRepository incrementDocumentNumber AutoNumberDataSource incrementDocumentNumber
CustomerCSVRepository convert CustomerCSVDataSource convert
CustomerCSVRepository countBy CustomerCSVDataSource countBy
CustomerCSVRepository selectBy CustomerCSVDataSource selectBy
DepartmentCSVRepository convert DepartmentCSVDataSource convert
DepartmentCSVRepository countBy DepartmentCSVDataSource countBy
DepartmentCSVRepository selectBy DepartmentCSVDataSource selectBy
EmployeeCSVRepository convert EmployeeCSVDataSource convert
EmployeeCSVRepository countBy EmployeeCSVDataSource countBy
EmployeeCSVRepository selectBy EmployeeCSVDataSource selectBy
InventoryCSVRepository convert InventoryCSVDataSource convert
InventoryCSVRepository countBy InventoryCSVDataSource countBy
InventoryCSVRepository selectBy InventoryCSVDataSource selectBy
InvoiceCSVRepository convert InvoiceCSVDataSource convert
InvoiceCSVRepository countBy InvoiceCSVDataSource countBy
InvoiceCSVRepository selectBy InvoiceCSVDataSource selectBy
LocationNumberCSVRepository convert LocationNumberCSVDataSource convert
LocationNumberCSVRepository countBy LocationNumberCSVDataSource countBy
LocationNumberCSVRepository selectBy LocationNumberCSVDataSource selectBy
OrderCSVRepository convert OrderCSVDataSource convert
OrderCSVRepository countBy OrderCSVDataSource countBy
OrderCSVRepository selectBy OrderCSVDataSource selectBy
PartnerCSVRepository convert PartnerCSVDataSource convert
PartnerCSVRepository countBy PartnerCSVDataSource countBy
PartnerCSVRepository selectBy PartnerCSVDataSource selectBy
PartnerGroupCSVRepository convert PartnerGroupCSVDataSource convert
PartnerGroupCSVRepository countBy PartnerGroupCSVDataSource countBy
PartnerGroupCSVRepository selectBy PartnerGroupCSVDataSource selectBy
PaymentAccountCSVRepository convert PaymentAccountCSVDataSource convert
PaymentAccountCSVRepository countBy PaymentAccountCSVDataSource countBy
PaymentAccountCSVRepository selectBy PaymentAccountCSVDataSource selectBy
PaymentCSVRepository convert PaymentCSVDataSource convert
PaymentCSVRepository countBy PaymentCSVDataSource countBy
PaymentCSVRepository selectBy PaymentCSVDataSource selectBy
ProductCSVRepository convert ProductCSVDataSource convert
ProductCSVRepository countBy ProductCSVDataSource countBy
ProductCSVRepository selectBy ProductCSVDataSource selectBy
ProductCategoryCSVRepository convert ProductCategoryCSVDataSource convert
ProductCategoryCSVRepository countBy ProductCategoryCSVDataSource countBy
ProductCategoryCSVRepository selectBy ProductCategoryCSVDataSource selectBy
PurchaseCSVRepository convert PurchaseCSVDataSource convert
PurchaseCSVRepository countBy PurchaseCSVDataSource countBy
PurchaseCSVRepository selectBy PurchaseCSVDataSource selectBy
PurchaseOrderCSVRepository convert PurchaseOrderCSVDataSource convert
PurchaseOrderCSVRepository countBy PurchaseOrderCSVDataSource countBy
PurchaseOrderCSVRepository selectBy PurchaseOrderCSVDataSource selectBy
PurchasePaymentCSVRepository convert 支払CSVデータソース convert
PurchasePaymentCSVRepository countBy 支払CSVデータソース countBy
PurchasePaymentCSVRepository selectBy 支払CSVデータソース selectBy
SalesCSVRepository convert SalesCSVDataSource convert
SalesCSVRepository countBy SalesCSVDataSource countBy
SalesCSVRepository selectBy SalesCSVDataSource selectBy
ShippingCSVRepository convert ShippingCSVDataSource convert
ShippingCSVRepository countBy ShippingCSVDataSource countBy
ShippingCSVRepository selectBy ShippingCSVDataSource selectBy
VendorCSVRepository convert VendorCSVDataSource convert
VendorCSVRepository countBy VendorCSVDataSource countBy
VendorCSVRepository selectBy VendorCSVDataSource selectBy
WarehouseCSVRepository convert WarehouseCSVDataSource convert
WarehouseCSVRepository countBy WarehouseCSVDataSource countBy
WarehouseCSVRepository selectBy WarehouseCSVDataSource selectBy
ユーザーレポジトリ findById UserDataSource findById
ユーザーレポジトリ selectAll UserDataSource selectAll
ユーザーレポジトリ selectAllWithPageInfo UserDataSource selectAllWithPageInfo
ユーザーレポジトリ save UserDataSource save
ユーザーレポジトリ deleteById UserDataSource deleteById
ユーザーレポジトリ deleteAll UserDataSource deleteAll