Package beans.cec.entity

Examples of beans.cec.entity.CommitteeResolutionDetails


public class CommitteeResolutionData
    extends DataChunk<CommitteeResolutionDetails> implements Mappable<Integer> {

    public CommitteeResolutionData(CommitteeDirectionData direction) throws ClipsException {
        super(new CommitteeResolutionDetails());
        getDetails().directionID = direction.getId();
       
        if(direction.getId() == 0) {
            throw new ClipsException("Необходимо сохранить направление на КЭК перед вынесением решения");
        }
View Full Code Here

TOP

Related Classes of beans.cec.entity.CommitteeResolutionDetails

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.