|
|||||||||||
| 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.BaseDeliveryController
|
+--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. |
protected java.lang.Object |
getObjectWithId(java.lang.Class arg,
java.lang.Integer id,
org.exolab.castor.jdo.Database db)
This method fetches one object / entity within a transaction. |
| Methods inherited from class org.infoglue.cms.controllers.delivery.kernel.impl.simple.BaseDeliveryController |
beginTransaction, closeDatabase, commitTransaction, rollbackTransaction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, 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
protected java.lang.Object getObjectWithId(java.lang.Class arg,
java.lang.Integer id,
org.exolab.castor.jdo.Database db)
throws org.infoglue.cms.exception.SystemException,
org.infoglue.cms.exception.Bug
getObjectWithId in class BaseDeliveryControllerorg.infoglue.cms.exception.SystemException
org.infoglue.cms.exception.Bug
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||