Constructor and Description |
---|
HubGroupBy(Hub<F> hubFrom,
Hub<G> hubGrpBy,
String propertyPath) |
HubGroupBy(Hub<F> hubFrom,
Hub<G> hubGrpBy,
String propertyPath,
boolean bCreateNullList)
Create a hub on objects that are based on fromHub, and are grouped by hubGrpBy.
|
HubGroupBy(Hub<F> hubB,
String propertyPath) |
HubGroupBy(Hub<F> hubB,
String propertyPath,
boolean bCreateNullList)
Create a hub of objects that are based on hubB.
|
HubGroupBy(Hub<F> hubB,
String propertyPath,
String hubPropertyName) |
HubGroupBy(HubGroupBy<F,G> hgb1,
HubGroupBy<F,G> hgb2) |
HubGroupBy(HubGroupBy<F,G> hgb1,
HubGroupBy<F,G> hgb2,
boolean bCreateNullList)
Combine two hgbs.
|
HubGroupBy(HubGroupBy<F,G> hgb,
String pp) |
HubGroupBy(HubGroupBy<F,G> hgb,
String pp,
boolean bCreateNullList)
create a new hgb that creates a combined groupBy with another.
|
Modifier and Type | Method and Description |
---|---|
Hub<OAGroupBy<F,G>> |
getCombinedHub() |
Hub<F> |
getDetailHub() |
String |
getGroupByPP() |
String |
getHubByPP() |
Hub<G> |
getMasterHub() |
public HubGroupBy(Hub<F> hubB, String propertyPath, boolean bCreateNullList)
hubB
- from hubpropertyPath
- to groupBy link propertypublic HubGroupBy(Hub<F> hubB, String propertyPath, String hubPropertyName)
hubB
- from hub to use as the root.propertyPath
- to the groupBy propertyhubPropertyName
- hub method for linkMany w/ type=groupBypublic HubGroupBy(Hub<F> hubFrom, Hub<G> hubGrpBy, String propertyPath, boolean bCreateNullList)
propertyPath
- pp of the property from hubFrom to hubB.public HubGroupBy(HubGroupBy<F,G> hgb1, HubGroupBy<F,G> hgb2, boolean bCreateNullList)
public HubGroupBy(HubGroupBy<F,G> hgb1, HubGroupBy<F,G> hgb2)
public HubGroupBy(HubGroupBy<F,G> hgb, String pp, boolean bCreateNullList)
public HubGroupBy(HubGroupBy<F,G> hgb, String pp)
public Hub<OAGroupBy<F,G>> getCombinedHub()
public Hub<G> getMasterHub()
public String getGroupByPP()
public String getHubByPP()
Copyright © 1999–2025 ViaOA. All rights reserved.