
############
CustomerUser
############


****
NAME
****


Kernel::Output::HTML::Layout::CustomerUser - all CustomerUser related HTML functions


****************
PUBLIC INTERFACE
****************


CustomerUserAddressBookListShow()
=================================


Returns a list of customer user as sort-able list with pagination.

This function is similar to `Kernel::Output::HTML::Layout::CustomerUser::CustomerUserAddressBookListShow()`
in \ *Kernel/Output/HTML/Layout/CustomerUser.pm*\ .


.. code-block:: perl

     my $Output = $LayoutObject->CustomerUserAddressBookListShow(
         CustomerUserIDs => $CustomerUserIDsRef,                      # total list of customer user ids, that can be listed
         Total           => scalar @{ $CustomerUserIDsRef },          # total number of customer user ids
         View            => $Self->{View},                            # optional, the default value is 'AddressBook'
         Filter          => 'All',
         Filters         => \%NavBarFilter,
         LinkFilter      => $LinkFilter,
         TitleName       => 'Overview: CustomerUsers',
         TitleValue      => $Self->{Filter},
         Env             => $Self,
         LinkPage        => $LinkPage,
         LinkSort        => $LinkSort,
         Frontend        => 'Agent',                                  # optional (Agent|Customer), default: Agent, indicates from which frontend this function was called
     );





