public class LocationsHolder
extends java.lang.Object
| Constructor and Description |
|---|
LocationsHolder() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addRefToAbstractLocationPoint(java.lang.String parentId,
java.lang.String childId) |
static java.lang.String |
generateReport() |
static LocationType |
getAbstractLocationPointById(java.lang.String id) |
static boolean |
putAbstractLocationPoint(LocationType point) |
static boolean |
removeAbstractLocationPoint(LocationType point) |
static boolean |
removeAbstractLocationPoint(java.lang.String id) |
static boolean |
removeRefToAbstractLocationPoint(java.lang.String parentId,
java.lang.String childId) |
static boolean |
updateAbstractLocationPoint(LocationType point) |
public static boolean putAbstractLocationPoint(LocationType point)
point - public static boolean addRefToAbstractLocationPoint(java.lang.String parentId,
java.lang.String childId)
parentId - childId - public static boolean removeRefToAbstractLocationPoint(java.lang.String parentId,
java.lang.String childId)
parentId - childId - public static LocationType getAbstractLocationPointById(java.lang.String id)
id - public static boolean updateAbstractLocationPoint(LocationType point)
point - public static boolean removeAbstractLocationPoint(LocationType point)
point - public static boolean removeAbstractLocationPoint(java.lang.String id)
id - public static java.lang.String generateReport()
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.