com.adobe.icc.services.api
Interface BaseDao

All Known Subinterfaces:
AuditDao, BatchOperationDao, CategoryDao, DataModuleDao, DocumentDao, FormDao, FragmentLayoutDao, GenericDao, IPageElementDao, LetterDao, LetterInstanceDao, PortfolioDao, PublishDao

public interface BaseDao

Service interface for operations common to all assets.


Method Summary
 java.lang.String activateObject(java.lang.String path)
           
 void deactivateObject(java.lang.String path)
           
 java.util.List findAll(java.lang.String entityObjectType, java.lang.String field, java.lang.Object value, java.lang.String cutPoints)
           
 java.lang.Object getFirstLevelObject(java.lang.String objectId)
           
 java.lang.Object getFirstLevelObjectIfExists(java.lang.String objectId)
           
 java.lang.Object readObject(java.lang.String objectId, java.lang.String cutPoints, boolean includeContent)
           
 void reverseReplicate(java.lang.String objId)
           
 java.lang.Object updateObject(java.lang.Object object, com.adobe.livecycle.content.repository.RepositoryOptions repositoryOptions)
           
 java.lang.Object updateObject(java.lang.Object object, java.lang.String cutPoints, boolean updateContent)
           
 

Method Detail

getFirstLevelObject

java.lang.Object getFirstLevelObject(java.lang.String objectId)
                                     throws ICCException
Throws:
ICCException

getFirstLevelObjectIfExists

java.lang.Object getFirstLevelObjectIfExists(java.lang.String objectId)
                                             throws ICCException
Throws:
ICCException

activateObject

java.lang.String activateObject(java.lang.String path)
                                throws ICCException
Throws:
ICCException

deactivateObject

void deactivateObject(java.lang.String path)
                      throws ICCException
Throws:
ICCException

reverseReplicate

void reverseReplicate(java.lang.String objId)
                      throws ICCException
Throws:
ICCException

updateObject

java.lang.Object updateObject(java.lang.Object object,
                              java.lang.String cutPoints,
                              boolean updateContent)
                              throws ICCException
Throws:
ICCException

updateObject

java.lang.Object updateObject(java.lang.Object object,
                              com.adobe.livecycle.content.repository.RepositoryOptions repositoryOptions)
                              throws ICCException
Throws:
ICCException

readObject

java.lang.Object readObject(java.lang.String objectId,
                            java.lang.String cutPoints,
                            boolean includeContent)
                            throws ICCException
Throws:
ICCException

findAll

java.util.List findAll(java.lang.String entityObjectType,
                       java.lang.String field,
                       java.lang.Object value,
                       java.lang.String cutPoints)
                       throws ICCException
Throws:
ICCException


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