com.liferay.portlet.usersadmin.atom
Class UserAtomCollectionAdapter

java.lang.Object
  extended by com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.model.User>
      extended by com.liferay.portlet.usersadmin.atom.UserAtomCollectionAdapter
All Implemented Interfaces:
com.liferay.portal.kernel.atom.AtomCollectionAdapter<com.liferay.portal.model.User>

public class UserAtomCollectionAdapter
extends com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.model.User>

Author:
Igor Spasic

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.atom.AtomCollectionAdapter
SC_BAD_CONTENT, SC_BAD_REQUEST, SC_CONFLICT, SC_CREATED, SC_FORBIDDEN, SC_INTERNAL_SERVER_ERROR, SC_NOT_FOUND, SC_NOT_MODIFIED, SC_OK, SC_UNAUTHORIZED
 
Constructor Summary
UserAtomCollectionAdapter()
           
 
Method Summary
protected  com.liferay.portal.model.User doGetEntry(java.lang.String resourceName, com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
           
protected  java.lang.Iterable<com.liferay.portal.model.User> doGetFeedEntries(com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
           
 java.lang.String getCollectionName()
           
 java.util.List<java.lang.String> getEntryAuthors(com.liferay.portal.model.User user)
           
 com.liferay.portal.kernel.atom.AtomEntryContent getEntryContent(com.liferay.portal.model.User user, com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
           
 java.lang.String getEntryId(com.liferay.portal.model.User user)
           
 java.lang.String getEntrySummary(com.liferay.portal.model.User user)
           
 java.lang.String getEntryTitle(com.liferay.portal.model.User user)
           
 java.util.Date getEntryUpdated(com.liferay.portal.model.User user)
           
 java.lang.String getFeedTitle(com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
           
 
Methods inherited from class com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter
deleteEntry, doDeleteEntry, doPostEntry, doPostMedia, doPutEntry, doPutMedia, getEntry, getFeedEntries, getMediaContentType, getMediaName, getMediaStream, postEntry, postMedia, putEntry, putMedia
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAtomCollectionAdapter

public UserAtomCollectionAdapter()
Method Detail

getCollectionName

public java.lang.String getCollectionName()

getEntryAuthors

public java.util.List<java.lang.String> getEntryAuthors(com.liferay.portal.model.User user)

getEntryContent

public com.liferay.portal.kernel.atom.AtomEntryContent getEntryContent(com.liferay.portal.model.User user,
                                                                       com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)

getEntryId

public java.lang.String getEntryId(com.liferay.portal.model.User user)

getEntrySummary

public java.lang.String getEntrySummary(com.liferay.portal.model.User user)

getEntryTitle

public java.lang.String getEntryTitle(com.liferay.portal.model.User user)

getEntryUpdated

public java.util.Date getEntryUpdated(com.liferay.portal.model.User user)

getFeedTitle

public java.lang.String getFeedTitle(com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)

doGetEntry

protected com.liferay.portal.model.User doGetEntry(java.lang.String resourceName,
                                                   com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
                                            throws java.lang.Exception
Specified by:
doGetEntry in class com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.model.User>
Throws:
java.lang.Exception

doGetFeedEntries

protected java.lang.Iterable<com.liferay.portal.model.User> doGetFeedEntries(com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
                                                                      throws java.lang.Exception
Specified by:
doGetFeedEntries in class com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.model.User>
Throws:
java.lang.Exception