Package com.logicaldoc.webservice.model
Class WSUtil
java.lang.Object
com.logicaldoc.webservice.model.WSUtil
- 
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertDateToString(Date date) static DateconvertStringToDate(String date) static AccessControlEntrystatic AttributeSettoAttributeSet(WSAttributeSet wsSet) static DocumenttoDocument(WSDocument wsDoc) static TemplatetoTemplate(WSTemplate wsTemplate) static WSAccessControlEntrystatic WSAttributeSettoWSAttributeSet(AttributeSet attributeSet) static WSDocumenttoWSDocument(AbstractDocument document) static WSTemplatetoWSTemplate(Template template)  
- 
Method Details
- 
toWSDocument
 - 
toDocument
- Throws:
 PersistenceException
 - 
convertDateToString
 - 
convertStringToDate
 - 
toWSAttributeSet
 - 
toAttributeSet
 - 
toTemplate
 - 
toWSTemplate
 - 
toWSAccessControlEntry
public static WSAccessControlEntry toWSAccessControlEntry(AccessControlEntry ace) throws PersistenceException - Throws:
 PersistenceException
 - 
toAccessControlEntry
public static AccessControlEntry toAccessControlEntry(WSAccessControlEntry wsAce) throws PersistenceException - Throws:
 PersistenceException
 
 -