Package io.jmix.dynattr.impl
Class DynAttrLifecycleListener
java.lang.Object
io.jmix.dynattr.impl.DynAttrLifecycleListener
- All Implemented Interfaces:
DataStoreCustomizer
,DataStoreEventListener
,org.springframework.core.Ordered
@Component("dynat_DynAttrLifecycleListener")
public class DynAttrLifecycleListener
extends Object
implements DataStoreEventListener, DataStoreCustomizer
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.core.datastore.DataStoreEventListener
beforeEntityCount, beforeEntityLoad, beforeEntitySave, beforeValueLoad, entityDeleting, entityLoading, getOrder
-
Field Details
-
dynAttrManager
-
-
Constructor Details
-
DynAttrLifecycleListener
public DynAttrLifecycleListener()
-
-
Method Details
-
afterEntityLoad
- Specified by:
afterEntityLoad
in interfaceDataStoreEventListener
-
entitySaving
- Specified by:
entitySaving
in interfaceDataStoreEventListener
-
entityReload
- Specified by:
entityReload
in interfaceDataStoreEventListener
-
customize
- Specified by:
customize
in interfaceDataStoreCustomizer
-