Package org.goplanit.network
Class ServiceNetworkModifierUtils
- java.lang.Object
-
- org.goplanit.network.ServiceNetworkModifierUtils
-
public class ServiceNetworkModifierUtils extends Object
Utilities to make it easier to use service network wide network modifier options
-
-
Constructor Summary
Constructors Constructor Description ServiceNetworkModifierUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
syncManagedIdEntitiesContainerXmlIdsToIds(ServiceNetwork serviceNetwork)
Convenience method to sync XMLids to Ids by making use of layer modifiers and Event listeners.
-
-
-
Method Detail
-
syncManagedIdEntitiesContainerXmlIdsToIds
public static void syncManagedIdEntitiesContainerXmlIdsToIds(ServiceNetwork serviceNetwork)
Convenience method to sync XMLids to Ids by making use of layer modifiers and Event listeners. Note this also recreates all managed id entities ids as well- Parameters:
serviceNetwork
- to apply to
-
-