Package ir.msob.jima.href.service
Class HrefBeforeAfterOperation
java.lang.Object
ir.msob.jima.href.service.HrefBeforeAfterOperation
- All Implemented Interfaces:
ir.msob.jima.core.commons.operation.BaseBeforeAfterOperation
@Service
public class HrefBeforeAfterOperation
extends Object
implements ir.msob.jima.core.commons.operation.BaseBeforeAfterOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser, DTO extends ir.msob.jima.core.commons.model.dto.BaseDto<ID>, C extends ir.msob.jima.core.commons.model.criteria.BaseCriteria<ID>>
voidafterGet(Collection<ID> ids, Collection<DTO> dtos, C criteria, Optional<USER> user) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ir.msob.jima.core.commons.operation.BaseBeforeAfterOperation
afterCount, afterDelete, afterSave, afterUpdate, beforeCount, beforeDelete, beforeGet, beforeSave, beforeUpdate
-
Constructor Details
-
HrefBeforeAfterOperation
public HrefBeforeAfterOperation()
-
-
Method Details
-
afterGet
public <ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser, void afterGetDTO extends ir.msob.jima.core.commons.model.dto.BaseDto<ID>, C extends ir.msob.jima.core.commons.model.criteria.BaseCriteria<ID>> (Collection<ID> ids, Collection<DTO> dtos, C criteria, Optional<USER> user) throws ir.msob.jima.core.commons.exception.domainnotfound.DomainNotFoundException, ir.msob.jima.core.commons.exception.badrequest.BadRequestException - Specified by:
afterGetin interfaceir.msob.jima.core.commons.operation.BaseBeforeAfterOperation- Throws:
ir.msob.jima.core.commons.exception.domainnotfound.DomainNotFoundExceptionir.msob.jima.core.commons.exception.badrequest.BadRequestException
-