public class VkDocumentLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
VkDocumentLoader.Listener
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
Collection<VkDocumentLoader.Listener> |
listeners |
Boolean |
loadingCompletedWithoutError |
Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> |
mapBeschluesse |
Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> |
mapDokumente |
Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> |
mapFotos |
Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> |
mapLinks |
| Constructor and Description |
|---|
VkDocumentLoader(VkParentPanel vkOrganizer)
Creates a new VkDocumentLoader object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBeschluesse(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanBeschluesse)
DOCUMENT ME!
|
void |
addDokumente(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanDokumente)
DOCUMENT ME!
|
void |
addFotos(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanFotos)
DOCUMENT ME!
|
void |
addLinks(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanLinks)
DOCUMENT ME!
|
boolean |
addListener(VkDocumentLoader.Listener listener)
DOCUMENT ME!
|
void |
addToMap(Integer id,
de.cismet.cids.dynamics.CidsBean bean,
Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> map)
DOCUMENT ME!
|
void |
clearAllMaps()
DOCUMENT ME!
|
List<de.cismet.cids.dynamics.CidsBean> |
getMapValueBeschluesse(Integer key)
DOCUMENT ME!
|
List<de.cismet.cids.dynamics.CidsBean> |
getMapValueDokumente(Integer key)
DOCUMENT ME!
|
List<de.cismet.cids.dynamics.CidsBean> |
getMapValueFotos(Integer key)
DOCUMENT ME!
|
List<de.cismet.cids.dynamics.CidsBean> |
getMapValueLinks(Integer key)
DOCUMENT ME!
|
boolean |
loadChildren(Integer id,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
loadChildrenBeschluesse(Integer idVorhaben,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
loadChildrenDokumente(Integer idVorhaben,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
loadChildrenFotos(Integer idVorhaben,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
loadChildrenLinks(Integer idVorhaben,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
boolean |
removeBeschluesse(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanBeschluesse)
DOCUMENT ME!
|
boolean |
removeDokumente(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanDokumente)
DOCUMENT ME!
|
boolean |
removeFotos(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanFotos)
DOCUMENT ME!
|
boolean |
removeFromMap(Integer id,
de.cismet.cids.dynamics.CidsBean bean,
Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> map)
DOCUMENT ME!
|
boolean |
removeLinks(Integer idVorhaben,
de.cismet.cids.dynamics.CidsBean beanLinks)
DOCUMENT ME!
|
boolean |
removeListener(VkDocumentLoader.Listener listener)
DOCUMENT ME!
|
void |
setLoadingCompletedWithoutError(Boolean status)
DOCUMENT ME!
|
public Boolean loadingCompletedWithoutError
public Collection<VkDocumentLoader.Listener> listeners
public VkDocumentLoader(VkParentPanel vkOrganizer)
vkOrganizer - DOCUMENT ME!public boolean loadChildrenBeschluesse(Integer idVorhaben, de.cismet.connectioncontext.ConnectionContext connectionContext) throws Sirius.navigator.exception.ConnectionException
idVorhaben - DOCUMENT ME!connectionContext - DOCUMENT ME!Sirius.navigator.exception.ConnectionException - DOCUMENT ME!public boolean loadChildrenLinks(Integer idVorhaben, de.cismet.connectioncontext.ConnectionContext connectionContext) throws Sirius.navigator.exception.ConnectionException
idVorhaben - DOCUMENT ME!connectionContext - DOCUMENT ME!Sirius.navigator.exception.ConnectionException - DOCUMENT ME!public boolean loadChildrenFotos(Integer idVorhaben, de.cismet.connectioncontext.ConnectionContext connectionContext) throws Sirius.navigator.exception.ConnectionException
idVorhaben - DOCUMENT ME!connectionContext - DOCUMENT ME!Sirius.navigator.exception.ConnectionException - DOCUMENT ME!public boolean loadChildrenDokumente(Integer idVorhaben, de.cismet.connectioncontext.ConnectionContext connectionContext) throws Sirius.navigator.exception.ConnectionException
idVorhaben - DOCUMENT ME!connectionContext - DOCUMENT ME!Sirius.navigator.exception.ConnectionException - DOCUMENT ME!public boolean loadChildren(Integer id, de.cismet.connectioncontext.ConnectionContext connectionContext) throws Sirius.navigator.exception.ConnectionException
id - DOCUMENT ME!connectionContext - DOCUMENT ME!Sirius.navigator.exception.ConnectionException - DOCUMENT ME!public List<de.cismet.cids.dynamics.CidsBean> getMapValueBeschluesse(Integer key)
key - DOCUMENT ME!public List<de.cismet.cids.dynamics.CidsBean> getMapValueLinks(Integer key)
key - DOCUMENT ME!public List<de.cismet.cids.dynamics.CidsBean> getMapValueDokumente(Integer key)
key - DOCUMENT ME!public List<de.cismet.cids.dynamics.CidsBean> getMapValueFotos(Integer key)
key - DOCUMENT ME!public void clearAllMaps()
public void setLoadingCompletedWithoutError(Boolean status)
status - DOCUMENT ME!public boolean removeBeschluesse(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanBeschluesse)
idVorhaben - DOCUMENT ME!beanBeschluesse - DOCUMENT ME!public boolean removeLinks(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanLinks)
idVorhaben - DOCUMENT ME!beanLinks - DOCUMENT ME!public boolean removeDokumente(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanDokumente)
idVorhaben - DOCUMENT ME!beanDokumente - DOCUMENT ME!public boolean removeFotos(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanFotos)
idVorhaben - DOCUMENT ME!beanFotos - DOCUMENT ME!public void addBeschluesse(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanBeschluesse)
idVorhaben - DOCUMENT ME!beanBeschluesse - DOCUMENT ME!public void addLinks(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanLinks)
idVorhaben - DOCUMENT ME!beanLinks - DOCUMENT ME!public void addDokumente(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanDokumente)
idVorhaben - DOCUMENT ME!beanDokumente - DOCUMENT ME!public void addFotos(Integer idVorhaben, de.cismet.cids.dynamics.CidsBean beanFotos)
idVorhaben - DOCUMENT ME!beanFotos - DOCUMENT ME!public boolean removeFromMap(Integer id, de.cismet.cids.dynamics.CidsBean bean, Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> map)
id - DOCUMENT ME!bean - DOCUMENT ME!map - DOCUMENT ME!public void addToMap(Integer id, de.cismet.cids.dynamics.CidsBean bean, Map<Integer,List<de.cismet.cids.dynamics.CidsBean>> map)
id - DOCUMENT ME!bean - DOCUMENT ME!map - DOCUMENT ME!public boolean addListener(VkDocumentLoader.Listener listener)
listener - DOCUMENT ME!public boolean removeListener(VkDocumentLoader.Listener listener)
listener - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.