|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
|
+--org.infoglue.cms.controllers.kernel.impl.simple.RepositoryLanguageController
| Constructor Summary | |
RepositoryLanguageController()
|
|
| Method Summary | |
RepositoryLanguage |
create(java.lang.Integer repositoryId,
java.lang.Integer languageId,
java.lang.Integer sortOrder,
org.exolab.castor.jdo.Database db)
|
void |
createRepositoryLanguage(java.lang.Integer repositoryId,
java.lang.Integer languageId,
java.lang.Integer sortOrder)
|
void |
delete(RepositoryLanguageVO vo)
This method removes a RepositoryLanguage from the system |
RepositoryLanguage |
deleteAllRepositoryLanguageWithLanguage(Language language,
org.exolab.castor.jdo.Database db)
This method deletes all repositoryLanguages with a certain languageId. |
RepositoryLanguage |
deleteAllRepositoryLanguageWithLanguageId(java.lang.Integer languageId)
This method deletes all repositoryLanguages with a certain languageId. |
void |
deleteRepositoryLanguages(Repository repository,
org.exolab.castor.jdo.Database db)
|
java.util.List |
getAvailableLanguageVOListForRepositoryId(java.lang.Integer repositoryId)
|
static RepositoryLanguageController |
getController()
Factory method |
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling. |
java.util.List |
getRemainingLanguages(java.lang.Integer repositoryId)
|
java.util.List |
getRepositoryLanguageListWithRepositoryId(java.lang.Integer repositoryId,
org.exolab.castor.jdo.Database db)
|
RepositoryLanguage |
getRepositoryLanguageWithId(java.lang.Integer repositoryLanguageId)
|
RepositoryLanguage |
getRepositoryLanguageWithId(java.lang.Integer id,
org.exolab.castor.jdo.Database db)
|
java.util.List |
getRepositoryLanguageVOList()
|
java.util.List |
getRepositoryLanguageVOListWithLanguageId(java.lang.Integer languageId)
|
java.util.List |
getRepositoryLanguageVOListWithRepositoryId(java.lang.Integer repositoryId)
|
java.util.List |
getRepositoryLanguageVOListWithRepositoryId(java.lang.Integer repositoryId,
org.exolab.castor.jdo.Database db)
|
void |
moveRepositoryLanguage(RepositoryLanguageVO repositoryLanguageVO,
boolean down)
|
void |
publishRepositoryLanguage(RepositoryLanguageVO repositoryLanguageVO)
|
void |
unpublishRepositoryLanguage(RepositoryLanguageVO repositoryLanguageVO)
|
void |
updateRepositoryLanguages(java.lang.Integer repositoryId,
java.lang.String[] languageValues)
|
| Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController |
deleteEntity, deleteEntity, deleteEntity, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getVOWithId, getVOWithId, getVOWithId, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, validateEntity |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RepositoryLanguageController()
| Method Detail |
public static RepositoryLanguageController getController()
public RepositoryLanguage getRepositoryLanguageWithId(java.lang.Integer id,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public RepositoryLanguage getRepositoryLanguageWithId(java.lang.Integer repositoryLanguageId)
throws ConstraintException,
SystemException,
Bug
ConstraintException
SystemException
Bug
public java.util.List getRepositoryLanguageVOList()
throws SystemException,
Bug
SystemException
Bug
public java.util.List getRepositoryLanguageVOListWithLanguageId(java.lang.Integer languageId)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getRepositoryLanguageVOListWithRepositoryId(java.lang.Integer repositoryId)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getRepositoryLanguageVOListWithRepositoryId(java.lang.Integer repositoryId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug,
java.lang.Exception
SystemException
Bug
java.lang.Exception
public java.util.List getAvailableLanguageVOListForRepositoryId(java.lang.Integer repositoryId)
throws ConstraintException,
SystemException,
java.lang.Exception
ConstraintException
SystemException
java.lang.Exception
public java.util.List getRepositoryLanguageListWithRepositoryId(java.lang.Integer repositoryId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug,
java.lang.Exception
SystemException
Bug
java.lang.Exception
public void delete(RepositoryLanguageVO vo)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void deleteRepositoryLanguages(Repository repository,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public RepositoryLanguage deleteAllRepositoryLanguageWithLanguageId(java.lang.Integer languageId)
throws SystemException,
Bug
SystemException
Bug
public RepositoryLanguage deleteAllRepositoryLanguageWithLanguage(Language language,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public RepositoryLanguage create(java.lang.Integer repositoryId,
java.lang.Integer languageId,
java.lang.Integer sortOrder,
org.exolab.castor.jdo.Database db)
throws java.lang.Exception
java.lang.Exception
public void publishRepositoryLanguage(RepositoryLanguageVO repositoryLanguageVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void unpublishRepositoryLanguage(RepositoryLanguageVO repositoryLanguageVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void moveRepositoryLanguage(RepositoryLanguageVO repositoryLanguageVO,
boolean down)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void createRepositoryLanguage(java.lang.Integer repositoryId,
java.lang.Integer languageId,
java.lang.Integer sortOrder)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void updateRepositoryLanguages(java.lang.Integer repositoryId,
java.lang.String[] languageValues)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public java.util.List getRemainingLanguages(java.lang.Integer repositoryId)
throws ConstraintException,
SystemException
ConstraintException
SystemExceptionpublic BaseEntityVO getNewVO()
getNewVO in class BaseController
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||