Serialized Form


Package net.sourceforge.blogentis.om

Class net.sourceforge.blogentis.om.BaseComment extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

commentId

int commentId
The value for the commentId field


postId

int postId
The value for the postId field


postedTime

java.util.Date postedTime
The value for the postedTime field


name

java.lang.String name
The value for the name field


url

java.lang.String url
The value for the url field


email

java.lang.String email
The value for the email field


title

java.lang.String title
The value for the title field


text

java.lang.String text
The value for the text field


aPost

Post aPost

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BaseCommentPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseConfigurable extends org.apache.torque.om.BaseObject implements Serializable

Class net.sourceforge.blogentis.om.BasePost extends BaseConfigurable implements Serializable

Serialized Fields

postId

int postId
The value for the postId field


blogId

int blogId
The value for the blogId field


postType

int postType
The value for the postType field


title

java.lang.String title
The value for the title field


uriFragment

java.lang.String uriFragment
The value for the uriFragment field


shortDescription

java.lang.String shortDescription
The value for the shortDescription field


fullText

java.lang.String fullText
The value for the fullText field


postedTime

java.util.Date postedTime
The value for the postedTime field


authorId

java.lang.String authorId
The value for the authorId field


objectData

byte[] objectData
The value for the objectData field


aStoredBlog

StoredBlog aStoredBlog

collPostSections

java.util.List collPostSections
Collection to store aggregation of collPostSections


lastPostSectionsCriteria

org.apache.torque.util.Criteria lastPostSectionsCriteria
The criteria used to select the current contents of collPostSections


collComments

java.util.List collComments
Collection to store aggregation of collComments


lastCommentsCriteria

org.apache.torque.util.Criteria lastCommentsCriteria
The criteria used to select the current contents of collComments


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BasePostPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BasePostSection extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

postId

int postId
The value for the postId field


sectionId

int sectionId
The value for the sectionId field


aPost

Post aPost

aSection

Section aSection

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class net.sourceforge.blogentis.om.BasePostSectionPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseSection extends BaseConfigurable implements Serializable

Serialized Fields

sectionId

int sectionId
The value for the sectionId field


blogId

int blogId
The value for the blogId field


name

java.lang.String name
The value for the name field


title

java.lang.String title
The value for the title field


description

java.lang.String description
The value for the description field


objectData

byte[] objectData
The value for the objectData field


aStoredBlog

StoredBlog aStoredBlog

collPostSections

java.util.List collPostSections
Collection to store aggregation of collPostSections


lastPostSectionsCriteria

org.apache.torque.util.Criteria lastPostSectionsCriteria
The criteria used to select the current contents of collPostSections


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BaseSectionPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseStoredBlog extends BaseConfigurable implements Serializable

Serialized Fields

blogId

int blogId
The value for the blogId field


name

java.lang.String name
The value for the name field


title

java.lang.String title
The value for the title field


description

java.lang.String description
The value for the description field


objectData

byte[] objectData
The value for the objectData field


collSections

java.util.List collSections
Collection to store aggregation of collSections


lastSectionsCriteria

org.apache.torque.util.Criteria lastSectionsCriteria
The criteria used to select the current contents of collSections


collPosts

java.util.List collPosts
Collection to store aggregation of collPosts


lastPostsCriteria

org.apache.torque.util.Criteria lastPostsCriteria
The criteria used to select the current contents of collPosts


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BaseStoredBlogPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseTurbineGroup extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

groupId

int groupId
The value for the groupId field


name

java.lang.String name
The value for the name field


objectdata

byte[] objectdata
The value for the objectdata field


collTurbineUserGroupRoles

java.util.List collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles


lastTurbineUserGroupRolesCriteria

org.apache.torque.util.Criteria lastTurbineUserGroupRolesCriteria
The criteria used to select the current contents of collTurbineUserGroupRoles


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BaseTurbineGroupPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseTurbinePermission extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

permissionId

int permissionId
The value for the permissionId field


name

java.lang.String name
The value for the name field


objectdata

byte[] objectdata
The value for the objectdata field


collTurbineRolePermissions

java.util.List collTurbineRolePermissions
Collection to store aggregation of collTurbineRolePermissions


lastTurbineRolePermissionsCriteria

org.apache.torque.util.Criteria lastTurbineRolePermissionsCriteria
The criteria used to select the current contents of collTurbineRolePermissions


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BaseTurbinePermissionPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseTurbineRole extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

roleId

int roleId
The value for the roleId field


name

java.lang.String name
The value for the name field


objectdata

byte[] objectdata
The value for the objectdata field


collTurbineRolePermissions

java.util.List collTurbineRolePermissions
Collection to store aggregation of collTurbineRolePermissions


lastTurbineRolePermissionsCriteria

org.apache.torque.util.Criteria lastTurbineRolePermissionsCriteria
The criteria used to select the current contents of collTurbineRolePermissions


collTurbineUserGroupRoles

java.util.List collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles


