| java.lang.Object com.knowgate.dataobjs.DBPersist com.knowgate.addrbook.Meeting
Meeting | public class Meeting extends DBPersist (Code) | | Meeting for Fellows
author: Sergio Montoro Ten version: 3.0 |
Field Summary | |
final public static short | ClassId |
ClassId | final public static short ClassId(Code) | | |
clearAttendants | public void clearAttendants(JDCConnection oConn) throws SQLException(Code) | | Remove all attendants to Meeting
Delete registers from k_x_meeting_fellow and k_x_meeting_contact tables
Parameters: oConn - Database Connection throws: SQLException - |
clearRooms | public void clearRooms(JDCConnection oConn) throws SQLException(Code) | | Remove all Rooms and other booked Resources for Meeting
Delete registers from k_x_meeting_room
Parameters: oConn - Database Connection throws: SQLException - |
delete | public static boolean delete(JDCConnection oConn, String sMeetingGUID) throws SQLException(Code) | | Delete Meeting
Calls k_sp_del_meeting stored procedure
Parameters: oConn - Database Connection Parameters: sMeetingGUID - Meeting Unique Identifier throws: SQLException - |
getContacts | public DBSubset getContacts(JDCConnection oConn) throws SQLException(Code) | | External Enterprise Contacts Attending to this meeting
Retrieves Contacts from k_x_meeting_contact table.
Parameters: oConn - Database Connection DBSubset with 3 columns {gu_contact,tx_name,tx_surname} throws: SQLException - See Also: Contact |
getHourEnd | public String getHourEnd()(Code) | | Meeting ending hour |
getMinute | public String getMinute()(Code) | | Meeting starting minute |
getMinuteEnd | public String getMinuteEnd()(Code) | | Meeting ending minute |
getRooms | public DBSubset getRooms(JDCConnection oConn) throws SQLException(Code) | | Get Rooms and other Resources reserved for thsi meeting<.
Retrieves Rooms from k_x_meeting_room table.
Parameters: oConn - Database Connection DBSubset with 5 columns {nm_room,tp_room,tx_company,tx_location,tx_comments} throws: SQLException - |
repeat | public void repeat(JDCConnection oConn, int nDaysGap, int nTimes, boolean bSkipHolidays) throws SQLException, IllegalArgumentException(Code) | | Make copies of this meeting
Parameters: oConn - JDCConnection Parameters: nDaysGap - int Frecuency in days. One means that the meeting is repeateddaily for the number of specified times. Seven means that the meeting is repeated weekly.Twenty eight is approximately once per month (every 4 weeks). Parameters: nTimes - int Number of times to repeat the meeting throws: SQLException - throws: IllegalArgumentException - if nDaysGap<=0 or nTimes<0 |
setAttendant | public void setAttendant(JDCConnection oConn, String sAttendantId) throws SQLException(Code) | | Assign Attendant to Meeting
Attendants may be Fellows or Contacts
If Attendant was already assigned, meeting dates are updated and no error is raised.
Parameters: oConn - Database Connection Parameters: sAttendantId - Fellow or Contact Unique Identifier throws: SQLException - |
setRoom | public void setRoom(JDCConnection oConn, String sRoomNm) throws SQLException(Code) | | Assign a Room or Resource to a Meeting
If Room was already assigned, booking dates (dt_start and dt_end at k_x_meeting_room)
are updated and no error is raised.
Parameters: oConn - Database Connection Parameters: sRoomNm - Room Name throws: SQLException - |
store | public boolean store(JDCConnection oConn) throws SQLException(Code) | | Store meeting
gu_meeting is automatically assigned if not set for new meetings
dt_modified is automatically updated for existing meetings
bo_private is set to zero if value for it is not specified
Parameters: oConn - JDCConnection boolean throws: SQLException - |
Methods inherited from com.knowgate.dataobjs.DBPersist | public void allcaps(boolean bAllValuesUpperCase)(Code)(Java Doc) public boolean allcaps()(Code)(Java Doc) protected HashMap changelog(DBPersist oOldInstance)(Code)(Java Doc) public void clear()(Code)(Java Doc) public void clone(DBPersist oSource)(Code)(Java Doc) public boolean containsKey(Object oKey) throws NullPointerException(Code)(Java Doc) public boolean containsValue(Object oKey)(Code)(Java Doc) public boolean delete(JDCConnection oConn) throws SQLException(Code)(Java Doc) public Set entrySet()(Code)(Java Doc) public boolean exists(JDCConnection oConn) throws SQLException(Code)(Java Doc) public Object get(String sKey)(Code)(Java Doc) public Object get(Object oKey) throws NullPointerException(Code)(Java Doc) public String getAuditClassName()(Code)(Java Doc) public Date getCreationDate(JDCConnection oConn) throws SQLException(Code)(Java Doc) public java.util.Date getDate(String sKey) throws ClassCastException(Code)(Java Doc) public String getDateFormated(String sKey, String sFormat) throws ClassCastException(Code)(Java Doc) public String getDateShort(String sKey) throws ClassCastException(Code)(Java Doc) public String getDateTime(String sKey)(Code)(Java Doc) public String getDateTime24(String sKey)(Code)(Java Doc) public BigDecimal getDecimal(String sKey) throws ClassCastException, NumberFormatException(Code)(Java Doc) public String getDecimalFormated(String sKey, String sPattern) throws ClassCastException, NumberFormatException, NullPointerException, IllegalArgumentException(Code)(Java Doc) public double getDouble(String sKey) throws NullPointerException, NumberFormatException(Code)(Java Doc) public String getDoubleFormated(String sKey, String sPattern) throws ClassCastException, NumberFormatException, NullPointerException, IllegalArgumentException(Code)(Java Doc) public float getFloat(String sKey) throws NullPointerException, NumberFormatException(Code)(Java Doc) public String getFloatFormated(String sKey, String sPattern) throws ClassCastException, NumberFormatException, NullPointerException, IllegalArgumentException(Code)(Java Doc) public int getInt(String sKey) throws NullPointerException, NumberFormatException(Code)(Java Doc) public Integer getInteger(String sKey) throws NumberFormatException(Code)(Java Doc) public int getIntervalPart(String sKey, String sPart) throws NullPointerException, NumberFormatException, IllegalArgumentException(Code)(Java Doc) public HashMap getItemMap()(Code)(Java Doc) public Set getItems()(Code)(Java Doc) public Money getMoney(String sKey) throws NumberFormatException(Code)(Java Doc) public java.sql.Date getSQLDate(String sKey) throws ClassCastException(Code)(Java Doc) public Time getSQLTime(String sKey) throws ClassCastException(Code)(Java Doc) public short getShort(String sKey) throws java.lang.NullPointerException(Code)(Java Doc) public String getString(String sKey) throws NullPointerException(Code)(Java Doc) public String getStringNull(String sKey, String sDefault)(Code)(Java Doc) public DBTable getTable()(Code)(Java Doc) public DBTable getTable(JDCConnection oConn) throws SQLException, IllegalStateException(Code)(Java Doc) public String getTableName()(Code)(Java Doc) public String getTime(String sKey) throws ClassCastException(Code)(Java Doc) public Time getTimeOfDay(String sKey)(Code)(Java Doc) public Timestamp getTimestamp(String sKey)(Code)(Java Doc) protected static String getUIdFromName(JDCConnection oConn, Integer iDomainId, String sInstanceNm, String sStoredProc) throws SQLException(Code)(Java Doc) public boolean isEmpty()(Code)(Java Doc) public boolean isNull(String sKey)(Code)(Java Doc) public Iterator iterator()(Code)(Java Doc) public Set keySet()(Code)(Java Doc) public boolean load(JDCConnection oConn, Object[] PKVals) throws SQLException(Code)(Java Doc) public boolean load(JDCConnection oConn, String sKey) throws SQLException(Code)(Java Doc) public void parseXML(String sXMLFilePath) throws SAXException, SAXNotRecognizedException, SAXNotSupportedException, SAXParseException, IOException, ClassNotFoundException, IllegalAccessException, InstantiationException(Code)(Java Doc) public void put(String sKey, String sVal) throws NullPointerException(Code)(Java Doc) public void put(String sKey, Object oObj) throws NullPointerException(Code)(Java Doc) public Object put(Object sKey, Object oObj) throws NullPointerException(Code)(Java Doc) public void put(String sKey, int iVal)(Code)(Java Doc) public void put(String sKey, short iVal)(Code)(Java Doc) public void put(String sKey, Date dtVal)(Code)(Java Doc) public void put(String sKey, Time tmVal)(Code)(Java Doc) public void put(String sKey, String sDate, SimpleDateFormat oPattern) throws ParseException(Code)(Java Doc) public void put(String sKey, double dVal)(Code)(Java Doc) public void put(String sKey, BigDecimal oDecVal)(Code)(Java Doc) public void put(String sKey, String sDecVal, DecimalFormat oPattern) throws ParseException(Code)(Java Doc) public void put(String sKey, float fVal)(Code)(Java Doc) public void put(String sKey, Money mVal)(Code)(Java Doc) public void put(String sKey, File oFile) throws FileNotFoundException(Code)(Java Doc) public void put(String sKey, byte[] aBytes)(Code)(Java Doc) public void put(String sKey, char[] aChars)(Code)(Java Doc) public void put(String sKey, String sData, int iSQLType) throws FileNotFoundException, IllegalArgumentException, NullPointerException(Code)(Java Doc) public void putAll(Properties oPropsCollection) throws FileNotFoundException(Code)(Java Doc) public void putAll(Map oMap)(Code)(Java Doc) public void remove(String sKey)(Code)(Java Doc) public Object remove(Object oKey)(Code)(Java Doc) public void replace(String sKey, Object oObj)(Code)(Java Doc) public void replace(String sKey, int iVal)(Code)(Java Doc) public void replace(String sKey, short iVal)(Code)(Java Doc) public void replace(String sKey, float fVal)(Code)(Java Doc) public void setAuditTransact(String sAuditTransact)(Code)(Java Doc) public void setAuditUser(String sAuditUser)(Code)(Java Doc) public int size()(Code)(Java Doc) public boolean store(JDCConnection oConn) throws SQLException(Code)(Java Doc) public void toLowerCase(String sKey)(Code)(Java Doc) public void toUpperCase(String sKey)(Code)(Java Doc) protected String toXML(String sIdent, String sDelim, HashMap oAttrs) throws IllegalStateException(Code)(Java Doc) public String toXML(String sIdent, String sDelim) throws IllegalStateException(Code)(Java Doc) public String toXML(String sIdent)(Code)(Java Doc) public String toXML()(Code)(Java Doc) public Collection values()(Code)(Java Doc)
|
|
|