Liferay 6.1.2-ce-ga3

com.liferay.portlet.usersadmin.atom
Class UserAtomCollectionAdapter

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

public class UserAtomCollectionAdapter
extends BaseAtomCollectionAdapter<User>


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  User doGetEntry(String resourceName, AtomRequestContext atomRequestContext)
           
protected  Iterable<User> doGetFeedEntries(AtomRequestContext atomRequestContext)
           
 String getCollectionName()
           
 List<String> getEntryAuthors(User user)
           
 AtomEntryContent getEntryContent(User user, AtomRequestContext atomRequestContext)
           
 String getEntryId(User user)
           
 String getEntrySummary(User user)
           
 String getEntryTitle(User user)
           
 Date getEntryUpdated(User user)
           
 String getFeedTitle(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 String getCollectionName()

getEntryAuthors

public List<String> getEntryAuthors(User user)

getEntryContent

public AtomEntryContent getEntryContent(User user,
                                        AtomRequestContext atomRequestContext)

getEntryId

public String getEntryId(User user)

getEntrySummary

public String getEntrySummary(User user)

getEntryTitle

public String getEntryTitle(User user)

getEntryUpdated

public Date getEntryUpdated(User user)

getFeedTitle

public String getFeedTitle(AtomRequestContext atomRequestContext)

doGetEntry

protected User doGetEntry(String resourceName,
                          AtomRequestContext atomRequestContext)
                   throws Exception
Specified by:
doGetEntry in class BaseAtomCollectionAdapter<User>
Throws:
Exception

doGetFeedEntries

protected Iterable<User> doGetFeedEntries(AtomRequestContext atomRequestContext)
                                   throws Exception
Specified by:
doGetFeedEntries in class BaseAtomCollectionAdapter<User>
Throws:
Exception

Liferay 6.1.2-ce-ga3