Uses of Class
com.nurelm.nucontent.model.StandAloneFile

Packages that use StandAloneFile
com.nurelm.nucontent.model This package provides an object oriented interface to NuContent's data model from which any piece of content in an entire NuContent-powered site can be accessed or modified. 
 

Uses of StandAloneFile in com.nurelm.nucontent.model
 

Methods in com.nurelm.nucontent.model that return StandAloneFile
 StandAloneFile RepeatItem.getFile(java.lang.String fileId)
          Returns the File object associated with the supplied fileId.
 StandAloneFile Page.getNuFile(java.lang.String fileId)
          Returns the image associated with the supplied imageId.
 StandAloneFile Page.getFile(java.lang.String fileId)
          Returns the File object associated with the supplied fileId.
 

Methods in com.nurelm.nucontent.model with parameters of type StandAloneFile
 void RepeatItem.addFile(StandAloneFile file)
          Adds a new File object to this RepeatItem.
 void Page.addNuFile(StandAloneFile file)
          Adds the supplied image to the db.