Class OutsidePlantService


  • @Service
    public class OutsidePlantService
    extends Object
    Service to manage the persistence operations in the Outside Plant Manager Module
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Field Detail

      • DEFAULT_CENTER_LATITUDE

        public static double DEFAULT_CENTER_LATITUDE
        Default map center latitude. This value is used when the configuration variable widgets.simplemap.centerLatitude can not be found or it's not a number.
      • DEFAULT_CENTER_LONGITUDE

        public static double DEFAULT_CENTER_LONGITUDE
        Default map center longitude. This value is used when the configuration variable widgets.simplemap.centerLongitude can not be found or it's not a number.
      • DEFAULT_ZOOM

        public static int DEFAULT_ZOOM
        Default map center latitude. This value is used when the configuration variable widgets.simplemap.zoom can not be found or it's not a number.
      • DEFAULT_MIN_ZOOM_FOR_LABELS

        public static final double DEFAULT_MIN_ZOOM_FOR_LABELS
        Default minimum zoom level for the map when displaying labels.
        See Also:
        Constant Field Values
      • DEFAULT_COLOR_FOR_LABELS

        public static final String DEFAULT_COLOR_FOR_LABELS
        Default color for map labels.
        See Also:
        Constant Field Values
      • DEFAULT_FILL_COLOR_FOR_LABELS

        public static final String DEFAULT_FILL_COLOR_FOR_LABELS
        Default fill color for map labels.
        See Also:
        Constant Field Values
      • DEFAULT_FONT_SIZE_FOR_LABELS

        public static final String DEFAULT_FONT_SIZE_FOR_LABELS
        Default font size for map labels.
        See Also:
        Constant Field Values
      • DEFAULT_LANGUAGE

        public static String DEFAULT_LANGUAGE
        Default map language (English). This language will be used if the configuration variable widgets.simplemap.language could not be found
      • VIEW_VERSION

        public static String VIEW_VERSION
        The version of the XML document generated by the as
      • SPECIAL_RELATIONSHIP_OSPMAN_HAS_PATH

        public static final String SPECIAL_RELATIONSHIP_OSPMAN_HAS_PATH
        Special relationship to assign a Generic Physical Container with another Generic Physical Container.
        See Also:
        Constant Field Values
      • OSP_LAST_MILE_CIRCUIT_ENDPOINT_A

        public static final String OSP_LAST_MILE_CIRCUIT_ENDPOINT_A
        A side of the OSP last mile circuit
        See Also:
        Constant Field Values
      • OSP_LAST_MILE_CIRCUIT_ENDPOINT_B

        public static final String OSP_LAST_MILE_CIRCUIT_ENDPOINT_B
        B side of the OSP last mile circuit
        See Also:
        Constant Field Values
    • Constructor Detail

      • OutsidePlantService

        public OutsidePlantService()