lumis.socialnetwork
Interface ISocialNetwork

Package class diagram package ISocialNetwork
All Known Implementing Classes:
SocialNetwork

@StableMinor(version="6.2",
             sinceVersion="6.1")
public interface ISocialNetwork

Interface that represents the configuration of a Social Network.

Since:
6.1.0

Method Summary
 String getChannelBaseId()
          Returns the channel base id.
 Date getCreationDate()
          Returns the creation date.
 String getId()
          Return the id of the social network.
 String getName()
          Returns the name of the social network.
 String getPersonalPageId()
          Returns the personal page id.
 

Method Detail

getChannelBaseId

String getChannelBaseId()
Returns the channel base id. One social network has one channel that defines the begin of network and all channels on the hierarchy belongs the same social network.

Returns:
the channel base id.
Since:
6.1.0

getCreationDate

Date getCreationDate()
Returns the creation date.

Returns:
the creation date.
Since:
6.1.0

getId

String getId()
Return the id of the social network.

Returns:
the id of the social network.
Since:
6.1.0

getName

String getName()
Returns the name of the social network.

Returns:
the name of the social network.
Since:
6.1.0

getPersonalPageId

String getPersonalPageId()
Returns the personal page id. The personal page is one page into the social network that represents the personal page of a user. In this page, is usually instantiated an interface of social profile. When one user of the portal wants to see informations about the social profile of one user, this page is used to show the informations.

Returns:
the personal page id.
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.