Package ru.bgcrm.plugin.document.event
Class DocumentGenerateEvent
java.lang.Object
org.bgerp.event.base.UserEvent
ru.bgcrm.plugin.document.event.DocumentGenerateEvent
- All Implemented Interfaces:
 Event
- 
Field Summary
 - 
Constructor Summary
ConstructorsConstructorDescriptionDocumentGenerateEvent(DynActionForm form, Pattern pattern, String objectType, List<Integer> objectIds)  - 
Method Summary
Modifier and TypeMethodDescriptionintbyte[]booleanisDebug()static booleanisDebug(DynActionForm form) voidsetResultBytes(byte[] resultStream) Methods inherited from class org.bgerp.event.base.UserEvent
getForm, getUser, processing, stopProcessing 
- 
Constructor Details
- 
DocumentGenerateEvent
public DocumentGenerateEvent(DynActionForm form, Pattern pattern, String objectType, List<Integer> objectIds)  
 - 
 - 
Method Details
- 
setResultDocument
 - 
getResultDocument
 - 
getResultBytes
public byte[] getResultBytes() - 
setResultBytes
public void setResultBytes(byte[] resultStream)  - 
getPattern
 - 
getObjectType
 - 
getObjectId
public int getObjectId() - 
getObjectIds
 - 
isDebug
public boolean isDebug() - 
isDebug
 
 -