| Package | Description |
|---|---|
| to.etc.webapp.mailer | |
| to.etc.webapp.qsql | |
| to.etc.webapp.query |
| Modifier and Type | Method and Description |
|---|---|
static TextLinkInfo |
TextLinkInfo.getInfo(IIdentifyable<?> instance)
Locates an instance for a specific data bclass.
|
LinkedText |
LinkedText.link(IIdentifyable<?> instance)
Render a link to a data class instance.
|
LinkedText |
LinkedText.link(IIdentifyable<?> instance,
String linktext)
Render a link to any database item with a specified link text.
|
MailHelper |
MailHelper.link(String text,
IIdentifyable<?> inst)
Use the LinkedText mechanism to render a link to some entity.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TextLinkInfo.register(Class<? extends IIdentifyable<?>> dataclass,
String rurl)
Register a link that represents a given data class.
|
static void |
TextLinkInfo.register(Class<? extends IIdentifyable<?>> dataclass,
String linkname,
String rurl)
Register an explicitly named link that represents a given data type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILongIdentifyable
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JdbcUtil.setFK(PreparedStatement ps,
int index,
IIdentifyable<? extends Number> foreigner) |
| Modifier and Type | Method and Description |
|---|---|
static <K,T extends IIdentifyable<K>> |
QQueryUtils.queryCount(QDataContext dc,
QCriteria<T> q)
Util that enables easier retrieving of rows count on specified QCriteria.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
IQDataContextListener.instanceSaved(IIdentifyable<T> testDataObject)
For every instance saved during a unittest, this method is called.
|
Copyright © 2017 etc.to. All rights reserved.