lastTurbineUserGroupRolesCriteria

org.apache.torque.util.Criteria lastTurbineUserGroupRolesCriteria
The criteria used to select the current contents of collTurbineUserGroupRoles


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BaseTurbineRolePeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseTurbineRolePermission extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

roleId

int roleId
The value for the roleId field


permissionId

int permissionId
The value for the permissionId field


aTurbineRole

TurbineRole aTurbineRole

aTurbinePermission

TurbinePermission aTurbinePermission

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class net.sourceforge.blogentis.om.BaseTurbineRolePermissionPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseTurbineUser extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

userId

int userId
The value for the userId field


userName

java.lang.String userName
The value for the userName field


password

java.lang.String password
The value for the password field


firstName

java.lang.String firstName
The value for the firstName field


lastName

java.lang.String lastName
The value for the lastName field


email

java.lang.String email
The value for the email field


confirmed

java.lang.String confirmed
The value for the confirmed field


modified

java.util.Date modified
The value for the modified field


createDate

java.util.Date createDate
The value for the createDate field


lastLogin

java.util.Date lastLogin
The value for the lastLogin field


objectdata

byte[] objectdata
The value for the objectdata field


collTurbineUserGroupRoles

java.util.List collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles


lastTurbineUserGroupRolesCriteria

org.apache.torque.util.Criteria lastTurbineUserGroupRolesCriteria
The criteria used to select the current contents of collTurbineUserGroupRoles


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class net.sourceforge.blogentis.om.BaseTurbineUserGroupRole extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

userId

int userId
The value for the userId field


groupId

int groupId
The value for the groupId field


roleId

int roleId
The value for the roleId field


aTurbineUser

TurbineUser aTurbineUser

aTurbineGroup

TurbineGroup aTurbineGroup

aTurbineRole

TurbineRole aTurbineRole

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class net.sourceforge.blogentis.om.BaseTurbineUserGroupRolePeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.BaseTurbineUserPeer extends org.apache.torque.util.BasePeer implements Serializable

Class net.sourceforge.blogentis.om.Comment extends BaseComment implements Serializable

Class net.sourceforge.blogentis.om.CommentPeer extends BaseCommentPeer implements Serializable

Class net.sourceforge.blogentis.om.Post extends BasePost implements Serializable

Serialized Fields

properties

MappedConfiguration properties

blog

Blog blog

Class net.sourceforge.blogentis.om.PostPeer extends BasePostPeer implements Serializable

Class net.sourceforge.blogentis.om.PostSection extends BasePostSection implements Serializable

Class net.sourceforge.blogentis.om.PostSectionPeer extends BasePostSectionPeer implements Serializable

Class net.sourceforge.blogentis.om.Section extends BaseSection implements Serializable

Serialized Fields

blog

Blog blog

Class net.sourceforge.blogentis.om.SectionPeer extends BaseSectionPeer implements Serializable

Class net.sourceforge.blogentis.om.StoredBlog extends BaseStoredBlog implements Serializable

Class net.sourceforge.blogentis.om.StoredBlogPeer extends BaseStoredBlogPeer implements Serializable

Class net.sourceforge.blogentis.om.TurbineGroup extends BaseTurbineGroup implements Serializable

Class net.sourceforge.blogentis.om.TurbineGroupPeer extends BaseTurbineGroupPeer implements Serializable

Class net.sourceforge.blogentis.om.TurbinePermission extends BaseTurbinePermission implements Serializable

Class net.sourceforge.blogentis.om.TurbinePermissionPeer extends BaseTurbinePermissionPeer implements Serializable

Class net.sourceforge.blogentis.om.TurbineRole extends BaseTurbineRole implements Serializable

Class net.sourceforge.blogentis.om.TurbineRolePeer extends BaseTurbineRolePeer implements Serializable

Class net.sourceforge.blogentis.om.TurbineRolePermission extends BaseTurbineRolePermission implements Serializable

Class net.sourceforge.blogentis.om.TurbineRolePermissionPeer extends BaseTurbineRolePermissionPeer implements Serializable

Class net.sourceforge.blogentis.om.TurbineUser extends BaseTurbineUser implements Serializable

Class net.sourceforge.blogentis.om.TurbineUserGroupRole extends BaseTurbineUserGroupRole implements Serializable

Class net.sourceforge.blogentis.om.TurbineUserGroupRolePeer extends BaseTurbineUserGroupRolePeer implements Serializable

Class net.sourceforge.blogentis.om.TurbineUserPeer extends BaseTurbineUserPeer implements Serializable


Package net.sourceforge.blogentis.slide

Class net.sourceforge.blogentis.slide.BlogDavServlet extends org.apache.slide.webdav.WebdavServlet implements Serializable


Package net.sourceforge.blogentis.turbine

Class net.sourceforge.blogentis.turbine.BlogUser extends org.apache.turbine.services.security.ldap.LDAPUser implements Serializable



Copyright © 2003-2004 SourceForge.net. All Rights Reserved.