@Service @Primary public class UOMConversionService extends AbstractBaseDomainObjectService<UOMConversion,UOMConversionEntity> implements IUOMConversionService
domainObjectClass, entityClass
构造器和说明 |
---|
UOMConversionService() |
限定符和类型 | 方法和说明 |
---|---|
UOMConversion |
createUOMConversion() |
List<UOMConversion> |
getBySourceUOM(long id) |
UOMConversion |
getBySourceUOMAndTargetUOM(long sourceUOMId,
long targetUOMId) |
UOMConversion |
getConversion(long sourceId,
long targetId) |
protected IBaseEntityHandler<UOMConversionEntity> |
getEntityHandler() |
List<UOMConversion> |
getUOMConversionsByUOMId(long uomId) |
countByFilter, createClientObject, createClientObject, createClientObjects, createClientObjects, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, getInternalEntities, getInternalEntity, getObjectType, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
public List<UOMConversion> getBySourceUOM(long id)
getBySourceUOM
在接口中 IUOMConversionService
public UOMConversion getBySourceUOMAndTargetUOM(long sourceUOMId, long targetUOMId)
public List<UOMConversion> getUOMConversionsByUOMId(long uomId)
public UOMConversion createUOMConversion()
createUOMConversion
在接口中 IUOMConversionService
public UOMConversion getConversion(long sourceId, long targetId)
getConversion
在接口中 IUOMConversionService
protected IBaseEntityHandler<UOMConversionEntity> getEntityHandler()
Copyright © 2019. All rights reserved.