com.liferay.portlet.usersadmin.atom
Class UserAtomCollectionAdapter
java.lang.Object
com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<User>
com.liferay.portlet.usersadmin.atom.UserAtomCollectionAdapter
- All Implemented Interfaces:
- AtomCollectionAdapter<User>
public class UserAtomCollectionAdapter
- extends BaseAtomCollectionAdapter<User>
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 |
UserAtomCollectionAdapter
public UserAtomCollectionAdapter()
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