gr.uoa.di.madgik.rr.element.config
Class StaticConfiguration

java.lang.Object
  extended by gr.uoa.di.madgik.rr.element.RRElement
      extended by gr.uoa.di.madgik.rr.element.config.StaticConfiguration
All Implemented Interfaces:
gr.uoa.di.madgik.rr.element.IRRElement

public class StaticConfiguration
extends gr.uoa.di.madgik.rr.element.RRElement


Field Summary
static String SemanticGroupName
           
 
Method Summary
 void addPresentationInfoGroup(String group)
           
 void addPresentationInfoKeyword(String group, String keyword)
           
 void delete(boolean deleteDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
 void deletePresentationInfoGroup(String group)
           
 void deletePresentationInfoKeyword(String group, String keyword)
           
 boolean exists(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
 String getID()
           
static StaticConfiguration getInstance()
           
 gr.uoa.di.madgik.rr.RRContext getISContext()
           
 StaticConfigurationDao getItem()
           
 Set<String> getPresentationInfoGroups()
           
 Set<String> getPresentationInfoKeywords(String group)
           
 boolean isEqual(gr.uoa.di.madgik.rr.element.IRRElement target, boolean includeDetails)
           
 boolean load(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
 boolean load(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType, boolean overridePrefetched)
           
 void setDirty()
           
 void setID(String id)
           
 void store(boolean storeDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
 
Methods inherited from class gr.uoa.di.madgik.rr.element.RRElement
delete, delete, exists, exists, load, load, store, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SemanticGroupName

public static final String SemanticGroupName
See Also:
Constant Field Values
Method Detail

getInstance

public static StaticConfiguration getInstance()
                                       throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

getID

public String getID()

setID

public void setID(String id)

getISContext

public gr.uoa.di.madgik.rr.RRContext getISContext()

getPresentationInfoGroups

public Set<String> getPresentationInfoGroups()
                                      throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

addPresentationInfoGroup

public void addPresentationInfoGroup(String group)
                              throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

deletePresentationInfoGroup

public void deletePresentationInfoGroup(String group)
                                 throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

getPresentationInfoKeywords

public Set<String> getPresentationInfoKeywords(String group)

addPresentationInfoKeyword

public void addPresentationInfoKeyword(String group,
                                       String keyword)
                                throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

deletePresentationInfoKeyword

public void deletePresentationInfoKeyword(String group,
                                          String keyword)
                                   throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

getItem

public StaticConfigurationDao getItem()

setDirty

public void setDirty()

load

public boolean load(boolean loadDetails,
                    gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
             throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

load

public boolean load(boolean loadDetails,
                    gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
                    boolean overridePrefetched)
             throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

delete

public void delete(boolean deleteDetails,
                   gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
            throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

store

public void store(boolean storeDetails,
                  gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

isEqual

public boolean isEqual(gr.uoa.di.madgik.rr.element.IRRElement target,
                       boolean includeDetails)
                throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException

exists

public boolean exists(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
               throws gr.uoa.di.madgik.rr.ResourceRegistryException
Throws:
gr.uoa.di.madgik.rr.ResourceRegistryException


Copyright © 2012. All Rights Reserved.