public class UIRelationshipActivity extends BaseUIActivity
| Modifier and Type | Class and Description |
|---|---|
static class |
UIRelationshipActivity.AcceptActionListener |
static class |
UIRelationshipActivity.RefuseActionListener |
static class |
UIRelationshipActivity.RevokeActionListener |
BaseUIActivity.CommentStatus, BaseUIActivity.DeleteActivityActionListener, BaseUIActivity.DeleteCommentActionListener, BaseUIActivity.LikeActivityActionListener, BaseUIActivity.LoadLikesActionListener, BaseUIActivity.PostCommentActionListener, BaseUIActivity.SetCommentListStatusActionListener, BaseUIActivity.ToggleDisplayCommentFormActionListenerLIKES_NUM_DEFAULT| Constructor and Description |
|---|
UIRelationshipActivity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityTitle(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx) |
org.exoplatform.social.core.identity.model.Identity |
getReceiver() |
String |
getReceiverName() |
org.exoplatform.social.core.relationship.model.Relationship |
getRelationship() |
String |
getRelationshipUUID() |
org.exoplatform.social.core.identity.model.Identity |
getSender() |
String |
getSenderName() |
org.exoplatform.social.core.relationship.model.Relationship.Type |
getStatus() |
org.exoplatform.social.core.application.RelationshipPublisher.TitleId |
getTitleId() |
boolean |
isActivityStreamOwner() |
boolean |
isReceiver() |
boolean |
isSender() |
void |
setReceiver(org.exoplatform.social.core.identity.model.Identity receiver) |
void |
setReceiverName(String receiverName) |
void |
setRelationship(org.exoplatform.social.core.relationship.model.Relationship relationship) |
void |
setRelationshipUUID(String relationshipUUID) |
void |
setSender(org.exoplatform.social.core.identity.model.Identity sender) |
void |
setSenderName(String senderName) |
void |
setStatus(org.exoplatform.social.core.relationship.model.Relationship.Type status) |
void |
setTitleId(org.exoplatform.social.core.application.RelationshipPublisher.TitleId titleId) |
commentListToggleable, event, getActivity, getActivityCommentsListAccess, getAllComments, getAllCommentSize, getCommenterIdentity, getCommentListStatus, getCommentMaxCharactersAllowed, getCommentMinCharactersAllowed, getComments, getCurrentLoadIndex, getDisplayedIdentityLikes, getI18N, getIdentityLikes, getLoadCapacity, getOwnerIdentity, getPostedTimeInSpaceString, getPostedTimeString, getSpaceCreatorIdentity, isActivityCommentable, isActivityCommentAndLikable, isActivityDeletable, isAllCommentsHidden, isAllLoaded, isCommentDeletable, isCommentFormDisplayed, isCommentFormFocused, isDeletedSpace, isLiked, isNoLongerExisting, isSpaceActivity, isSpaceStreamOwner, isUISpaceActivitiesDisplay, isUserActivity, processRender, refresh, saveComment, setActivity, setActivityCommentsListAccess, setAllCommentsHidden, setAllLoaded, setCommentFormDisplayed, setCommentFormFocused, setCommentListStatus, setCommentMaxCharactersAllowed, setCommentMinCharactersAllowed, setIdenityLikes, setLike, setLoadCapacity, setOwnerIdentityaddUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, urladdChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, urlpublic void setTitleId(org.exoplatform.social.core.application.RelationshipPublisher.TitleId titleId)
public org.exoplatform.social.core.application.RelationshipPublisher.TitleId getTitleId()
public void setSenderName(String senderName)
public String getSenderName()
public void setReceiverName(String receiverName)
public String getReceiverName()
public void setSender(org.exoplatform.social.core.identity.model.Identity sender)
public org.exoplatform.social.core.identity.model.Identity getSender()
public void setReceiver(org.exoplatform.social.core.identity.model.Identity receiver)
public org.exoplatform.social.core.identity.model.Identity getReceiver()
public void setStatus(org.exoplatform.social.core.relationship.model.Relationship.Type status)
public org.exoplatform.social.core.relationship.model.Relationship.Type getStatus()
throws Exception
Exceptionpublic void setRelationship(org.exoplatform.social.core.relationship.model.Relationship relationship)
public org.exoplatform.social.core.relationship.model.Relationship getRelationship()
throws Exception
Exceptionpublic boolean isActivityStreamOwner()
public String getActivityTitle(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx) throws Exception
Exceptionpublic void setRelationshipUUID(String relationshipUUID)
public String getRelationshipUUID()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.