Class VoiceCommonUtils
java.lang.Object
ru.bitel.bgbilling.modules.voice.common.utils.VoiceCommonUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
agetModeOn
(Preferences setup) static <N extends VoiceBaseCodeBean<N>>
List<N>getDateSortedNormalizeList
(List<N> list) static <N extends VoiceBaseCodeBean<N>>
List<N>insertInHistory
(N item, List<N> history) static <N> N
readFromHolder
(javax.xml.ws.Holder<javax.activation.DataHandler> data)
-
Constructor Details
-
VoiceCommonUtils
public VoiceCommonUtils()
-
-
Method Details
-
readFromHolder
public static <N> N readFromHolder(javax.xml.ws.Holder<javax.activation.DataHandler> data) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
getDateSortedNormalizeList
-
insertInHistory
public static <N extends VoiceBaseCodeBean<N>> List<N> insertInHistory(N item, List<N> history) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
agetModeOn
-