|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectDatabaseCommunication.AnnouncementManager
| Constructor Summary | |
AnnouncementManager()
This is the constructor for AnnouncementManager.java |
|
| Method Summary | |
static long |
addDays(java.util.Date startDate,
int numberOfDays)
This method is being used to add days |
void |
deleteUserData(AnnouncementData data)
This method is being used to delete announcement |
void |
insertAnnouncementData(AnnouncementData data)
This method is being used to insert announcement |
AnnouncementData[] |
selectAllAnnouncements()
This method is being used to select all the announcement in an order. |
java.lang.String |
stripTrailing(java.lang.String value)
This method is being used for stripping trailing blanks |
void |
updateAnnouncementData(AnnouncementData data)
This method is being used to update announcement . |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnnouncementManager()
| Method Detail |
public AnnouncementData[] selectAllAnnouncements()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String stripTrailing(java.lang.String value)
value - String to strip blanks from
public void insertAnnouncementData(AnnouncementData data)
throws java.lang.Exception
data - Announcement data to be inserted
java.lang.Exception - void
public void updateAnnouncementData(AnnouncementData data)
throws java.lang.Exception
data - Announcement data to be updated.
java.lang.Exception - void
public void deleteUserData(AnnouncementData data)
throws java.lang.Exception
data - Announcemenet data to be deleted.
java.lang.Exception - void
public static long addDays(java.util.Date startDate,
int numberOfDays)
startDate - numberOfDays -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||