|
| 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
RelationalRankingSelectorInterfacepublic static com.sas.dataselectors.ranking.OLAPRankingSelectorInterface getOLAPAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
OLAPRankingSelectorInterface.
model - the data model
OLAPRankingSelectorInterfacepublic static RelationalRankingSelectorInterface getRelationalAdapter(java.lang.Object model)
RelationalRankingSelectorInterface
model - the data model (it's expected to implement BusinessQueryProviderInterface)
RelationalRankingSelectorInterfacepublic 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 | |||||||||||||