|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataModuleDao
| Method Summary | |
|---|---|
DataModule |
findByNameAndState(java.lang.String name,
java.lang.Integer state)
|
DataModule |
findByNameAndStateAndVersion(java.lang.String name,
java.lang.Integer state,
java.lang.Integer version)
|
DataModule |
findLatestByNameAndState(java.lang.String name,
java.lang.Integer state)
|
java.util.List |
getDependentContainerLayoutAssignments(java.lang.String moduleID,
boolean fetchIndirectReferences,
boolean includeRHSAssignmentReferences)
Fetch the dependent ContainerLayoutAssignments for the given data module. |
java.util.List |
getDependentDataModules(java.lang.String moduleID,
boolean fetchIndirectReferences)
Fetch the dependent Data Modules for the given data module. |
java.util.List |
getDependentLetters(java.lang.String moduleID,
boolean fetchIndirectReferences,
boolean includeRHSAssignmentReferences)
Fetch the dependent Letters for the given data module. |
java.util.List |
getLettersReferingModuleInRHSAssignment(java.lang.String moduleID)
Fetch the indirectly dependent Letters for the given data module. |
| Methods inherited from interface com.adobe.icc.services.api.IPageElementDao |
|---|
countByWithoutArchiveState, findAllInState, findAllWithoutArchiveState, findAllWithoutArchiveStateByIgnoreCase, retrieveAssetVersion |
| Methods inherited from interface com.adobe.icc.services.api.GenericDao |
|---|
countBy, countBy, create, create, findAll, findAll, findAllBy, findAllBy, findAllBy, findAllBy, findAllBy, findAllBy, findAllByIgnoreCase, findAllByIgnoreCase, findBy, findBy, findBy, findBy, findByIgnoreCase, findByIgnoreCase, read, read, remove, removeBy, removeBy, removeBy, removeBy, retrievePublishedVersion, update, update, update |
| Methods inherited from interface com.adobe.icc.services.api.BaseDao |
|---|
activateObject, deactivateObject, findAll, getFirstLevelObject, getFirstLevelObjectIfExists, readObject, reverseReplicate, updateObject, updateObject |
| Method Detail |
|---|
DataModule findByNameAndStateAndVersion(java.lang.String name,
java.lang.Integer state,
java.lang.Integer version)
DataModule findByNameAndState(java.lang.String name,
java.lang.Integer state)
DataModule findLatestByNameAndState(java.lang.String name,
java.lang.Integer state)
java.util.List getDependentLetters(java.lang.String moduleID,
boolean fetchIndirectReferences,
boolean includeRHSAssignmentReferences)
throws ICCException
moduleID - data module GUIDfetchIndirectReferences - True, if you wish to fetch the Letters that indirectly use this module.
ICCException
java.util.List getDependentContainerLayoutAssignments(java.lang.String moduleID,
boolean fetchIndirectReferences,
boolean includeRHSAssignmentReferences)
throws ICCException
moduleID - data module id
ICCException
java.util.List getDependentDataModules(java.lang.String moduleID,
boolean fetchIndirectReferences)
throws ICCException
moduleID - data module GUIDfetchIndirectReferences - True, if you wish to fetch the modules that indirectly use this module.
ICCException
java.util.List getLettersReferingModuleInRHSAssignment(java.lang.String moduleID)
throws ICCException
moduleID -
ICCException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||