public class NamingServiceBean extends AddressbookBean
beginIndex, book, deletionMarks, destination, endIndex, entries, filter, hostname, search, sorter
_context, action, BASE_THEME_PATH, DEFAULT_THEME, lastSerial, PROP_PW_ENABLE, PROP_THEME_NAME, properties, RC_PROP_THEME_NAME, RC_PROP_UNIVERSAL_THEMING, serial
Constructor and Description |
---|
NamingServiceBean() |
Modifier and Type | Method and Description |
---|---|
void |
export(Writer out) |
String |
getDisplayName() |
String |
getFileName() |
String |
getLoadBookMessages()
Load addressbook and apply filter, returning messages about this.
|
AddressBean |
getLookup() |
List<AddressBean> |
getLookupAll() |
String |
getMessages()
Perform actions, returning messages about this.
|
boolean |
isNotEmpty() |
protected boolean |
isPrefiltered()
Does the entries map contain only the lookup result,
or must we index into it?
|
protected int |
resultSize() |
void |
setH(String h) |
protected int |
totalSize() |
generateLoadMessage, getBegin, getBeginInt, getBook, getDestination, getEnd, getEndInt, getEntries, getFilter, getHostname, getResultBegin, getResultEnd, getSearch, getTrClass, isHasFilter, isIsEmpty, isValidBook, setBegin, setBook, setDestination, setEnd, setFilter, setHostname, setMarkedForDeletion, setResetDeletionMarks, setSearch, setTrClass
protected boolean isPrefiltered()
AddressbookBean
isPrefiltered
in class AddressbookBean
protected int resultSize()
resultSize
in class AddressbookBean
protected int totalSize()
totalSize
in class AddressbookBean
public boolean isNotEmpty()
isNotEmpty
in class AddressbookBean
public String getFileName()
getFileName
in class AddressbookBean
public String getDisplayName()
getDisplayName
in class AddressbookBean
public String getLoadBookMessages()
getLoadBookMessages
in class AddressbookBean
public String getMessages()
getMessages
in class AddressbookBean
public void setH(String h)
public AddressBean getLookup()
public List<AddressBean> getLookupAll()
public void export(Writer out) throws IOException
IOException