Uses of Package
com.nurelm.nucontent.model

Packages that use com.nurelm.nucontent.model
com.nurelm.nc3to4   
com.nurelm.nucontent.controller   
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. 
com.nurelm.nucontent.model.test   
com.nurelm.util   
 

Classes in com.nurelm.nucontent.model used by com.nurelm.nc3to4
DataAccessException
          The only checked exception emitted by the CMS data layer.
Page
          Corresponds to a Web page in a NuContent application.
 

Classes in com.nurelm.nucontent.model used by com.nurelm.nucontent.controller
RepeatItem
          A RepeatItem represents one "line" in a RepeatList.
RepeatList
          A RepeatList contains an list of RepeatItems.
 

Classes in com.nurelm.nucontent.model used by com.nurelm.nucontent.model
Content
          A Content object represents one piece of text content within Page or RepeatItem objects.
DataAccessException
          The only checked exception emitted by the CMS data layer.
Entity
          Extended to create User or Group objects.
File
          Contains information corresponding to a file on the server's filesystem.
Group
          Represents a NuContent user group.
Image
          Object representing a NuContent image.
Link
          Represents a NuContent link.
Node
          The parent object of Page, Link, and File objects.
Page
          Corresponds to a Web page in a NuContent application.
RepeatItem
          A RepeatItem represents one "line" in a RepeatList.
RepeatList
          A RepeatList contains an list of RepeatItems.
Site
          Corresponds to a NuContent Web site.
StandAloneFile
          Object representing a NuContent file.
Task
          This object represents an edit or review task in NuContent.
User
          This object corresponds to a user in a NuContent Web site.
UserValueObject
          This is a utility object used to pass around user information when a "live" user object is not needed.
 

Classes in com.nurelm.nucontent.model used by com.nurelm.nucontent.model.test
DataAccessException
          The only checked exception emitted by the CMS data layer.
 

Classes in com.nurelm.nucontent.model used by com.nurelm.util
DataAccessException
          The only checked exception emitted by the CMS data layer.
File
          Contains information corresponding to a file on the server's filesystem.
Image
          Object representing a NuContent image.
Node
          The parent object of Page, Link, and File objects.
Page
          Corresponds to a Web page in a NuContent application.
RepeatItem
          A RepeatItem represents one "line" in a RepeatList.
Site
          Corresponds to a NuContent Web site.
UserValueObject
          This is a utility object used to pass around user information when a "live" user object is not needed.