Uses of Class
com.logicaldoc.stamp.Stamp
-
Packages that use Stamp Package Description com.logicaldoc.stamp com.logicaldoc.stamp.automation -
-
Uses of Stamp in com.logicaldoc.stamp
Methods in com.logicaldoc.stamp that return Stamp Modifier and Type Method Description Stamp
HibernateStampDAO. findByName(String name, long tenantId)
Stamp
StampDAO. findByName(String name, long tenantId)
Finds the stamp with the given nameStamp
HibernateStampDAO. findByNameAndUser(String name, long userId)
Stamp
StampDAO. findByNameAndUser(String name, long userId)
Finds the stamp with the given name and userMethods in com.logicaldoc.stamp that return types with arguments of type Stamp Modifier and Type Method Description List<Stamp>
HibernateStampDAO. findByUser(long userId, boolean enabledOnly)
List<Stamp>
StampDAO. findByUser(long userId, boolean enabledOnly)
Finds the stamps for the given userMethods in com.logicaldoc.stamp with parameters of type Stamp Modifier and Type Method Description void
StampManager. applyStamp(long docId, Stamp stamp, com.logicaldoc.core.document.DocumentHistory transaction)
void
StampManager. applyStampBarcodeToPages(File stampedDocFile, Stamp stamp, com.logicaldoc.core.document.Document doc, com.logicaldoc.core.security.User user, Integer[] pages)
void
StampManager. applyStampHTMLToPages(File stampedDocFile, Stamp stamp, com.logicaldoc.core.document.Document doc, com.logicaldoc.core.security.User user, Integer[] pages)
void
HibernateStampDAO. initialize(Stamp stamp)
-
Uses of Stamp in com.logicaldoc.stamp.automation
Methods in com.logicaldoc.stamp.automation with parameters of type Stamp Modifier and Type Method Description void
StampTool. stamp(com.logicaldoc.core.document.Document doc, Stamp stamp, com.logicaldoc.core.security.User user)
Applies a stamp in the given document in the name of the given user
-