Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.nio.ascii |
Contains classes for very fast ascii-file parsing.
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
de.esprit.netsuite.client.tool.chat |
Contains classes that make up the client chat tool
|
de.esprit.netsuite.server.auth.member |
Contains classes for managing user and group assignments
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JdbcTable> |
DBSupport.readTables(java.lang.String schema,
java.lang.String[] validTableTypes) |
Modifier and Type | Method and Description |
---|---|
L |
AbstractAsciiParser.nextLine()
Fetches the next line into buffer and returns it.
|
AsciiWord |
AsciiParser.nextWord()
Fetches the next word, whereas break-characters and block-comments are returned as single words by their own.
|
AsciiWord |
AbstractAsciiParser.nextWord()
Fetches the next word of the current line.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ZList.doOnDoubleClick(java.util.List<E> selectedItems)
This method is called when a mouse double-click was detected on the list component.
|
Modifier and Type | Method and Description |
---|---|
LogLevel |
LogChannel.getLogLevel()
Returns the current LogLevel of this LogChannel.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
OnlineUsersList.getSelectedUserNames() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
GroupMemberConfig.getGroupsOfUser(java.lang.String user) |
java.util.List<java.lang.String> |
GroupMemberConfig.getUsersOfGroup(java.lang.String group) |
java.util.List<java.lang.String> |
GroupMemberConfig.removeUser(java.lang.String user)
Returns a list of all groups from which the user was removed.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SessionId> |
SessionManager.findSessionIdsByUserName(java.lang.String userName) |
java.util.List<SessionId> |
SessionManager.findSessionsIdsByUserId(UserId userId) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.