![]() |
Provides simplified data access features to perform SCRUD operation on the database table "hrm.salary_frequencies". More...
Public Member Functions | |
| long | Count () |
| Performs SQL count on the table "hrm.salary_frequencies". More... | |
| IEnumerable< MixERP.Net.Entities.HRM.SalaryFrequency > | Get () |
| Executes a select query on the table "hrm.salary_frequencies" to return a all instances of the "SalaryFrequency" class to export. More... | |
| MixERP.Net.Entities.HRM.SalaryFrequency | Get (int salaryFrequencyId) |
| Executes a select query on the table "hrm.salary_frequencies" with a where filter on the column "salary_frequency_id" to return a single instance of the "SalaryFrequency" class. More... | |
| IEnumerable< MixERP.Net.Entities.HRM.SalaryFrequency > | Get (int[] salaryFrequencyIds) |
| Executes a select query on the table "hrm.salary_frequencies" with a where filter on the column "salary_frequency_id" to return a multiple instances of the "SalaryFrequency" class. More... | |
| IEnumerable< PetaPoco.CustomField > | GetCustomFields (string resourceId) |
| Custom fields are user defined form elements for hrm.salary_frequencies. More... | |
| IEnumerable< DisplayField > | GetDisplayFields () |
| Displayfields provide a minimal name/value context for data binding the row collection of hrm.salary_frequencies. More... | |
| void | AddOrEdit (MixERP.Net.Entities.HRM.SalaryFrequency salaryFrequency, List< EntityParser.CustomField > customFields) |
| Inserts or updates the instance of SalaryFrequency class on the database table "hrm.salary_frequencies". More... | |
| object | Add (MixERP.Net.Entities.HRM.SalaryFrequency salaryFrequency) |
| Inserts the instance of SalaryFrequency class on the database table "hrm.salary_frequencies". More... | |
| List< object > | BulkImport (List< MixERP.Net.Entities.HRM.SalaryFrequency > salaryFrequencies) |
| Inserts or updates multiple instances of SalaryFrequency class on the database table "hrm.salary_frequencies"; More... | |
| void | Update (MixERP.Net.Entities.HRM.SalaryFrequency salaryFrequency, int salaryFrequencyId) |
| Updates the row of the table "hrm.salary_frequencies" with an instance of "SalaryFrequency" class against the primary key value. More... | |
| void | Delete (int salaryFrequencyId) |
| Deletes the row of the table "hrm.salary_frequencies" against the primary key value. More... | |
| IEnumerable< MixERP.Net.Entities.HRM.SalaryFrequency > | GetPagedResult () |
| Performs a select statement on table "hrm.salary_frequencies" producing a paged result of 25. More... | |
| IEnumerable< MixERP.Net.Entities.HRM.SalaryFrequency > | GetPagedResult (long pageNumber) |
| Performs a select statement on table "hrm.salary_frequencies" producing a paged result of 25. More... | |
| long | CountWhere (List< EntityParser.Filter > filters) |
| Performs a filtered count on table "hrm.salary_frequencies". More... | |
| IEnumerable< MixERP.Net.Entities.HRM.SalaryFrequency > | GetWhere (long pageNumber, List< EntityParser.Filter > filters) |
| Performs a filtered select statement on table "hrm.salary_frequencies" producing a paged result of 25. More... | |
| long | CountFiltered (string filterName) |
| Performs a filtered count on table "hrm.salary_frequencies". More... | |
| IEnumerable< MixERP.Net.Entities.HRM.SalaryFrequency > | GetFiltered (long pageNumber, string filterName) |
| Performs a filtered select statement on table "hrm.salary_frequencies" producing a paged result of 25. More... | |
Public Member Functions inherited from PetaPoco.DbAccess | |
| void | Validate (AccessTypeEnum type, long loginId, bool noException) |
| Validates application user access rights to execute the function. More... | |
Public Attributes | |
| override string | ObjectNamespace => "hrm" |
| The schema of this table. Returns literal "hrm". More... | |
| override string | ObjectName => "salary_frequencies" |
| The schema unqualified name of this table. Returns literal "salary_frequencies". More... | |
Properties | |
| long | LoginId [get, set] |
| Login id of application user accessing this table. More... | |
| int | UserId [get, set] |
| User id of application user accessing this table. More... | |
| string | Catalog [get, set] |
| The name of the database on which queries are being executed to. More... | |
Properties inherited from PetaPoco.DbAccess | |
| abstract string | ObjectNamespace [get] |
| abstract string | ObjectName [get] |
| bool | HasAccess [get] |
| bool | Validated [get] |
| bool | SkipValidation [get, set] |
Properties inherited from PetaPoco.IDBAccess | |
| bool | HasAccess [get] |
Provides simplified data access features to perform SCRUD operation on the database table "hrm.salary_frequencies".
| object MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.Add | ( | MixERP.Net.Entities.HRM.SalaryFrequency | salaryFrequency | ) |
Inserts the instance of SalaryFrequency class on the database table "hrm.salary_frequencies".
| salaryFrequency | The instance of "SalaryFrequency" class to insert. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| void MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.AddOrEdit | ( | MixERP.Net.Entities.HRM.SalaryFrequency | salaryFrequency, |
| List< EntityParser.CustomField > | customFields | ||
| ) |
Inserts or updates the instance of SalaryFrequency class on the database table "hrm.salary_frequencies".
| salaryFrequency | The instance of "SalaryFrequency" class to insert or update. |
| customFields | The custom field collection. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| List<object> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.BulkImport | ( | List< MixERP.Net.Entities.HRM.SalaryFrequency > | salaryFrequencies | ) |
Inserts or updates multiple instances of SalaryFrequency class on the database table "hrm.salary_frequencies";
| salaryFrequencies | List of "SalaryFrequency" class to import. |
| long MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.Count | ( | ) |
Performs SQL count on the table "hrm.salary_frequencies".
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.CountFiltered | ( | string | filterName | ) |
Performs a filtered count on table "hrm.salary_frequencies".
| filterName | The named filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.CountWhere | ( | List< EntityParser.Filter > | filters | ) |
Performs a filtered count on table "hrm.salary_frequencies".
| filters | The list of filter conditions. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| void MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.Delete | ( | int | salaryFrequencyId | ) |
Deletes the row of the table "hrm.salary_frequencies" against the primary key value.
| salaryFrequencyId | The value of the column "salary_frequency_id" which will be deleted. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.HRM.SalaryFrequency> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.Get | ( | ) |
Executes a select query on the table "hrm.salary_frequencies" to return a all instances of the "SalaryFrequency" class to export.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| MixERP.Net.Entities.HRM.SalaryFrequency MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.Get | ( | int | salaryFrequencyId | ) |
Executes a select query on the table "hrm.salary_frequencies" with a where filter on the column "salary_frequency_id" to return a single instance of the "SalaryFrequency" class.
| salaryFrequencyId | The column "salary_frequency_id" parameter used on where filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.HRM.SalaryFrequency> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.Get | ( | int[] | salaryFrequencyIds | ) |
Executes a select query on the table "hrm.salary_frequencies" with a where filter on the column "salary_frequency_id" to return a multiple instances of the "SalaryFrequency" class.
| salaryFrequencyIds | Array of column "salary_frequency_id" parameter used on where filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<PetaPoco.CustomField> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.GetCustomFields | ( | string | resourceId | ) |
Custom fields are user defined form elements for hrm.salary_frequencies.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<DisplayField> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.GetDisplayFields | ( | ) |
Displayfields provide a minimal name/value context for data binding the row collection of hrm.salary_frequencies.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.HRM.SalaryFrequency> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.GetFiltered | ( | long | pageNumber, |
| string | filterName | ||
| ) |
Performs a filtered select statement on table "hrm.salary_frequencies" producing a paged result of 25.
| pageNumber | Enter the page number to produce the paged result. |
| filterName | The named filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.HRM.SalaryFrequency> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.GetPagedResult | ( | ) |
Performs a select statement on table "hrm.salary_frequencies" producing a paged result of 25.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.HRM.SalaryFrequency> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.GetPagedResult | ( | long | pageNumber | ) |
Performs a select statement on table "hrm.salary_frequencies" producing a paged result of 25.
| pageNumber | Enter the page number to produce the paged result. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.HRM.SalaryFrequency> MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.GetWhere | ( | long | pageNumber, |
| List< EntityParser.Filter > | filters | ||
| ) |
Performs a filtered select statement on table "hrm.salary_frequencies" producing a paged result of 25.
| pageNumber | Enter the page number to produce the paged result. |
| filters | The list of filter conditions. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| void MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.Update | ( | MixERP.Net.Entities.HRM.SalaryFrequency | salaryFrequency, |
| int | salaryFrequencyId | ||
| ) |
Updates the row of the table "hrm.salary_frequencies" with an instance of "SalaryFrequency" class against the primary key value.
| salaryFrequency | The instance of "SalaryFrequency" class to update. |
| salaryFrequencyId | The value of the column "salary_frequency_id" which will be updated. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| override string MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.ObjectName => "salary_frequencies" |
The schema unqualified name of this table. Returns literal "salary_frequencies".
| override string MixERP.Net.Core.Modules.HRM.Data.SalaryFrequency.ObjectNamespace => "hrm" |
The schema of this table. Returns literal "hrm".
|
getset |
The name of the database on which queries are being executed to.
|
getset |
Login id of application user accessing this table.
|
getset |
User id of application user accessing this table.