Package com.microstrategy.web.objects
Interface WebLocalizedConnectionMap
- 
- All Superinterfaces:
 WebConnectionMap
public interface WebLocalizedConnectionMap extends WebConnectionMap
A Localized Connection Map is an association of oneWebDBLogin, oneWebDBConnection, oneWebDBRole, oneWebUser, oneWebProject, and oneWebLocaleObjectInfo. Each connection map is uniquely identified by its role, user, project, and locale.- Since:
 - MicroStrategy Web 9.0.1
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebLocaleObjectInfogetLocale()Return theWebLocaleObjectInfoobject associated with this connection map- 
Methods inherited from interface com.microstrategy.web.objects.WebConnectionMap
delete, getConnection, getLogin, getProject, getRole, getUser, isInMD, save, setConnection, setLogin 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getLocale
WebLocaleObjectInfo getLocale()
Return theWebLocaleObjectInfoobject associated with this connection map- Returns:
 WebLocaleObjectInfoobject, initially unpopulated
 
 - 
 
 -