|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.brains2b.coffee.util.SubjectHelper
public class SubjectHelper
Helper class for Article Subjects
Nested Class Summary | |
---|---|
static class |
SubjectHelper.SubjectInfo
|
Constructor Summary | |
---|---|
SubjectHelper()
|
Method Summary | |
---|---|
static java.lang.String |
createSubject(Article a,
Options o,
int file,
int totalFile)
create the subject for an Article with attachment being posted |
SubjectHelper.SubjectInfo |
getTruncated(java.lang.String s)
Split the Subject text into String, parts and totals for use in MultiPartGroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubjectHelper()
Method Detail |
---|
public final SubjectHelper.SubjectInfo getTruncated(java.lang.String s)
MultiPartGroup
s
- String, the complete subject
SubjectHelper.SubjectInfo
MultiPartGroup
public static final java.lang.String createSubject(Article a, Options o, int file, int totalFile)
a
- Article, the article to Posto
- Options, the Options for posting messagesfile
- int, the file in a collection of filestotalFile
- int , the total number of files
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |