|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.dataselectors.ranking.RankingSelectorAdapterFactory
public class RankingSelectorAdapterFactory
This class is a factory of RelationalRankingSelectorInterface
and
OLAPRankingSelectorInterface
instances.
Constructor Summary | |
---|---|
RankingSelectorAdapterFactory()
|
Method Summary | |
---|---|
static com.sas.dataselectors.ranking.OLAPRankingSelectorInterface |
getOLAPAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
Returns an instance of OLAPRankingSelectorInterface . |
static com.sas.dataselectors.ranking.OLAPRankingSelectorInterface |
getOLAPAdapter(java.lang.Object model)
Returns an instance of OLAPRankingSelectorInterface |
static RelationalRankingSelectorInterface |
getRelationalAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
Returns an instance of RelationalRankingSelectorInterface . |
static RelationalRankingSelectorInterface |
getRelationalAdapter(java.lang.Object model)
Returns an instance of RelationalRankingSelectorInterface |
Constructor Detail |
---|
public RankingSelectorAdapterFactory()
Method Detail |
---|
public static RelationalRankingSelectorInterface getRelationalAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
RelationalRankingSelectorInterface
.
model
- the data model
RelationalRankingSelectorInterface
public static com.sas.dataselectors.ranking.OLAPRankingSelectorInterface getOLAPAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
OLAPRankingSelectorInterface
.
model
- the data model
OLAPRankingSelectorInterface
public static RelationalRankingSelectorInterface getRelationalAdapter(java.lang.Object model)
RelationalRankingSelectorInterface
model
- the data model (it's expected to implement BusinessQueryProviderInterface
)
RelationalRankingSelectorInterface
public static com.sas.dataselectors.ranking.OLAPRankingSelectorInterface getOLAPAdapter(java.lang.Object model)
OLAPRankingSelectorInterface
model
- the data model (it's expected to implement BusinessQueryProviderInterface
and OLAPDataSetInterface
)
OLAPRankingSelectorInterface
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |