This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File OdbcConnection.java | |
import java.sql.Connection; | |
import java.sql.DriverManager; | |
/** | |
* | |
* @author adildramdan | |
*/ | |
public class OdbcConnection { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.qinti.vi.config; | |
/** | |
* Created by adilramdan on 29/08/14. | |
*/ | |
import org.springframework.context.annotation.Configuration; | |
import javax.servlet.*; | |
import javax.servlet.http.HttpServletRequest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.qinti.eptp.web.rest.report; | |
import com.qinti.eptp.domain.user.EPerusahaan; | |
import com.qinti.eptp.domain.user.User; | |
import com.qinti.eptp.exception.ResourceNotFoundException; | |
import com.qinti.eptp.repository.buktipotong.BPA1Repository; | |
import com.qinti.eptp.repository.user.UserRepository; | |
import com.qinti.eptp.security.SecurityUtils; | |
import com.qinti.eptp.service.DirectoryService; | |
import com.qinti.eptp.service.report.*; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.qinti.eptp.util; | |
/** | |
* Created by adildramdan on 5/6/15. | |
*/ | |
/** | |
* This class will convert numeric values into an english representation | |
* <p> | |
* For units, see : http://www.jimloy.com/math/Milyar.htm |
OlderNewer