101ad7f Added paging on search facet.

8 files Authored by edewata 12 years ago, Committed by simo 12 years ago,
    Added paging on search facet.
    
    The search facet has been modified to support paging on most entities
    using the --pkey-only option to get the primary keys and a batch command
    to get the complete records.
    
    Paging on DNS records is not supported because a record may appear as
    multiple rows. The following entities do not have --pkey-only option:
    Automount Key, Self-Service Permissions, Delegation.
    
    The search and association facet have been refactored to reuse the
    common code from the table facet base class.
    
    Ticket #981
    
        
file modified
+2 -0
file modified
+2 -4
file modified
+21 -200
file modified
+1 -0
file modified
+34 -23
file modified
+223 -4
file modified
+45 -86
file modified
+7 -7