com.livis.livingtalks.ejb
Interface ManageIF

All Known Subinterfaces:
Manage
All Known Implementing Classes:
ManageEJB

public interface ManageIF


Method Summary
 java.lang.String createAuthor(AuthorModel model)
           
 java.lang.String createAuthorship(AuthorshipModel model)
           
 java.lang.String createBlock(BlockModel model)
           
 java.lang.String createPitem(PitemModel model)
           
 java.lang.String createTalk(TalkModel model)
           
 java.lang.String createTrack(TrackModel model)
           
 java.lang.String createType(TypeModel model)
           
 java.util.Collection getAuthorKeysAll()
           
 AuthorModel getAuthorModel(java.lang.String key)
           
 java.util.Collection getAuthorshipKeysAll()
           
 java.util.Collection getAuthorshipKeysByAuthorKey(java.lang.String authorKey)
           
 java.util.Collection getAuthorshipKeysByTalkKey(java.lang.String talkKey)
           
 AuthorshipModel getAuthorshipModel(java.lang.String key)
           
 AuthorshipModel getAuthorshipShortmodel(java.lang.String key)
           
 java.util.Collection getAuthorshipShortmodelsAll()
           
 AuthorModel getAuthorShortmodel(java.lang.String key)
           
 java.util.Collection getAuthorShortmodelsAll()
           
 java.util.Collection getBlockKeysAll()
           
 java.util.Collection getBlockKeysByTalkList(java.lang.String talkList)
           
 BlockModel getBlockModel(java.lang.String key)
           
 BlockModel getBlockShortmodel(java.lang.String key)
           
 java.util.Collection getBlockShortmodelsAll()
           
 java.util.Collection getDanglingAuthorKeys()
           
 java.util.Collection getDanglingBlockKeys()
           
 java.util.Collection getDanglingTalkKeys()
           
 java.util.Collection getPermittedTypeKeys()
           
 java.util.Collection getPitemKeysAll()
           
 java.util.Collection getPitemKeysByBlockKey(java.lang.String blockKey)
           
 java.util.Collection getPitemKeysByTrackKey(java.lang.String trackKey)
           
 PitemModel getPitemModel(java.lang.String key)
           
 PitemModel getPitemShortmodel(java.lang.String key)
           
 java.util.Collection getPitemShortmodelsAll()
           
 java.util.Collection getTalkKeysAll()
           
 java.util.Collection getTalkKeysByTypeKey(java.lang.String typeKey)
           
 TalkModel getTalkModel(java.lang.String key)
           
 TalkModel getTalkShortmodel(java.lang.String key)
           
 java.util.Collection getTalkShortmodelsAll()
           
 java.util.Collection getTrackKeysAll()
           
 java.util.Collection getTrackKeysByDate(java.sql.Date date)
           
 java.util.Collection getTrackKeysByPage(int page)
           
 java.util.Collection getTrackKeysByPageAndTrackCol(int page, int trackCol)
           
 TrackModel getTrackModel(java.lang.String key)
           
 TrackModel getTrackShortmodel(java.lang.String key)
           
 java.util.Collection getTrackShortmodelsAll()
           
 java.util.Collection getTypeKeysAll()
           
 TypeModel getTypeModel(java.lang.String key)
           
 TypeModel getTypeShortmodel(java.lang.String key)
           
 java.util.Collection getTypeShortmodelsAll()
           
 void invalidate()
           
 void removeAuthor(java.lang.String key)
           
 void removeAuthorship(java.lang.String key)
           
 void removeBlock(java.lang.String key)
           
 void removePitem(java.lang.String key)
           
 void removeTalk(java.lang.String key)
           
 void removeTrack(java.lang.String key)
           
 void removeType(java.lang.String key)
           
 void setAuthorModel(AuthorModel model)
           
 void setAuthorshipModel(AuthorshipModel model)
           
 void setBlockModel(BlockModel model)
           
 void setPitemModel(PitemModel model)
           
 void setTalkModel(TalkModel model)
           
 void setTrackModel(TrackModel model)
           
 void setTypeModel(TypeModel model)
           
 

