com.liferay.portlet.usersadmin.atom
Class UserAtomCollectionAdapter
java.lang.Object
com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.kernel.model.User>
com.liferay.portlet.usersadmin.atom.UserAtomCollectionAdapter
- All Implemented Interfaces:
- com.liferay.portal.kernel.atom.AtomCollectionAdapter<com.liferay.portal.kernel.model.User>
public class UserAtomCollectionAdapter
- extends com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.kernel.model.User>
| 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 |
| 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(com.liferay.portal.kernel.model.User user)
getEntryContent
public com.liferay.portal.kernel.atom.AtomEntryContent getEntryContent(com.liferay.portal.kernel.model.User user,
com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
getEntryId
public String getEntryId(com.liferay.portal.kernel.model.User user)
getEntrySummary
public String getEntrySummary(com.liferay.portal.kernel.model.User user)
getEntryTitle
public String getEntryTitle(com.liferay.portal.kernel.model.User user)
getEntryUpdated
public Date getEntryUpdated(com.liferay.portal.kernel.model.User user)
getFeedTitle
public String getFeedTitle(com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
doGetEntry
protected com.liferay.portal.kernel.model.User doGetEntry(String resourceName,
com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
throws Exception
- Specified by:
doGetEntry in class com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.kernel.model.User>
- Throws:
Exception
doGetFeedEntries
protected Iterable<com.liferay.portal.kernel.model.User> doGetFeedEntries(com.liferay.portal.kernel.atom.AtomRequestContext atomRequestContext)
throws Exception
- Specified by:
doGetFeedEntries in class com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter<com.liferay.portal.kernel.model.User>
- Throws:
Exception