Class DepartmentProfileCompetencyRepository2
- Namespace
- InSite.Persistence.Plugin.CMDS
- Assembly
- InSite.Persistence.dll
public static class DepartmentProfileCompetencyRepository2
- Inheritance
-
DepartmentProfileCompetencyRepository2
- Inherited Members
-
Methods
DeleteUnusedByDepartmentIdentifier(Guid)
public static void DeleteUnusedByDepartmentIdentifier(Guid department)
Parameters
department Guid
DeleteUnusedByProfileId(Guid)
public static void DeleteUnusedByProfileId(Guid profileStandardIdentifier)
Parameters
profileStandardIdentifier Guid
InsertProfileCompetencies(Guid, Guid)
public static void InsertProfileCompetencies(Guid department, Guid profileStandardIdentifier)
Parameters
department Guid
profileStandardIdentifier Guid
SelectCompetencies(Guid, Paging)
public static DataTable SelectCompetencies(Guid department, Paging paging)
Parameters
department Guid
paging Paging
Returns
- DataTable
SelectCompetenciesByOrganizationIdentifier(Guid, Guid, int?, int?)
public static DataTable SelectCompetenciesByOrganizationIdentifier(Guid organizationId, Guid competencyId, int? pageIndex, int? pageSize)
Parameters
organizationId Guid
competencyId Guid
pageIndex int?
pageSize int?
Returns
- DataTable
SelectCompetenciesByProfileId(Guid[], Guid, Guid, int, int)
public static DataTable SelectCompetenciesByProfileId(Guid[] departments, Guid profileStandardIdentifier, Guid organizationId, int competencyStartRow, int competencyEndRow)
Parameters
departments Guid[]
profileStandardIdentifier Guid
organizationId Guid
competencyStartRow int
competencyEndRow int
Returns
- DataTable
SelectCompetencyCount(Guid)
public static int SelectCompetencyCount(Guid department)
Parameters
department Guid
Returns
- int
SelectCompetencyLevels(Guid)
public static int SelectCompetencyLevels(Guid department)
Parameters
department Guid
Returns
- int