Class OdZonesImpl

    • Constructor Detail

      • OdZonesImpl

        public OdZonesImpl​(IdGroupingToken groupId)
        Constructor
        Parameters:
        groupId - to use for creating ids for instances
      • OdZonesImpl

        public OdZonesImpl​(OdZoneFactory odZoneFactory)
        Constructor
        Parameters:
        odZoneFactory - the factory to use
      • OdZonesImpl

        public OdZonesImpl​(OdZonesImpl other)
        Copy constructor
        Parameters:
        other - to copy
    • Method Detail

      • recreateIds

        public void recreateIds​(boolean resetManagedIdClass)
        Recreate the ids for all registered entities with or without resetting
        Specified by:
        recreateIds in interface ManagedIdEntities<OdZone>
        Overrides:
        recreateIds in class ManagedIdEntitiesImpl<OdZone>
        Parameters:
        resetManagedIdClass - when true we reset the managedId's counter to zero (via its id class) before recreating the ids, otherwise we simply recreate the managed id by starting with the next available id without resetting