|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.service.relation.OrderedRelationPosition
public class OrderedRelationPosition
An implementation for the ordering position for relations.
Not yet supported!
| Field Summary | |
|---|---|
static OrderedRelationPosition |
FIRST
A position indicating the first entry. |
static OrderedRelationPosition |
LAST
A position indicating the last entry. |
| Constructor Summary | |
|---|---|
OrderedRelationPosition()
Default Constructor, same as OrderedRelationPosition(null,
OrderPosition.LAST) |
|
OrderedRelationPosition(String relativeID,
OrderPosition type)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getRelativeID()
Get the id of the relation to which this position relates to. |
OrderPosition |
getType()
Get the ordering position type. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final OrderedRelationPosition FIRST
public static final OrderedRelationPosition LAST
| Constructor Detail |
|---|
public OrderedRelationPosition()
OrderedRelationPosition(null,
OrderPosition.LAST)
public OrderedRelationPosition(String relativeID,
OrderPosition type)
relativeID - TBD: Description of the incoming method parametertype - TBD: Description of the incoming method parameter| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectpublic OrderPosition getType()
IOrderedRelationPosition
getType in interface IOrderedRelationPositionOrderPosition for this position.public String getRelativeID()
IOrderedRelationPosition
getRelativeID in interface IOrderedRelationPositionString with the id of the related relation. Can be
null if getType() is
OrderPosition.FIRST or OrderPosition.LAST .| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||