ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
OrgUnitPositionRepository Interface Reference
+ Inheritance diagram for OrgUnitPositionRepository:
+ Collaboration diagram for OrgUnitPositionRepository:

Public Member Functions

 get (int|string $value, string $field)
 
 getSingle (int|string $value, string $field)
 
 getAllPositions ()
 
 getArray (?string $key, ?string $field)
 
 getPositionsForOrgUnit (int $orgu_id)
 
 store (ilOrgUnitPosition $position)
 
 create ()
 
 delete (int $position_id)
 
 getAuthority (?int $id)
 

Detailed Description

Definition at line 21 of file OrgUnitPositionRepository.php.

Member Function Documentation

◆ create()

OrgUnitPositionRepository::create ( )

◆ delete()

OrgUnitPositionRepository::delete ( int  $position_id)

◆ get()

OrgUnitPositionRepository::get ( int|string  $value,
string  $field 
)

◆ getAllPositions()

OrgUnitPositionRepository::getAllPositions ( )
Returns
ilOrgUnitPosition[]

Referenced by ilOrgUnitPositionDBRepository\getRows().

+ Here is the caller graph for this function:

◆ getArray()

OrgUnitPositionRepository::getArray ( ?string  $key,
?string  $field 
)

◆ getAuthority()

OrgUnitPositionRepository::getAuthority ( ?int  $id)

◆ getPositionsForOrgUnit()

OrgUnitPositionRepository::getPositionsForOrgUnit ( int  $orgu_id)

◆ getSingle()

OrgUnitPositionRepository::getSingle ( int|string  $value,
string  $field 
)

◆ store()

OrgUnitPositionRepository::store ( ilOrgUnitPosition  $position)

The documentation for this interface was generated from the following file: