Interface TransientDataService
- All Known Implementing Classes:
TransientDataServiceImpl
public interface TransientDataService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateDataInstance(SDataInstance dataInstance) voiddeleteDataInstance(SDataInstance dataInstance) getDataInstance(long dataInstanceId) getDataInstance(String dataName, long containerId, String containerType) getDataInstances(long containerId, String containerType, int fromIndex, int numberOfResults) getDataInstances(List<Long> dataInstanceIds) getDataInstances(List<String> dataNames, long containerId, String containerType) voidupdateDataInstance(SDataInstance dataInstance, EntityUpdateDescriptor descriptor)
-
Method Details
-
getDataInstances
List<SDataInstance> getDataInstances(List<String> dataNames, long containerId, String containerType) throws SDataInstanceException - Parameters:
dataNames-containerId-containerType-- Returns:
- Throws:
SDataInstanceException
-
createDataInstance
- Parameters:
dataInstance-- Throws:
SDataInstanceException
-
updateDataInstance
void updateDataInstance(SDataInstance dataInstance, EntityUpdateDescriptor descriptor) throws SDataInstanceException - Parameters:
dataInstance-descriptor-- Throws:
SDataInstanceException
-
deleteDataInstance
- Parameters:
dataInstance-- Throws:
SDataInstanceException
-
getDataInstance
- Parameters:
dataInstanceId-- Returns:
- Throws:
SDataInstanceException
-
getDataInstance
SDataInstance getDataInstance(String dataName, long containerId, String containerType) throws SDataInstanceException - Parameters:
dataName-containerId-containerType-- Returns:
- Throws:
SDataInstanceException
-
getDataInstances
List<SDataInstance> getDataInstances(long containerId, String containerType, int fromIndex, int numberOfResults) throws SDataInstanceException - Parameters:
containerId-containerType-fromIndex-numberOfResults-- Returns:
- Throws:
SDataInstanceException
-
getDataInstances
- Parameters:
dataInstanceIds-- Returns:
-