Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,15 @@
*/
package org.apache.fineract.infrastructure.entityaccess.service;

import org.apache.fineract.infrastructure.codes.domain.CodeValue;
import org.apache.fineract.infrastructure.core.api.JsonCommand;
import org.apache.fineract.infrastructure.core.data.CommandProcessingResult;

public interface FineractEntityAccessWriteService {

CommandProcessingResult createEntityAccess(JsonCommand command);

CommandProcessingResult createEntityToEntityMapping(Long relId, JsonCommand command);

CommandProcessingResult updateEntityToEntityMapping(Long mapId, JsonCommand command);

CommandProcessingResult deleteEntityToEntityMapping(Long mapId);

void addNewEntityAccess(String entityType, Long entityId, CodeValue accessType, String secondEntityType, Long secondEntityId);

/*
* CommandProcessingResult updateEntityAccess ( Long entityAccessId, JsonCommand command);
*
* CommandProcessingResult removeEntityAccess ( String entityType, Long entityId, Long accessType, String
* secondEntityType, Long secondEntityId);
*/
}
Loading
Loading