public class ApplicationDataContextSupport extends org.jdesktop.beans.AbstractBean implements ApplicationDataContext
Created by tchemit on 28/11/17.
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationDataContextSupport.InternalContext |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListeneraddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListeneraddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerpublic final void resetSelectedData()
resetSelectedData in interface ApplicationSelectedDataContextpublic final <D extends DataDto> D getData(Class<D> dtoType)
getData in interface ApplicationSelectedDataContextpublic <D extends ReferentialDto> D getReferential(Class<D> dtoType, String id)
getReferential in interface ApplicationSelectedDataContextpublic void add(IdDto dto)
add in interface ApplicationSelectedDataContextpublic void remove(String id)
remove in interface ApplicationSelectedDataContextpublic List<?> getEditingReferentielList()
getEditingReferentielList in interface ApplicationSelectedDataContextpublic void setEditingReferentielList(List<?> referentielList)
setEditingReferentielList in interface ApplicationSelectedDataContextpublic Map<String,IdDto> getCache()
getCache in interface ApplicationSelectedDataContextpublic void setIdDtoFactory(IdDtoFactory idDtoFactory)
setIdDtoFactory in interface ApplicationSelectedDataContextpublic DecoratorService getDecoratorService()
getDecoratorService in interface ApplicationSelectedDataContextpublic void setDecoratorService(DecoratorService decoratorService)
setDecoratorService in interface ApplicationSelectedDataContextpublic final void close()
close in interface ApplicationOpenDataIdContextclose in interface ApplicationSelectedDataContextclose in interface ApplicationSelectedDataIdContextclose in interface Closeableclose in interface AutoCloseablepublic final void resetSelected()
resetSelected in interface ApplicationSelectedDataIdContextpublic final void populateSelectedIds(String... selectedId)
populateSelectedIds in interface ApplicationSelectedDataIdContextpublic String[] getSelectedIds()
getSelectedIds in interface ApplicationSelectedDataIdContextpublic String getSelectedProperty(Class<? extends IdDto> dtoType)
getSelectedProperty in interface ApplicationSelectedDataIdContextpublic String getKey(Class<? extends IdDto> dtoType)
getKey in interface ApplicationOpenDataIdContextgetKey in interface ApplicationSelectedDataIdContextpublic Set<Class<? extends IdDto>> getSelectedTypes()
getSelectedTypes in interface ApplicationSelectedDataIdContextpublic String getHigherSelectedId()
getHigherSelectedId in interface ApplicationSelectedDataIdContextpublic final boolean isSelected(Class<? extends IdDto> dtoType)
isSelected in interface ApplicationSelectedDataIdContextpublic boolean isSelectedId(Class<? extends IdDto> dtoType, String id)
isSelectedId in interface ApplicationSelectedDataIdContextpublic final String getSelectedId(Class<? extends IdDto> dtoType)
getSelectedId in interface ApplicationSelectedDataIdContextpublic final void setSelectedId(Class<? extends IdDto> dtoType, String id)
setSelectedId in interface ApplicationSelectedDataIdContextpublic final boolean isSelectedOpen(Class<? extends IdDto> dtoType)
isSelectedOpen in interface ApplicationSelectedDataIdContextpublic void resetOpen()
resetOpen in interface ApplicationOpenDataIdContextpublic void populateOpens(String... openIds)
populateOpens in interface ApplicationOpenDataIdContextpublic String[] getOpenIds()
getOpenIds in interface ApplicationOpenDataIdContextpublic String[] getOpenIds(Class<? extends IdDto> dtoType)
getOpenIds in interface ApplicationOpenDataIdContextpublic String getOpenProperty(Class<? extends IdDto> dtoType)
getOpenProperty in interface ApplicationOpenDataIdContextpublic Set<Class<? extends IdDto>> getOpenTypes()
getOpenTypes in interface ApplicationOpenDataIdContextpublic String getHigherOpenId()
getHigherOpenId in interface ApplicationOpenDataIdContextpublic final boolean isOpen(Class<? extends IdDto> dtoType)
isOpen in interface ApplicationOpenDataIdContextpublic final boolean isOpenId(Class<? extends IdDto> dtoType, String id)
isOpenId in interface ApplicationOpenDataIdContextpublic final boolean canOpen(Class<? extends IdDto> dtoType)
canOpen in interface ApplicationOpenDataIdContextdtoType - type to testtrue if the given type can be openpublic final String getOpenId(Class<? extends IdDto> dtoType)
getOpenId in interface ApplicationOpenDataIdContextpublic final void setOpenId(Class<? extends IdDto> dtoType, String id)
setOpenId in interface ApplicationOpenDataIdContextpublic final void close(Class<? extends IdDto> dtoType)
close in interface ApplicationOpenDataIdContextpublic final void open(Class<? extends IdDto> dtoType, String id)
open in interface ApplicationOpenDataIdContextCopyright © 2008–2017 IRD. All rights reserved.