Class ForumInfo
java.lang.Object
de.uplanet.lucy.server.businesslogic.forumflat.ForumInfo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCountPostUser
(Integer p_iUserId) Deprecated.IValueHolder
<?> Deprecated.usegetLastPostIdVH()
insteadIValueHolder
<?> Deprecated.usegetLastPostNameVH()
insteadIValueHolder
<?> Deprecated.IValueHolder
<?> Deprecated.usegetLastPostThreadIdVH()
insteadIValueHolder
<?> Deprecated.usegetLastPostTitleVH()
insteadIValueHolder
<?> Deprecated.usegetLastThreadDateVH()
insteadIValueHolder
<?> Deprecated.usegetLastThreadIdVH()
insteadIValueHolder
<?> Deprecated.usegetLastThreadTextVH()
insteadIValueHolder
<?> Deprecated.usegetLastThreadTitleVH()
insteadIValueHolder
<?> Deprecated.usegetLastThreadUserIdVH()
insteadIValueHolder
<?> Deprecated.useinstead()
IValueHolder
<?> Deprecated.usegetModeratorVH()
insteadint
Deprecated.usegetModeratorIdVH()
insteadIValueHolder
<?> IValueHolder
<?> int
int
int
getNewPostCount
(String p_strThreadId) int
int
int
int
void
Sets the application GUID for this forum info object.boolean
isThreadNew
(String p_strThreadId)
-
Field Details
-
USERINFOS
- See Also:
-
USERINFOSTHREAD
- See Also:
-
POSTS
- See Also:
-
THREADS
- See Also:
-
MODERATOR
- See Also:
-
MODERATORID
- See Also:
-
FORUMPOSTNAME
- See Also:
-
FORUMPOSTDATE
- See Also:
-
FORUMPOSTTEXT
- See Also:
-
FORUMPOSTTITLE
- See Also:
-
FORUMPOSTID
- See Also:
-
FORUMPOSTTHREADID
- See Also:
-
FORUMPOSTLASTUSERID
- See Also:
-
FORUMTHREADID
- See Also:
-
FORUMTHREADUSERID
- See Also:
-
FORUMTHREADTEXT
- See Also:
-
FORUMTHREADTITLE
- See Also:
-
FORUMTHREADDATE
- See Also:
-
DTEDIT
- See Also:
-
THREADS_VIEWS
- See Also:
-
-
Constructor Details
-
ForumInfo
public ForumInfo()Creates a Forum Info Object. This Object is called by vms.
-
-
Method Details
-
init
Sets the application GUID for this forum info object.- Parameters:
p_strAppGuid
- The GUID of the application.
-
getModerator
Deprecated.usegetModeratorVH()
instead- Returns:
- the Moderator for the requested Forum if exists
-
getModeratorVH
- Returns:
- the moderator for the requested forum if exists
-
getModeratorId
Deprecated.usegetModeratorIdVH()
instead- Returns:
- UserId of the moderator for the requested forum if exists
-
getModeratorIdVH
- Returns:
- UserId of the moderator for the requested forum if exists
-
getLastPostName
Deprecated.usegetLastPostNameVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastPostNameVH
- Returns:
- The last posted entry of the requested forum
-
getLastPostDate
Deprecated.usegetLastPostDateVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastPostDateVH
- Returns:
- The last posted entry of the requested forum
-
getLastPostText
Deprecated.- Returns:
- The last posted entry of the requested forum
-
getLastPostTextVH
- Returns:
- The last posted entry of the requested forum
-
getLastPostTitle
Deprecated.usegetLastPostTitleVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastPostTitleVH
- Returns:
- The last posted entry of the requested forum
-
getLastPostId
Deprecated.usegetLastPostIdVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastPostIdVH
- Returns:
- The last posted entry of the requested forum
-
getLastPostThreadId
Deprecated.usegetLastPostThreadIdVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastPostThreadIdVH
- Returns:
- The last posted entry of the requested forum
-
getLastThreadId
Deprecated.usegetLastThreadIdVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastThreadIdVH
- Returns:
- The last posted entry of the requested forum
-
getLastThreadUserId
Deprecated.usegetLastThreadUserIdVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastThreadUserIdVH
- Returns:
- The last posted entry of the requested forum
-
getLastThreadText
Deprecated.usegetLastThreadTextVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastThreadTextVH
- Returns:
- The last posted entry of the requested forum
-
getLastThreadTitle
Deprecated.usegetLastThreadTitleVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastThreadTitleVH
- Returns:
- The last posted entry of the requested forum
-
getLastThreadDate
Deprecated.usegetLastThreadDateVH()
instead- Returns:
- The last posted entry of the requested forum
-
getLastThreadDateVH
- Returns:
- The last posted entry of the requested forum
-
getLastUserId
Deprecated.useinstead()
- Returns:
- The last posted entry of the requested forum
-
getLastUserIdVH
- Returns:
- The last posted entry of the requested forum
-
getPostAndThreadCount
public int getPostAndThreadCount()- Returns:
- The count of posted entry (treads and posts) of the requested forum
-
getThreadCount
public int getThreadCount()- Returns:
- The count of posted entry (treads and posts) of the requested forum
-
getPostCount
public int getPostCount()- Returns:
- The count of posted entry (treads and posts) of the requested forum
-
getNewPostAndThreadCount
public int getNewPostAndThreadCount()- Returns:
- The new count of posted entries and threads of the requested forum
-
getNewPostCount
public int getNewPostCount()- Returns:
- The new count of posted entry of the requested forum
-
getNewThreadCount
public int getNewThreadCount()- Returns:
- The new count of posted entry of the requested forum
-
getNewPostCount
- Returns:
- The new count of posted entry of the requested forum
-
isThreadNew
- Returns:
- Thread already visited by current user?
-
getCountPostUser
public String getCountPostUser(Integer p_iUserId) throws de.uplanet.lucy.server.businesslogic.BlException - Returns:
- String
- Throws:
de.uplanet.lucy.server.businesslogic.BlException
-
getCountPostUser
public Map<Integer,Integer> getCountPostUser() throws de.uplanet.lucy.server.businesslogic.BlException- Throws:
de.uplanet.lucy.server.businesslogic.BlException
-
getAllUserIds
- Returns:
- List of all Userids that posted as Integer
- Throws:
de.uplanet.lucy.server.businesslogic.BlException
-
getLastPostDateVH()
instead