public abstract class InstallationContext<BLUEPRINT extends InstallationBlueprint<BLUEPRINT,EDITOR,PARENT,WORKER,CONTEXT>,EDITOR extends InstallationEditor<BLUEPRINT,EDITOR,PARENT,WORKER,CONTEXT>,PARENT extends org.jboss.aerogear.unifiedpush.api.Variant,WORKER extends InstallationWorker<BLUEPRINT,EDITOR,PARENT,CONTEXT,WORKER>,CONTEXT extends InstallationContext<BLUEPRINT,EDITOR,PARENT,WORKER,CONTEXT>> extends AbstractUPSContext<org.jboss.aerogear.unifiedpush.api.Installation,String,BLUEPRINT,EDITOR,PARENT,WORKER,CONTEXT>
DEFAULT_RANDOM_STRING_LENGTH| Constructor and Description |
|---|
InstallationContext(WORKER worker,
PARENT parent,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EDITOR |
createEditor() |
String |
getEntityID(org.jboss.aerogear.unifiedpush.api.Installation installation) |
CONTEXT |
unregister(Collection<? extends org.jboss.aerogear.unifiedpush.api.Installation> installations) |
CONTEXT |
unregister(org.jboss.aerogear.unifiedpush.api.Installation installation) |
CONTEXT |
unregisterAll() |
CONTEXT |
unregisterById(String id) |
castInstance, clear, contains, detachEntities, detachEntity, detachEntity, edit, find, findAll, generate, getEditors, getParent, getSession, getWorker, localRemove, merge, merge, persist, persist, randomString, randomStringOfLength, remove, remove, removeAll, removeById, retrieve, retrieveOrThrow, store, store, store, storeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, generatepublic String getEntityID(org.jboss.aerogear.unifiedpush.api.Installation installation)
public CONTEXT unregisterAll()
public CONTEXT unregister(org.jboss.aerogear.unifiedpush.api.Installation installation)
public CONTEXT unregister(Collection<? extends org.jboss.aerogear.unifiedpush.api.Installation> installations)
protected abstract EDITOR createEditor()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.