@Service @Transactional(readOnly=true) public class DocumentTypeMasterService extends Object
| Constructor and Description |
|---|
DocumentTypeMasterService() |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeMaster |
createDocumentName(DocumentTypeMaster DocumentTypeMaster) |
List<DocumentTypeMaster> |
findAll() |
List<DocumentTypeMaster> |
findByApplicationType(SewerageApplicationType applicationType) |
DocumentTypeMaster |
findByApplicationTypeAndDescription(SewerageApplicationType applicationType,
String description) |
DocumentTypeMaster |
findByDescription(String description) |
DocumentTypeMaster |
findOne(Long id) |
List<DocumentTypeMaster> |
getAllActiveDocumentTypeMasterByApplicationType(SewerageApplicationType applicationType) |
org.springframework.data.domain.Page<DocumentTypeMaster> |
getListOfDocumentTypeMaster(Integer pageNumber,
Integer pageSize) |
DocumentTypeMaster |
load(Long id) |
void |
updateDocumentName(DocumentTypeMaster DocumentTypeMaster) |
public DocumentTypeMaster findOne(Long id)
@Transactional public DocumentTypeMaster createDocumentName(DocumentTypeMaster DocumentTypeMaster)
@Transactional public void updateDocumentName(DocumentTypeMaster DocumentTypeMaster)
public List<DocumentTypeMaster> findAll()
public DocumentTypeMaster findByDescription(String description)
public DocumentTypeMaster load(Long id)
public org.springframework.data.domain.Page<DocumentTypeMaster> getListOfDocumentTypeMaster(Integer pageNumber, Integer pageSize)
public List<DocumentTypeMaster> findByApplicationType(SewerageApplicationType applicationType)
public DocumentTypeMaster findByApplicationTypeAndDescription(SewerageApplicationType applicationType, String description)
public List<DocumentTypeMaster> getAllActiveDocumentTypeMasterByApplicationType(SewerageApplicationType applicationType)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.