Class DataStoreBeforeEntityCountEvent

java.lang.Object
java.util.EventObject
io.jmix.core.datastore.BaseDataStoreEvent
io.jmix.core.datastore.DataStoreBeforeEntityCountEvent
All Implemented Interfaces:
Serializable

public class DataStoreBeforeEntityCountEvent extends BaseDataStoreEvent
See Also:
  • Field Details

    • countPrevented

      protected boolean countPrevented
    • countByItems

      protected boolean countByItems
    • eventState

      protected final EventSharedState eventState
  • Constructor Details

  • Method Details

    • getLoadContext

      public LoadContext<?> getLoadContext()
    • getEventState

      public EventSharedState getEventState()
    • setCountPrevented

      public void setCountPrevented()
    • countPrevented

      public boolean countPrevented()
    • setCountByItems

      public void setCountByItems()
    • countByItems

      public boolean countByItems()
    • sendTo

      public void sendTo(DataStoreEventListener listener)
      Specified by:
      sendTo in class BaseDataStoreEvent