SYMBOL INDEX (148 symbols across 25 files) FILE: src/cn/mayongfa/activemq/ActiveMQTransportListener.java class ActiveMQTransportListener (line 13) | public class ActiveMQTransportListener implements TransportListener { method onCommand (line 21) | @Override method onException (line 30) | @Override method transportInterupted (line 38) | @Override method transportResumed (line 48) | @Override FILE: src/cn/mayongfa/activemq/ConsumerMessageListener.java class ConsumerMessageListener (line 16) | @Component method onMessage (line 21) | @Override FILE: src/cn/mayongfa/activemq/MessageSender.java class MessageSender (line 25) | @Component method userLogin (line 42) | public void userLogin(long id, String username) { method sendMessage (line 59) | public void sendMessage(final String messgae, int type) { FILE: src/cn/mayongfa/api/controller/UserController.java class UserController (line 27) | @Controller method get (line 42) | @ResponseBody method getList (line 72) | @CrossOrigin(origins = "*", maxAge = 3600) method post (line 102) | @ResponseBody method delete (line 146) | @ResponseBody method put (line 173) | @ResponseBody FILE: src/cn/mayongfa/cache/MemcachedBasis.java class MemcachedBasis (line 8) | @Component FILE: src/cn/mayongfa/cache/UserBasisCache.java class UserBasisCache (line 13) | @Component method set (line 27) | public Boolean set(UserBasis model) { method get (line 44) | public UserBasis get(long id) { method delete (line 66) | public Boolean delete(long id) { method getCacheKey (line 82) | private String getCacheKey(long id) { FILE: src/cn/mayongfa/common/DateUtil.java class DateUtil (line 9) | public class DateUtil { method dateToString (line 18) | public static String dateToString(Date date, String formatType) { method longToString (line 31) | public static String longToString(long currentTime, String formatType){ method longToString (line 55) | public static String longToString(long currentTime, String oldFormatTy... method stringToDate (line 69) | public static Date stringToDate(String strTime, String formatType) { method longToDate (line 89) | public static Date longToDate(long currentTime, String formatType) { method stringToLong (line 108) | public static long stringToLong(String strTime, String formatType) { method dateToLong (line 129) | public static long dateToLong(Date date) { method dateToLong (line 137) | public static long dateToLong() { method unixToLong (line 146) | public static long unixToLong(long unix){ method getTimePosition (line 161) | public static String getTimePosition(long time){ FILE: src/cn/mayongfa/common/DynamicDataSource.java class DynamicDataSource (line 7) | public class DynamicDataSource extends AbstractRoutingDataSource { method determineCurrentLookupKey (line 9) | @Override FILE: src/cn/mayongfa/common/ExceptionHandler.java class ExceptionHandler (line 17) | @Component method resolveException (line 22) | @Override FILE: src/cn/mayongfa/common/IdWorker.java class IdWorker (line 12) | public class IdWorker { method IdWorker (line 52) | public IdWorker(long workerId, long datacenterId) { method IdWorker (line 68) | public IdWorker() { method nextId (line 88) | protected synchronized long nextId() { method tilNextMillis (line 125) | protected long tilNextMillis(long lastTimestamp) { method timeGen (line 140) | protected long timeGen() { method get_worker_id (line 145) | public long get_worker_id() throws Exception { method get_timestamp (line 149) | public long get_timestamp() throws Exception { method get_id (line 153) | public long get_id(String useragent) throws Exception { method get_datacenter_id (line 162) | public long get_datacenter_id() throws Exception { FILE: src/cn/mayongfa/common/IdWorkerManage.java class IdWorkerManage (line 3) | public class IdWorkerManage { method getIdWorkerInstance (line 17) | private static IdWorker getIdWorkerInstance() { method getId (line 30) | public static long getId() throws Exception { FILE: src/cn/mayongfa/common/JdbcContextHolder.java class JdbcContextHolder (line 3) | public class JdbcContextHolder { method setJdbcType (line 7) | public static void setJdbcType(String jdbcType) { method setSlave (line 11) | public static void setSlave() { method setMaster (line 15) | public static void setMaster() { method getJdbcType (line 19) | public static String getJdbcType() { method clearJdbcType (line 23) | public static void clearJdbcType() { FILE: src/cn/mayongfa/common/MD5Util.java class MD5Util (line 7) | public class MD5Util { method GetMD5Code16 (line 11) | public static String GetMD5Code16(String strObj) { method GetMD5Code32 (line 15) | public static String GetMD5Code32(String strObj) { method byteToString (line 29) | private static String byteToString(byte[] bByte) { method byteToArrayString (line 38) | private static String byteToArrayString(byte bByte) { FILE: src/cn/mayongfa/common/StrUtil.java class StrUtil (line 23) | public final class StrUtil { method toGBK (line 67) | public final static String toGBK(String sStr) throws UnsupportedEncodi... method toUTF8 (line 78) | public final static String toUTF8(String sStr) throws UnsupportedEncod... method toASCII (line 89) | public final static String toASCII(String sStr) throws UnsupportedEnco... method toUTF16 (line 100) | public final static String toUTF16(String sStr) throws UnsupportedEnco... method changeCharset (line 114) | public final static String changeCharset(String sStr, String sNewChars... method toISO_8859_1 (line 128) | public final static String toISO_8859_1(String sStr) throws Unsupporte... method toUTF16BE (line 139) | public final static String toUTF16BE(String sStr) throws UnsupportedEn... method toUTF16LE (line 150) | public final static String toUTF16LE(String sStr) throws UnsupportedEn... method changeCharset (line 166) | public final static String changeCharset(String sStr, String sOldChars... method getRegexResult (line 181) | public final static List getRegexResult(String sStr, String sP... method getRegexReplaceResult (line 202) | public final static String getRegexReplaceResult(String sSource, Strin... method checkMather (line 216) | public final static boolean checkMather(String sStr, String sPattern) { method toStr (line 229) | public final static String toStr(Object sStr, String sDefault) { method toStrNOTrim (line 240) | public final static String toStrNOTrim(Object sStr, String sDefault) { method toInt (line 251) | public final static int toInt(String sValue, int nDefault) { method toLong (line 269) | public final static Long toLong(String sValue, Long nDefault) { method toFloat (line 287) | public final static Float toFloat(String sValue, Float nDefault) { method toDouble (line 300) | public final static Double toDouble(String sValue, Double nDefault) { method toFloat (line 313) | public final static float toFloat(String sValue, float nDefault) { method toBoolean (line 326) | public final static boolean toBoolean(String sValue, boolean nDefault) { method doubleToStr (line 338) | public final static String doubleToStr(Double dd) { method floatToStr (line 354) | public final static String floatToStr(float d) { method toHtml (line 368) | public final static String toHtml(Object sStr, String sDefault) { method toHex (line 382) | public final static String toHex(long time) { method getVerificationCode (line 386) | public static String getVerificationCode(int count, Boolean isLetter) { method isNullOrEmpty (line 407) | public final static boolean isNullOrEmpty(String value) { method contains (line 420) | public static boolean contains(String[] values, String value) { method toMapList (line 439) | public final static List> toMapList(String jsonStr... method toMap (line 454) | public final static Map toMap(String jsonString) { FILE: src/cn/mayongfa/controller/AccountController.java class AccountController (line 23) | @Controller method login (line 37) | @Authority(AuthorityType.Validate) FILE: src/cn/mayongfa/dao/UserBasisDao.java class UserBasisDao (line 19) | @Repository method Save (line 32) | public long Save(UserBasis entity) { method Delete (line 68) | public Boolean Delete(long ID) { method getEntity (line 81) | public UserBasis getEntity(long ID) { method getEntity (line 104) | public UserBasis getEntity(String phone) { method getList (line 126) | public List getList(Map whereMap, String Or... method getListCount (line 184) | public int getListCount(Map whereMap) { method getList (line 223) | public List getList() { FILE: src/cn/mayongfa/interceptor/AuthorityAnnotationInterceptor.java class AuthorityAnnotationInterceptor (line 19) | public class AuthorityAnnotationInterceptor extends HandlerInterceptorAd... method preHandle (line 21) | @Override FILE: src/cn/mayongfa/interceptor/AuthorityType.java type AuthorityType (line 3) | public enum AuthorityType { FILE: src/cn/mayongfa/interceptor/DataSourceChoose.java class DataSourceChoose (line 10) | public class DataSourceChoose { method before (line 13) | public void before(JoinPoint point){ FILE: src/cn/mayongfa/interceptor/DataSourceType.java type DataSourceType (line 3) | public enum DataSourceType { method DataSourceType (line 17) | private DataSourceType(String name) { method getName (line 23) | public String getName() { method setName (line 27) | public void setName(String name) { FILE: src/cn/mayongfa/interceptor/TestInterceptor.java class TestInterceptor (line 9) | public class TestInterceptor extends HandlerInterceptorAdapter { method afterCompletion (line 11) | @Override method postHandle (line 19) | @Override method preHandle (line 27) | @Override FILE: src/cn/mayongfa/model/UserBasis.java class UserBasis (line 5) | @SuppressWarnings("serial") method setId (line 23) | public void setId(long value) { method getId (line 26) | public long getId() { method setName (line 30) | public void setName(String value) { method getName (line 33) | public String getName() { method setPassword (line 37) | public void setPassword(String value) { method getPassword (line 40) | public String getPassword() { method setPhone (line 44) | public void setPhone(String value) { method getPhone (line 47) | public String getPhone() { method setStatus (line 51) | public void setStatus(int value) { method getStatus (line 54) | public int getStatus() { method setCreatetime (line 58) | public void setCreatetime(java.util.Date value) { method getCreatetime (line 61) | public java.util.Date getCreatetime() { method setUpdatetime (line 65) | public void setUpdatetime(java.util.Date value) { method getUpdatetime (line 68) | public java.util.Date getUpdatetime() { FILE: src/cn/mayongfa/quartz/GlodQuartz.java class GlodQuartz (line 25) | @Component method addUserGold (line 32) | @Scheduled(cron = "0 0 1 * * ? ") method cacheClear (line 39) | @Scheduled(cron = "*/5 * * * * ? ") FILE: src/cn/mayongfa/service/UserBasisService.java type UserBasisService (line 10) | public interface UserBasisService { method Save (line 17) | @DataSource method Delete (line 25) | @DataSource method getEntity (line 33) | @DataSource(DataSourceType.Slave) method getEntity (line 41) | @DataSource(DataSourceType.Slave) method getList (line 48) | @DataSource(DataSourceType.Slave) method getListCount (line 55) | @DataSource(DataSourceType.Slave) method getList (line 62) | @DataSource(DataSourceType.Slave) FILE: src/cn/mayongfa/service/imp/UserBasisServiceImp.java class UserBasisServiceImp (line 14) | @Service method Save (line 22) | @Override method Delete (line 31) | @Override method getEntity (line 40) | @Override method getEntity (line 45) | @Override method getListCount (line 50) | @Override method getList (line 56) | @Override method getList (line 61) | @Override