Package org.infoglue.cms.entities.management.impl.simple

Examples of org.infoglue.cms.entities.management.impl.simple.TransactionHistoryImpl


        {
          beginTransaction(db);
      logger.info("Began transaction...");
         
            TransactionHistoryVO transVO = new TransactionHistoryVO()
            transactionHistory = new TransactionHistoryImpl();

            transVO.setName(notificationMessage.getName());
            transVO.setSystemUserName(notificationMessage.getSystemUserName());
            transVO.setTransactionDateTime(java.util.Calendar.getInstance().getTime());
            transVO.setTransactionTypeId(new Integer(notificationMessage.getType()));
View Full Code Here

TOP

Related Classes of org.infoglue.cms.entities.management.impl.simple.TransactionHistoryImpl

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.