__construct()
showPage()
addExtraInputElementsToTopArea()
buildLDAPAttributeFilter()
canBeFiltered()
forceRefresh()
getAdditionalLDAPAttributesToRead()
getAdditionalTools()
getFilterAsTextForURL()
listBuildFilter()
listConfigurationChanged()
listCreateSortMapping()
listDoPost()
listDrawNavigationBar()
listGetAllConfigOptions()
listGetAttributeDescriptionList()
listGetConfigOptionByID()
listGetParams()
listPrintButtons()
listPrintConfigurationPage()
listPrintFooter()
listPrintHeader()
listPrintRedirectMessages()
listPrintTableBody()
listPrintTableCellContent()
listPrintTableHeader()
listRefreshData()
listShowOUSelection()
listPrintToolLinks()
listReadOptionsFromCookie()
showPDFPage()
$attrArray
$descArray
$entries
$filters
$labels
$maxPageEntries
$page
$possibleSuffixes
$refresh
$sortColumn
$sortDirection
$sortMapping
$suffix
$tabindex
$type
$configOptions
LIST_SIZE_OPTION_NAME
VIRTUAL_ATTRIBUTE_PREFIX
Generates the list view.
| package | lists |
|---|---|
| author | Roland Gruber |
showPage()
| inherited_from | \lamList::showPage() |
|---|
addExtraInputElementsToTopArea(\htmlGroup $left, \htmlGroup $right)
additional buttons to the top area.
| inherited_from | \lamList::addExtraInputElementsToTopArea() |
|---|
buildLDAPAttributeFilter() : String
| inherited_from | \lamList::buildLDAPAttributeFilter() |
|---|
StringLDAP filtercanBeFiltered(String $attr) : boolean
If filtering is not possible then no filter box will be displayed. By default all attributes can be filtered.
| inherited_from | \lamList::canBeFiltered() |
|---|
Stringattribute name
booleanfiltering possibleforceRefresh()
Function must be called before $this->refresh option is checked to load new LDAP data (e.g. in listGetParams).
| inherited_from | \lamList::forceRefresh() |
|---|
getAdditionalLDAPAttributesToRead() : array
This can be used to show additional data even if the user selected other attributes to show in the list.
| inherited_from | \lamList::getAdditionalLDAPAttributesToRead() |
|---|
arrayadditional attribute namesgetAdditionalTools() : \lamListTool[]
getFilterAsTextForURL() : String
| inherited_from | \lamList::getFilterAsTextForURL() |
|---|
Stringfilter textlistBuildFilter()
| inherited_from | \lamList::listBuildFilter() |
|---|
listConfigurationChanged()
| inherited_from | \lamList::listConfigurationChanged() |
|---|
listCreateSortMapping(array $info)
The sort mapping is used to display the right rows when the account table is created.
| inherited_from | \lamList::listCreateSortMapping() |
|---|
arraythe account list
listDoPost() : String
button pressed) for the account lists.
| inherited_from | \lamList::listDoPost() |
|---|
StringHTML fragment to insert into beginning of account listlistGetAllConfigOptions() : array
| inherited_from | \lamList::listGetAllConfigOptions() |
|---|
arraylist of lamListOption objectslistGetAttributeDescriptionList() : array
Format: array(attribute => description)
| inherited_from | \lamList::listGetAttributeDescriptionList() |
|---|
arrayattribute listlistGetConfigOptionByID(String $ID)
| inherited_from | \lamList::listGetConfigOptionByID() |
|---|
StringID
listGetParams()
| inherited_from | \lamList::listGetParams() |
|---|
listPrintButtons(boolean $createOnly)
| inherited_from | \lamList::listPrintButtons() |
|---|
booleantrue if only the create button should be displayed
listPrintConfigurationPage()
| inherited_from | \lamList::listPrintConfigurationPage() |
|---|
listPrintHeader()
| inherited_from | \lamList::listPrintHeader() |
|---|
listPrintRedirectMessages()
delete/upload) redirects to the list view.
| inherited_from | \lamList::listPrintRedirectMessages() |
|---|
listPrintTableBody(array $info)
| inherited_from | \lamList::listPrintTableBody() |
|---|
arrayentries
listPrintTableCellContent(array $entry, string $attribute)
| inherited_from | \lamList::listPrintTableCellContent() |
|---|
arrayLDAP attributes
stringattribute name
listPrintTableHeader()
| inherited_from | \lamList::listPrintTableHeader() |
|---|
listRefreshData()
| inherited_from | \lamList::listRefreshData() |
|---|
listPrintToolLinks(array $account, String $id)
edit and delete) for each account.
| inherited_from | \lamList::listPrintToolLinks() |
|---|
arrayLDAP attributes
Stringaccount ID
listReadOptionsFromCookie()
| inherited_from | \lamList::listReadOptionsFromCookie() |
|---|
showPDFPage(String $id)
| inherited_from | \lamList::showPDFPage() |
|---|
Stringaccount ID
$attrArray
| inherited_from | \lamList::$$attrArray |
|---|
$descArray
| inherited_from | \lamList::$$descArray |
|---|
$entries
| inherited_from | \lamList::$$entries |
|---|
$filters
| inherited_from | \lamList::$$filters |
|---|
$labels
| inherited_from | \lamList::$$labels |
|---|
$maxPageEntries
| inherited_from | \lamList::$$maxPageEntries |
|---|
$page
| inherited_from | \lamList::$$page |
|---|
$possibleSuffixes
| inherited_from | \lamList::$$possibleSuffixes |
|---|
$refresh
| inherited_from | \lamList::$$refresh |
|---|
$sortColumn
| inherited_from | \lamList::$$sortColumn |
|---|
$sortDirection
| inherited_from | \lamList::$$sortDirection |
|---|
$sortMapping
| inherited_from | \lamList::$$sortMapping |
|---|
$suffix
| inherited_from | \lamList::$$suffix |
|---|
$tabindex
| inherited_from | \lamList::$$tabindex |
|---|
$type
| inherited_from | \lamList::$$type |
|---|
$configOptions
| inherited_from | \lamList::$$configOptions |
|---|
LIST_SIZE_OPTION_NAME
| inherited_from | \lamList::LIST_SIZE_OPTION_NAME |
|---|
VIRTUAL_ATTRIBUTE_PREFIX
| inherited_from | \lamList::VIRTUAL_ATTRIBUTE_PREFIX |
|---|