com.livis.livingtalks.web
Class PitemWebImpl

java.lang.Object
  |
  +--com.livis.livingtalks.model.AbstractModel
        |
        +--com.livis.livingtalks.model.PitemModel
              |
              +--com.livis.livingtalks.web.PitemWebImpl

public class PitemWebImpl
extends PitemModel

See Also:
Serialized Form

Fields inherited from class com.livis.livingtalks.model.PitemModel
blockKey, start, trackKey
 
Fields inherited from class com.livis.livingtalks.model.AbstractModel
editor, key, timestamp
 
Constructor Summary
PitemWebImpl()
           
 
Method Summary
 void add()
           
 void change()
           
 void delete()
           
 java.util.Collection getModels()
           
 void processRequest(java.lang.String request)
           
 void retrieve()
           
 
Methods inherited from class com.livis.livingtalks.model.PitemModel
assignPitemModel, check, clear, createKey, getBlockKey, getModel, getStart, getStartHourString, getStartMinuteString, getTrackKey, init, isKeyCreatable, setBlockKey, setModel, setStart, setStartHourString, setStartMinuteString, setTrackKey, xmlTagPropertiesStore
 
Methods inherited from class com.livis.livingtalks.model.AbstractModel
assignAbstractModel, checkForKeyCreation, checkForNonEmptyKey, getAutoKey, getEditor, getKey, getTimestamp, makeShort, setAutoKey, setEditor, setKey, setTimestamp, setTimestampFromDate, shallCreateKey, touch, XMLTagProperties
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PitemWebImpl

public PitemWebImpl()
Method Detail

processRequest

public void processRequest(java.lang.String request)

retrieve

public void retrieve()

add

public void add()

change

public void change()

delete

public void delete()

getModels

public java.util.Collection getModels()
Returns:
a sorted Collection of short PitemModel(s)