com.adobe.icc.services.api
Interface IPageElementDao

All Superinterfaces:
BaseDao, GenericDao
All Known Subinterfaces:
AuditDao, DataModuleDao, DocumentDao, FormDao, FragmentLayoutDao, LetterDao, LetterInstanceDao, PortfolioDao

public interface IPageElementDao
extends GenericDao


Method Summary
 java.lang.Number countByWithoutArchiveState(java.lang.String field, java.lang.String value)
           
 java.util.List findAllInState(int state)
           
 java.util.List findAllWithoutArchiveState()
           
 java.util.List findAllWithoutArchiveStateByIgnoreCase(java.lang.String field, java.lang.String value)
           
 java.lang.Object retrieveAssetVersion(java.lang.String assetId, java.util.Date publishDate)
           
 
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

countByWithoutArchiveState

java.lang.Number countByWithoutArchiveState(java.lang.String field,
                                            java.lang.String value)

findAllWithoutArchiveState

java.util.List findAllWithoutArchiveState()

findAllInState

java.util.List findAllInState(int state)

findAllWithoutArchiveStateByIgnoreCase

java.util.List findAllWithoutArchiveStateByIgnoreCase(java.lang.String field,
                                                      java.lang.String value)

retrieveAssetVersion

java.lang.Object retrieveAssetVersion(java.lang.String assetId,
                                      java.util.Date publishDate)


[an error occurred while processing this directive] [an error occurred while processing this directive]