Method Detail

getAuthorModel

public AuthorModel getAuthorModel(java.lang.String key)
                           throws java.rmi.RemoteException

getAuthorShortmodel

public AuthorModel getAuthorShortmodel(java.lang.String key)
                                throws java.rmi.RemoteException

setAuthorModel

public void setAuthorModel(AuthorModel model)
                    throws javax.ejb.CreateException,
                           java.rmi.RemoteException

removeAuthor

public void removeAuthor(java.lang.String key)
                  throws com.livis.livingtalks.ejb.RemoveException,
                         java.rmi.RemoteException

createAuthor

public java.lang.String createAuthor(AuthorModel model)
                              throws javax.ejb.CreateException,
                                     java.rmi.RemoteException

getAuthorShortmodelsAll

public java.util.Collection getAuthorShortmodelsAll()
                                             throws java.rmi.RemoteException

getAuthorKeysAll

public java.util.Collection getAuthorKeysAll()
                                      throws java.rmi.RemoteException

getAuthorshipModel

public AuthorshipModel getAuthorshipModel(java.lang.String key)
                                   throws java.rmi.RemoteException

getAuthorshipShortmodel

public AuthorshipModel getAuthorshipShortmodel(java.lang.String key)
                                        throws java.rmi.RemoteException

setAuthorshipModel

public void setAuthorshipModel(AuthorshipModel model)
                        throws javax.ejb.CreateException,
                               java.rmi.RemoteException

removeAuthorship

public void removeAuthorship(java.lang.String key)
                      throws com.livis.livingtalks.ejb.RemoveException,
                             java.rmi.RemoteException

createAuthorship

public java.lang.String createAuthorship(AuthorshipModel model)
                                  throws javax.ejb.CreateException,
                                         java.rmi.RemoteException

getAuthorshipShortmodelsAll

public java.util.Collection getAuthorshipShortmodelsAll()
                                                 throws java.rmi.RemoteException

getAuthorshipKeysAll

public java.util.Collection getAuthorshipKeysAll()
                                          throws java.rmi.RemoteException

getAuthorshipKeysByTalkKey

public java.util.Collection getAuthorshipKeysByTalkKey(java.lang.String talkKey)
                                                throws java.rmi.RemoteException

getAuthorshipKeysByAuthorKey

public java.util.Collection getAuthorshipKeysByAuthorKey(java.lang.String authorKey)
                                                  throws java.rmi.RemoteException

getBlockModel

public BlockModel getBlockModel(java.lang.String key)
                         throws java.rmi.RemoteException

getBlockShortmodel

public BlockModel getBlockShortmodel(java.lang.String key)
                              throws java.rmi.RemoteException

setBlockModel

public void setBlockModel(BlockModel model)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException

removeBlock

public void removeBlock(java.lang.String key)
                 throws com.livis.livingtalks.ejb.RemoveException,
                        java.rmi.RemoteException

createBlock

public java.lang.String createBlock(BlockModel model)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException

getBlockShortmodelsAll

public java.util.Collection getBlockShortmodelsAll()
                                            throws java.rmi.RemoteException

getBlockKeysAll

public java.util.Collection getBlockKeysAll()
                                     throws java.rmi.RemoteException

getBlockKeysByTalkList

public java.util.Collection getBlockKeysByTalkList(java.lang.String talkList)
                                            throws java.rmi.RemoteException

getPitemModel

public PitemModel getPitemModel(java.lang.String key)
                         throws java.rmi.RemoteException

getPitemShortmodel

public PitemModel getPitemShortmodel(java.lang.String key)
                              throws java.rmi.RemoteException

setPitemModel

public void setPitemModel(PitemModel model)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException

removePitem

public void removePitem(java.lang.String key)
                 throws com.livis.livingtalks.ejb.RemoveException,
                        java.rmi.RemoteException

createPitem

public java.lang.String createPitem(PitemModel model)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException

getPitemShortmodelsAll

public java.util.Collection getPitemShortmodelsAll()
                                            throws java.rmi.RemoteException

getPitemKeysAll

