|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.data.Cog
public class Cog
| Constructor Summary | |
|---|---|
Cog()
|
|
Cog(java.lang.Object root)
|
|
| Method Summary | |
|---|---|
int |
addSequenceNumber(java.lang.String propertyName,
java.lang.String sequencePropertyName,
java.lang.String uniquenessMonitor)
Sets a sequence number based on another property that has duplicate values. |
Aggregation |
aggregate()
|
Aggregation |
aggregate(java.lang.String propertyPath)
|
Aggregation |
aggregate(java.lang.String collectionPath,
java.lang.String propertyPath)
|
void |
copy(java.lang.String originalPropertyName,
java.lang.String newPropertyName)
Copies a property value to a new name. |
Cog |
getCog(java.lang.String propertyPath)
|
double |
getDouble(java.lang.String propertyPath)
|
float |
getFloat(java.lang.String propertyPath)
|
int |
getInt(java.lang.String propertyPath)
|
long |
getLong(java.lang.String propertyPath)
|
java.lang.Object |
getObject(java.lang.String propertyPath)
|
java.lang.Object |
getProperty(java.lang.String propertyPath)
|
java.lang.Object |
getRoot()
|
java.lang.String |
getString(java.lang.String propertyPath)
|
Cog |
group(java.lang.String propertyName)
|
Cog |
group(java.lang.String groupOnPropertyName,
java.lang.String storePropertyName)
|
java.util.Iterator |
iterate(java.lang.String propertyPath)
|
void |
move(java.lang.String originalPropertyName,
java.lang.String newPropertyName)
Changes the name of a property, "moving" its value. |
void |
remove(java.lang.String propertyName)
Removes a property by setting its value to null. |
void |
setCog(java.lang.String propertyPath,
Cog newValue)
|
void |
setDouble(java.lang.String propertyPath,
double newValue)
|
void |
setFloat(java.lang.String propertyPath,
float newValue)
|
void |
setInt(java.lang.String propertyPath,
int newValue)
|
void |
setLong(java.lang.String propertyPath,
long newValue)
|
void |
setObject(java.lang.String propertyPath,
java.lang.Object newValue)
|
void |
setProperty(java.lang.String propertyPath,
java.lang.Object newValue)
|
void |
setRoot(java.lang.Object newRoot)
|
void |
setString(java.lang.String propertyPath,
java.lang.String newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cog()
public Cog(java.lang.Object root)
| Method Detail |
|---|
public java.lang.Object getProperty(java.lang.String propertyPath)
public void setProperty(java.lang.String propertyPath,
java.lang.Object newValue)
public Cog getCog(java.lang.String propertyPath)
public void setCog(java.lang.String propertyPath,
Cog newValue)
public int getInt(java.lang.String propertyPath)
public void setInt(java.lang.String propertyPath,
int newValue)
public java.lang.Object getObject(java.lang.String propertyPath)
public void setObject(java.lang.String propertyPath,
java.lang.Object newValue)
public long getLong(java.lang.String propertyPath)
public void setLong(java.lang.String propertyPath,
long newValue)
public float getFloat(java.lang.String propertyPath)
public void setFloat(java.lang.String propertyPath,
float newValue)
public double getDouble(java.lang.String propertyPath)
public void setDouble(java.lang.String propertyPath,
double newValue)
public java.lang.String getString(java.lang.String propertyPath)
public void setString(java.lang.String propertyPath,
java.lang.String newValue)
public java.util.Iterator iterate(java.lang.String propertyPath)
public Aggregation aggregate()
public Aggregation aggregate(java.lang.String propertyPath)
public Aggregation aggregate(java.lang.String collectionPath,
java.lang.String propertyPath)
public Cog group(java.lang.String propertyName)
public Cog group(java.lang.String groupOnPropertyName,
java.lang.String storePropertyName)
public void move(java.lang.String originalPropertyName,
java.lang.String newPropertyName)
public void copy(java.lang.String originalPropertyName,
java.lang.String newPropertyName)
public void remove(java.lang.String propertyName)
public int addSequenceNumber(java.lang.String propertyName,
java.lang.String sequencePropertyName,
java.lang.String uniquenessMonitor)
public java.lang.Object getRoot()
public void setRoot(java.lang.Object newRoot)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||