Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.likes
Interface LikesSummary


public interface LikesSummary

Method Summary
 int getCount()
          Retrieve the number of people who like it.
 Like getMyLike()
          Retrieve the Like object for the current user.
 void setCount(int count)
          Set the number of people who like it.
 void setMyLike(Like like)
          Set the Like object for the current user.

 

Method Detail

getCount

int getCount()
Retrieve the number of people who like it.
Returns:
the number of people.

setCount

void setCount(int count)
Set the number of people who like it.

getMyLike

Like getMyLike()
Retrieve the Like object for the current user. If the current user didn't express like on this object, it will return null.
Returns:
The Like object.

setMyLike

void setMyLike(Like like)
Set the Like object for the current user.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.