|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceDAO extends GenericDAO<Resource,Long>
The Interface ResourceDAO.
Modifier and Type | Method and Description |
---|---|
void |
deleteImageContentByFileName(String fileName)
Delete image content by file name. |
AgentOperation |
findOrCreateAgentOperation(String agentName,
String agentOperativeCode,
AgentOperation.AgentOperationType agentOperationType)
Find or create agent operation. |
List<AgentOperation> |
getAllAgentOperations()
Gets the all agent operations. |
BinaryContent |
getImageContentByFileName(String string)
Gets the image content by file name. |
AgentOperation |
loadAgentOperation(Long id)
Load agent operation. |
Methods inherited from interface com.hack23.cia.service.impl.commondao.api.GenericDAO |
---|
delete, getAll, loadById, save |
Method Detail |
---|
void deleteImageContentByFileName(String fileName)
fileName
- the file name@Transactional(readOnly=true) List<AgentOperation> getAllAgentOperations()
@Transactional(readOnly=true) BinaryContent getImageContentByFileName(String string)
string
- the string@Transactional(readOnly=true) AgentOperation loadAgentOperation(Long id)
id
- the idAgentOperation findOrCreateAgentOperation(String agentName, String agentOperativeCode, AgentOperation.AgentOperationType agentOperationType)
agentName
- the agent nameagentOperativeCode
- the agent operative codeagentOperationType
- the agent operation type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |