|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.LanguageDeliveryController
| Method Summary | |
java.util.List |
getAvailableLanguages(java.lang.Integer siteNodeId)
This method returns the languages assigned to a respository. |
static LanguageDeliveryController |
getLanguageDeliveryController()
Factory method |
org.infoglue.cms.entities.management.LanguageVO |
getLanguageIfRepositorySupportsIt(java.lang.String languageCodes,
java.lang.Integer siteNodeId)
This method returns language with the languageCode sent in if it is allowed/supported in the current repository. |
org.infoglue.cms.entities.management.LanguageVO |
getLanguageWithCode(java.lang.String languageCode)
This method returns language with the languageCode sent in. |
org.infoglue.cms.entities.management.LanguageVO |
getLanguageVO(java.lang.Integer languageId)
This method return a LanguageVO |
java.util.Locale |
getLocaleWithId(java.lang.Integer languageId)
This method returns language with the languageCode sent in. |
org.infoglue.cms.entities.management.LanguageVO |
getMasterLanguage(java.lang.Integer siteNodeId)
This method returns the master language. |
org.infoglue.cms.entities.management.LanguageVO |
getMasterLanguage(java.lang.String repositoryName)
This method returns the master language. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static LanguageDeliveryController getLanguageDeliveryController()
public org.infoglue.cms.entities.management.LanguageVO getLanguageVO(java.lang.Integer languageId)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.util.List getAvailableLanguages(java.lang.Integer siteNodeId)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public org.infoglue.cms.entities.management.LanguageVO getMasterLanguage(java.lang.String repositoryName)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public org.infoglue.cms.entities.management.LanguageVO getMasterLanguage(java.lang.Integer siteNodeId)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exceptionpublic java.util.Locale getLocaleWithId(java.lang.Integer languageId)
public org.infoglue.cms.entities.management.LanguageVO getLanguageWithCode(java.lang.String languageCode)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public org.infoglue.cms.entities.management.LanguageVO getLanguageIfRepositorySupportsIt(java.lang.String languageCodes,
java.lang.Integer siteNodeId)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||