public java.util.Collection getPitemKeysAll()
                                     throws java.rmi.RemoteException

getPitemKeysByBlockKey

public java.util.Collection getPitemKeysByBlockKey(java.lang.String blockKey)
                                            throws java.rmi.RemoteException

getPitemKeysByTrackKey

public java.util.Collection getPitemKeysByTrackKey(java.lang.String trackKey)
                                            throws java.rmi.RemoteException

getTalkModel

public TalkModel getTalkModel(java.lang.String key)
                       throws java.rmi.RemoteException

getTalkShortmodel

public TalkModel getTalkShortmodel(java.lang.String key)
                            throws java.rmi.RemoteException

setTalkModel

public void setTalkModel(TalkModel model)
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException

removeTalk

public void removeTalk(java.lang.String key)
                throws com.livis.livingtalks.ejb.RemoveException,
                       java.rmi.RemoteException

createTalk

public java.lang.String createTalk(TalkModel model)
                            throws javax.ejb.CreateException,
                                   java.rmi.RemoteException

getTalkShortmodelsAll

public java.util.Collection getTalkShortmodelsAll()
                                           throws java.rmi.RemoteException

getTalkKeysAll

public java.util.Collection getTalkKeysAll()
                                    throws java.rmi.RemoteException

getTalkKeysByTypeKey

public java.util.Collection getTalkKeysByTypeKey(java.lang.String typeKey)
                                          throws java.rmi.RemoteException

getTrackModel

public TrackModel getTrackModel(java.lang.String key)
                         throws java.rmi.RemoteException

getTrackShortmodel

public TrackModel getTrackShortmodel(java.lang.String key)
                              throws java.rmi.RemoteException

setTrackModel

public void setTrackModel(TrackModel model)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException

removeTrack

public void removeTrack(java.lang.String key)
                 throws com.livis.livingtalks.ejb.RemoveException,
                        java.rmi.RemoteException

createTrack

public java.lang.String createTrack(TrackModel model)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException

getTrackShortmodelsAll

public java.util.Collection getTrackShortmodelsAll()
                                            throws java.rmi.RemoteException

getTrackKeysAll

public java.util.Collection getTrackKeysAll()
                                     throws java.rmi.RemoteException

getTrackKeysByPage

public java.util.Collection getTrackKeysByPage(int page)
                                        throws java.rmi.RemoteException

getTrackKeysByPageAndTrackCol

public java.util.Collection getTrackKeysByPageAndTrackCol(int page,
                                                          int trackCol)
                                                   throws java.rmi.RemoteException

getTrackKeysByDate

public java.util.Collection getTrackKeysByDate(java.sql.Date date)
                                        throws java.rmi.RemoteException

getTypeModel

public TypeModel getTypeModel(java.lang.String key)
                       throws java.rmi.RemoteException

getTypeShortmodel

public TypeModel getTypeShortmodel(java.lang.String key)
                            throws java.rmi.RemoteException

setTypeModel

public void setTypeModel(TypeModel model)
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException

removeType

public void removeType(java.lang.String key)
                throws com.livis.livingtalks.ejb.RemoveException,
                       java.rmi.RemoteException

createType

public java.lang.String createType(TypeModel model)
                            throws javax.ejb.CreateException,
                                   java.rmi.RemoteException

getTypeShortmodelsAll

public java.util.Collection getTypeShortmodelsAll()
                                           throws java.rmi.RemoteException

getTypeKeysAll

public java.util.Collection getTypeKeysAll()
                                    throws java.rmi.RemoteException

getPermittedTypeKeys

public java.util.Collection getPermittedTypeKeys()
                                          throws java.rmi.RemoteException

getDanglingAuthorKeys

public java.util.Collection getDanglingAuthorKeys()
                                           throws java.rmi.RemoteException

getDanglingTalkKeys

public java.util.Collection getDanglingTalkKeys()
                                         throws java.rmi.RemoteException

getDanglingBlockKeys

public java.util.Collection getDanglingBlockKeys()
                                          throws java.rmi.RemoteException

invalidate

public void invalidate()
                throws java.rmi.RemoteException