Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.likes
Interface Like


public interface Like

Method Summary
 java.lang.String getLikeId()
          Retrieve the like ID.
 java.lang.String getVotedBy()
          Retrieve the ID of the user who likes.
 java.util.Date getVotedOn()
          Retrieve the date that a user voted.
 boolean isDeleteable()
          Returns whether this like can be deleted by the current user.

 

Method Detail

getLikeId

java.lang.String getLikeId()
Retrieve the like ID.
Returns:
The like ID.

getVotedBy

java.lang.String getVotedBy()
Retrieve the ID of the user who likes.
Returns:
The ID of the user who likes.

getVotedOn

java.util.Date getVotedOn()
Retrieve the date that a user voted.
Returns:
The date of the Like created.

isDeleteable

boolean isDeleteable()
Returns whether this like can be deleted by the current user.
Returns:
true if the like can be deleted by the current user, false otherwise.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


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