| org.opensubsystems.blog.logic.impl.BlogControllerImpl
BlogControllerImpl | public class BlogControllerImpl extends ModifiableDataControllerImpl implements BlogController(Code) | | The main entry point to all business functionality connected with blogs.
View-type has to be set to local due to bug XDT-867 affecting WebSphere
Refs has to be set to local JNDI name since we do not want to use remote objects.
version: $Id: BlogControllerImpl.java,v 1.5 2007/03/05 07:28:33 bastafidli Exp $ author: Miro Halas |
m_blogFactory | protected BlogFactory m_blogFactory(Code) | | Factory to use to execute persistence operations.
|
m_entryFactory | protected EntryFactory m_entryFactory(Code) | | Factory to use to execute persistence operations.
|
m_listControl | protected ListController m_listControl(Code) | | List controller used to browse list of objects.
|
BlogControllerImpl | public BlogControllerImpl()(Code) | | Default constructor.
|
constructListOptions | protected ListOptions constructListOptions(int iPageNumber)(Code) | | Construct list options object to retrieve specified page with list of blogs.
Parameters: iPageNumber - - specified page with list of blogs to retrieve ListOptions - list options that can be used to call ListControllergetExactPage method to retrieve specified page with list of blogs |
constructListOptions | protected ListOptions constructListOptions(int iBlogId, int iPageNumber)(Code) | | Construct list options object to retrieve specified page with list of
blogs entries for the specified blog.
Parameters: iBlogId - - if of blog for which to retrieve page with entries Parameters: iPageNumber - - specified page with list of blogs entries to retrieve ListOptions - list options that can be used to call ListControllergetExactPage method to retrieve specified page with list of blogs entries for the specified blog. |
constructor | public void constructor() throws OSSException(Code) | | |
create | public DataObject create(DataObject data) throws OSSException(Code) | | |
delete | public void delete(int iId) throws OSSException(Code) | | |
deleteEntry | public void deleteEntry(int iBlogEntryId) throws OSSException(Code) | | |
get | public DataObject get(int iId) throws OSSException(Code) | | |
getDataFactory | protected DataFactory getDataFactory()(Code) | | |
getDataFactory | protected BasicDataFactory getDataFactory(DataObject data)(Code) | | |
getEntries | public Object[] getEntries(int iBlogId, int iPageNumber) throws OSSException(Code) | | |
getPage | public Object[] getPage(int iPageNumber) throws OSSException(Code) | | |
getWithEntries | public Object[] getWithEntries(String strFolder, int iPageNumber) throws OSSException(Code) | | |
getWithEntry | public Object[] getWithEntry(String strFolder, int iEntryId) throws OSSException(Code) | | |
getWithEntry | public Object[] getWithEntry(int iBlogId, int iEntryId) throws OSSException(Code) | | |
save | public ModifiableDataObject save(ModifiableDataObject data) throws OSSException(Code) | | |
|
|