|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AppId | |
| asit.moa.moazs.notifier | |
| Uses of AppId in asit.moa.moazs.notifier |
| Methods in asit.moa.moazs.notifier that return AppId | |
static AppId |
UtilsAppId.getAppId(String appId)
|
AppId |
BaseAppIdUser.getAppId()
Return the value associated with the column: app_id |
AppId |
BaseAppIdDAO.cast(Object object)
Cast the object as a asit.moa.moazs.notifier.AppId |
AppId |
BaseAppIdDAO.get(long key)
|
AppId |
BaseAppIdDAO.get(long key,
net.sf.hibernate.Session s)
|
AppId |
BaseAppIdDAO.load(long key)
|
AppId |
BaseAppIdDAO.load(long key,
net.sf.hibernate.Session s)
|
AppId |
BaseAppIdDAO.loadInitialize(long key,
net.sf.hibernate.Session s)
|
| Methods in asit.moa.moazs.notifier with parameters of type AppId | |
static List |
UtilsAppId.getAdressaten(AppId appId)
|
static void |
UtilsAppId.addAppId(AppId appId)
|
static void |
UtilsAppId.updateAppId(AppId appId)
|
void |
BaseAppIdUser.setAppId(AppId appId)
Set the value related to the column: app_id |
Long |
BaseAppIdDAO.save(AppId appId)
Persist the given transient instance, first assigning a generated identifier. |
Long |
BaseAppIdDAO.save(AppId appId,
net.sf.hibernate.Session s)
Persist the given transient instance, first assigning a generated identifier. |
void |
BaseAppIdDAO.saveOrUpdate(AppId appId)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
BaseAppIdDAO.saveOrUpdate(AppId appId,
net.sf.hibernate.Session s)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
BaseAppIdDAO.update(AppId appId)
Update the persistent state associated with the given identifier. |
void |
BaseAppIdDAO.update(AppId appId,
net.sf.hibernate.Session s)
Update the persistent state associated with the given identifier. |
void |
BaseAppIdDAO.delete(AppId appId)
Remove a persistent instance from the datastore. |
void |
BaseAppIdDAO.delete(AppId appId,
net.sf.hibernate.Session s)
Remove a persistent instance from the datastore. |
void |
BaseAppIdDAO.refresh(AppId appId,
net.sf.hibernate.Session s)
Re-read the state of the given instance from the underlying database. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||