Uses of Class
com.avoka.fc.core.entity.DeploymentProperty
-
Packages that use DeploymentProperty Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.service.test Provides web automated test services. -
-
Uses of DeploymentProperty in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return DeploymentProperty Modifier and Type Method Description DeploymentProperty
DeploymentPropertyDao. getDeploymentPropertyForPK(Object id)
Return the deployment property with the specified OIDDeploymentProperty
DeploymentPropertyDao. getProperty(String name)
Return the deployment property with the given name.Methods in com.avoka.fc.core.dao that return types with arguments of type DeploymentProperty Modifier and Type Method Description List<DeploymentProperty>
DeploymentPropertyDao. getDeploymentPropertyList(String keyword)
Return the list of deployment properties matching the specified search criteria -
Uses of DeploymentProperty in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return DeploymentProperty Modifier and Type Method Description DeploymentProperty
MockEntityUtils. createDeploymentProperty(String propertyName, String type, String value)
Create a deployment property with the given name, type and value.
-