Gets application name of space application when the display name of application is changed.
- If the label of application is changed then return new label. - Else return display name
of application.
Gets all the comments or latest comments or empty list comments
Gets latest comments for displaying at the first time
if available, returns max LATEST_COMMENTS_SIZE latest comments.
Listens to accept actions then make connection to accepted person. - Gets information of
user who made request. - Checks the relationship to confirm that there still got invited
connection. - Makes and Save the new relationship.
Listens to add action then make request to invite person to make connection. - Gets
information of user is invited. - Checks the relationship to confirm that there have not
got connection yet. - Saves the new connection.
Listens to deny action then delete the invitation. - Gets information of user is invited or
made request. - Checks the relation to confirm that there have not got relation yet. -
Removes the current relation and save the new relation.
Listens to accept actions then make connection to accepted person. - Gets information of
user who made request. - Checks the relationship to confirm that there still got invited
connection. - Makes and Save the new relationship.
Listens to add action then make request to invite person to make connection. - Gets
information of user is invited. - Checks the relationship to confirm that there have not
got connection yet. - Saves the new connection.
Listens to deny action then delete the invitation. - Gets information of user is invited or
made request. - Checks the relation to confirm that there have not got relation yet. -
Removes the current relation and save the new relation.
Listens to accept actions then make connection to accepted person.
- Gets information of user who made request.
- Checks the relationship to confirm that there still got invited connection.
- Makes and Save the new relationship.
Listens to add action then make request to invite person to make connection.
- Gets information of user is invited.
- Checks the relationship to confirm that there have not got connection yet.
- Saves the new connection.
Listens to deny action then delete the invitation.
- Gets information of user is invited or made request.
- Checks the relation to confirm that there have not got relation yet.
- Removes the current relation and save the new relation.
Listens to accept actions then make relation to accepted person.
- Gets information of user who made request.
- Checks the relation to confirm that there still got invited relation.
- Makes and Save the new relation.
Listens to deny action then delete the invitation.
- Gets information of user is invited or made request.
- Checks the relation to confirm that there have not got relation yet.
- Removes the current relation and save the new relation.
UI component to list all spaces that is associated with current logged-in user: public spaces to join,
invitation spaces to accept or deny to join, his spaces in which he is a member or manager to access or manage.
Listens to remove action then delete the relation.
- Gets information of user is removed.
- Checks the relation to confirm that still got relation.
- Removes the current relation.
Listens to deny action then delete the invitation.
- Gets information of user is invited or made request.
- Checks the relation to confirm that have got pending relation.
- Removes the current pending relation and save the new relation.
Listens to search event from search form, then processes search condition and set search result
to the result variable. - Gets user name and other filter information from request. -
Searches user that matches the condition. - Sets matched users into result list.
Renames space application name. - Gets selected node and selected page navigation. -
Changes selected node information. - Updates new information for selected page
navigation.
Listens to search event is broadcasted from search form, then processes search condition and
set search result to the result variable. - Gets space name from request. - Searches
spaces that have name like input space name. - Sets matched space into result list.