public class LayoutRepository extends RepoMap
BACKINGSTORE_DIR
Modifier and Type | Method and Description |
---|---|
java.lang.String |
add(YSpecificationID specID,
java.lang.String layoutXML)
Adds a layout for a specification to the repository
|
java.lang.String |
get(YSpecificationID specID)
Gets a data definition from the repository
|
static LayoutRepository |
getInstance() |
java.lang.String |
remove(YSpecificationID specID)
Removes a data definition from the repository
|
addRecord, anyAreNull, getDescriptors, getRecord, hasRecord, removeRecord, save
public static LayoutRepository getInstance()
public java.lang.String add(YSpecificationID specID, java.lang.String layoutXML)
specID
- the specification identifier for a layoutlayoutXML
- the layout XML to store in the repositorypublic java.lang.String get(YSpecificationID specID)
specID
- the specification identifier for a layoutpublic java.lang.String remove(YSpecificationID specID)
specID
- the specification identifier for a layout