public class OAuthClientController extends StandardModelController<OAuthClient>
| Constructor and Description |
|---|
OAuthClientController() |
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
clientForFullId(String fullClientId) |
OAuthClient |
forId(Long id)
Loads an object by primary id.
|
static long |
fullIdToLongId(String fullClientId) |
static OAuthClientController |
instance() |
static void |
register() |
all, countForKey, detach, filter, filter, filterBy, filterByKey, filterChain, forIdWithDeleted, forUniqueKey, getBucket, getKeyFields, getModelClass, getPersister, getReadonlyWrapper, getStash, getUniqueFields, hardDelete, init, isWritable, listForKey, newModel, newModel, newModel, onPostCreate, onPostLoadItem, onPostSave, onPreCreatePrepare, onPreCreateValidate, onPreRead, onPreSavePrepare, onPreSaveValidate, originalForId, originalForId, postInitialize, preInitialize, reset, save, setPersister, setWritable, softDeleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanyOf, anyOf, find, forIdOrNotFound, forUniqueKeyOrNotFound, onPostSaveAuditTrailLog, search, update, updateValuespublic OAuthClientController()
public static OAuthClientController instance()
public static void register()
public OAuthClient forId(Long id)
ModelControllerforId in interface ModelController<OAuthClient>forId in class StandardModelController<OAuthClient>public OAuthClient clientForFullId(String fullClientId)
public static long fullIdToLongId(String fullClientId)
Copyright © 2016. All rights reserved.