com.jamasoftware.contour.dao
Interface PropertyEntryDao


public interface PropertyEntryDao


Method Summary
 void deletePropertyEntry(PropertyEntry property)
           
 com.jamasoftware.contour.gateway.crowd.CrowdProperties getCrowdProperties()
           
 PropertyEntry getCurrentProjectProperty(java.lang.Integer userId)
           
 PropertyEntry getDocImportMapping(java.lang.String fieldMappingName, java.lang.Integer projectId)
           
 java.util.List<PropertyEntry> getDocumentImportMappingProperties(java.lang.Integer projectId)
           
 java.util.List<com.jamasoftware.contour.service.dto.DocumentImportMapping> getDocumentImportMappings(java.lang.Integer projectId)
           
 java.util.List<com.jamasoftware.contour.service.dto.DocumentImportMapping> getDocumentImportMappings(java.lang.Integer projectId, java.lang.Integer documentTypeId, java.lang.String importType)
           
 com.jamasoftware.contour.util.auth.LdapProperties getLdapProperties()
           
 PropertyEntry getPropertyEntry(java.lang.Integer id)
           
 java.util.List<PropertyEntry> getPropertyEntryList(java.lang.Integer scope, java.lang.Integer refId)
           
 java.util.List<PropertyEntry> getPropertyEntryList(java.lang.String propertyName, java.lang.Integer scope)
           
 java.util.List<PropertyEntry> getPropertyEntryList(java.lang.String propertyName, java.lang.Integer scope, java.lang.Integer refId)
           
 java.util.List<PropertyEntry> getPropertyEntryListByNameValue(java.lang.String propertyName, java.lang.String propertyValue)
           
 java.util.List<PropertyEntry> getPropertyEntryListExcludePrefix(java.lang.Integer scope, java.lang.Integer refId, java.lang.String excludePrefix)
           
 java.util.List<PropertyEntry> getPropertyEntryListWithPrefix(java.lang.Integer scope, java.lang.Integer refId, java.lang.String prefix)
           
 java.util.List<PropertyEntry> getSystemPropertyEntriesByName(java.lang.String propertyName)
           
<T> T
getTypedPropertyEntryValue(java.lang.String propertyName, com.jamasoftware.contour.service.property.PropertyType<T> propertyType, T defaultValue)
           
 com.jamasoftware.contour.gateway.crowd.CrowdProperties saveCrowdProperties(com.jamasoftware.contour.gateway.crowd.CrowdProperties config)
           
 com.jamasoftware.contour.util.auth.LdapProperties saveLdapProperties(com.jamasoftware.contour.util.auth.LdapProperties config)
           
 void savePropertyEntry(PropertyEntry property)
           
 com.jamasoftware.contour.service.property.PropertyList savePropertyList(com.jamasoftware.contour.service.property.PropertyList list, boolean clearCache)
           
 void saveSystemPropertyEntry(java.lang.String propertyName, java.lang.String propertyValue, com.jamasoftware.contour.service.property.PropertyType<?> propertyType)
           
 

Method Detail

getPropertyEntryList

java.util.List<PropertyEntry> getPropertyEntryList(java.lang.Integer scope,
                                                   java.lang.Integer refId)

getPropertyEntryList

java.util.List<PropertyEntry> getPropertyEntryList(java.lang.String propertyName,
                                                   java.lang.Integer scope,
                                                   java.lang.Integer refId)

getPropertyEntryList

java.util.List<PropertyEntry> getPropertyEntryList(java.lang.String propertyName,
                                                   java.lang.Integer scope)

getPropertyEntryListByNameValue

java.util.List<PropertyEntry> getPropertyEntryListByNameValue(java.lang.String propertyName,
                                                              java.lang.String propertyValue)

getPropertyEntry

PropertyEntry getPropertyEntry(java.lang.Integer id)

savePropertyList

com.jamasoftware.contour.service.property.PropertyList savePropertyList(com.jamasoftware.contour.service.property.PropertyList list,
                                                                        boolean clearCache)

savePropertyEntry

void savePropertyEntry(PropertyEntry property)

saveSystemPropertyEntry

void saveSystemPropertyEntry(java.lang.String propertyName,
                             java.lang.String propertyValue,
                             com.jamasoftware.contour.service.property.PropertyType<?> propertyType)

deletePropertyEntry

void deletePropertyEntry(PropertyEntry property)

getLdapProperties

com.jamasoftware.contour.util.auth.LdapProperties getLdapProperties()

saveLdapProperties

com.jamasoftware.contour.util.auth.LdapProperties saveLdapProperties(com.jamasoftware.contour.util.auth.LdapProperties config)

getCrowdProperties

com.jamasoftware.contour.gateway.crowd.CrowdProperties getCrowdProperties()

saveCrowdProperties

com.jamasoftware.contour.gateway.crowd.CrowdProperties saveCrowdProperties(com.jamasoftware.contour.gateway.crowd.CrowdProperties config)

getDocumentImportMappings

java.util.List<com.jamasoftware.contour.service.dto.DocumentImportMapping> getDocumentImportMappings(java.lang.Integer projectId,
                                                                                                     java.lang.Integer documentTypeId,
                                                                                                     java.lang.String importType)

getDocumentImportMappings

java.util.List<com.jamasoftware.contour.service.dto.DocumentImportMapping> getDocumentImportMappings(java.lang.Integer projectId)

getDocumentImportMappingProperties

java.util.List<PropertyEntry> getDocumentImportMappingProperties(java.lang.Integer projectId)

getDocImportMapping

PropertyEntry getDocImportMapping(java.lang.String fieldMappingName,
                                  java.lang.Integer projectId)

getCurrentProjectProperty

PropertyEntry getCurrentProjectProperty(java.lang.Integer userId)

getPropertyEntryListExcludePrefix

java.util.List<PropertyEntry> getPropertyEntryListExcludePrefix(java.lang.Integer scope,
                                                                java.lang.Integer refId,
                                                                java.lang.String excludePrefix)

getPropertyEntryListWithPrefix

java.util.List<PropertyEntry> getPropertyEntryListWithPrefix(java.lang.Integer scope,
                                                             java.lang.Integer refId,
                                                             java.lang.String prefix)

getTypedPropertyEntryValue

<T> T getTypedPropertyEntryValue(java.lang.String propertyName,
                                 com.jamasoftware.contour.service.property.PropertyType<T> propertyType,
                                 T defaultValue)

getSystemPropertyEntriesByName

java.util.List<PropertyEntry> getSystemPropertyEntriesByName(java.lang.String propertyName)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.