Serialized Form
-
Package ru.bgcrm.cache
-
Class ru.bgcrm.cache.CacheResetEvent
class CacheResetEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
cacheType
String cacheType
-
-
-
-
Package ru.bgcrm.dao
-
Exception Class ru.bgcrm.dao.DuplicateException
class DuplicateException extends BGMessageException implements Serializable -
Class ru.bgcrm.dao.TreeTitle
class TreeTitle extends IdTitle implements Serializable-
Serialized Fields
-
idString
String idString
-
-
-
-
Package ru.bgcrm.dao.message
-
Class ru.bgcrm.dao.message.MessageType
class MessageType extends IdTitle implements Serializable-
Serialized Fields
-
configMap
ParameterMap configMap
-
contactSaver
MessageTypeContactSaver contactSaver
-
searchMap
LinkedHashMap<Integer,
MessageTypeSearch> searchMap
-
-
-
Class ru.bgcrm.dao.message.MessageTypeCall
class MessageTypeCall extends MessageType implements Serializable -
Class ru.bgcrm.dao.message.MessageTypeEmail
class MessageTypeEmail extends MessageType implements Serializable-
Serialized Fields
-
folderIncoming
String folderIncoming
-
folderProcessed
String folderProcessed
-
folderSent
String folderSent
-
folderSkipped
String folderSkipped
-
mailConfig
MailConfig mailConfig
-
pattern
Pattern pattern
-
processMessageWithEvent
boolean processMessageWithEvent
-
RE_PREFIX
String RE_PREFIX
-
replayTo
String replayTo
-
signExpression
String signExpression
-
signFooter
String signFooter
-
-
-
Class ru.bgcrm.dao.message.MessageTypeNote
class MessageTypeNote extends MessageType implements Serializable
-
-
Package ru.bgcrm.dynamic
-
Exception Class ru.bgcrm.dynamic.CompilerWrapper.CompilationFailedException
class CompilationFailedException extends BGException implements Serializable-
Serialized Fields
-
result
CompilationResult result
-
-
-
-
Package ru.bgcrm.event
-
Class ru.bgcrm.event.AbstractEvent
class AbstractEvent extends Object implements Serializable-
Serialized Fields
-
instanceId
String instanceId
-
timestamp
long timestamp
-
-
-
Class ru.bgcrm.event.ContextVariablesBuildEvent
class ContextVariablesBuildEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.CustomerCreateEvent
class CustomerCreateEvent extends UserEvent implements Serializable-
Serialized Fields
-
customerId
int customerId
-
-
-
Class ru.bgcrm.event.CustomerDeleteEvent
class CustomerDeleteEvent extends UserEvent implements Serializable-
Serialized Fields
-
customerId
int customerId
-
-
-
Class ru.bgcrm.event.CustomerMergeEvent
class CustomerMergeEvent extends UserEvent implements Serializable-
Serialized Fields
-
customerId
int customerId
-
mergingCustomerId
int mergingCustomerId
-
-
-
Class ru.bgcrm.event.CustomerUpdateEvent
class CustomerUpdateEvent extends UserEvent implements Serializable-
Serialized Fields
-
customerId
int customerId
-
-
-
Class ru.bgcrm.event.DateChangingEvent
class DateChangingEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.DyncodeRecompiledEvent
class DyncodeRecompiledEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.GetPoolTasksEvent
class GetPoolTasksEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.MessageReceivedEvent
class MessageReceivedEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
message
Message message
-
-
-
Class ru.bgcrm.event.MessageSearchObjects
class MessageSearchObjects extends UserEvent implements Serializable -
Class ru.bgcrm.event.MessageWithAttachmentEvent
class MessageWithAttachmentEvent extends AbstractEvent implements Serializable -
Class ru.bgcrm.event.ObjectListParamChangedEvent
class ObjectListParamChangedEvent extends ParamChangedEvent implements Serializable-
Serialized Fields
-
rootObjectId
int rootObjectId
-
rootParameter
Parameter rootParameter
-
-
-
Class ru.bgcrm.event.ParamChangedEvent
class ParamChangedEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.ParamChangingEvent
class ParamChangingEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.ParamListCountGetEvent
class ParamListCountGetEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.ParamListCountShowListEvent
class ParamListCountShowListEvent extends UserEvent implements Serializable-
Serialized Fields
-
objectId
int objectId
-
objectType
String objectType
-
parameterValuePair
ParameterValuePair parameterValuePair
-
-
-
Class ru.bgcrm.event.ParamListGetEvent
class ParamListGetEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.ParamListShowListEvent
class ParamListShowListEvent extends UserEvent implements Serializable-
Serialized Fields
-
objectId
int objectId
-
objectType
String objectType
-
parameterValuePair
ParameterValuePair parameterValuePair
-
-
-
Class ru.bgcrm.event.ProcessMarkedActionEvent
class ProcessMarkedActionEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.QueuePrintEvent
class QueuePrintEvent extends UserEvent implements Serializable-
Serialized Fields
-
data
List<Object[]> data
-
printType
PrintQueueConfig.PrintType printType
-
queue
Queue queue
-
-
-
Class ru.bgcrm.event.RunClassRequestEvent
class RunClassRequestEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.SetupChangedEvent
class SetupChangedEvent extends UserEvent implements Serializable-
Serialized Fields
-
configId
int configId
-
-
-
Class ru.bgcrm.event.SetupReloadEvent
class SetupReloadEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
configId
int configId
-
-
-
Class ru.bgcrm.event.UserEvent
class UserEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
form
DynActionForm form
-
-
-
Class ru.bgcrm.event.UserReloginEvent
class UserReloginEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
newSession
javax.servlet.http.HttpSession newSession
-
oldSession
javax.servlet.http.HttpSession oldSession
-
-
-
-
Package ru.bgcrm.event.address
-
Class ru.bgcrm.event.address.AddressAddedEvent
class AddressAddedEvent extends UserEvent implements Serializable-
Serialized Fields
-
item
AddressBase item
-
type
AddressType type
-
-
-
Class ru.bgcrm.event.address.AddressAddingEvent
class AddressAddingEvent extends UserEvent implements Serializable-
Serialized Fields
-
item
AddressBase item
-
type
AddressType type
-
-
-
Class ru.bgcrm.event.address.AddressChangedEvent
class AddressChangedEvent extends UserEvent implements Serializable-
Serialized Fields
-
item
AddressBase item
-
type
AddressType type
-
-
-
Class ru.bgcrm.event.address.AddressChangingEvent
class AddressChangingEvent extends UserEvent implements Serializable-
Serialized Fields
-
item
AddressBase item
-
oldItem
AddressBase oldItem
-
type
AddressType type
-
-
-
Class ru.bgcrm.event.address.AddressRemovedEvent
class AddressRemovedEvent extends UserEvent implements Serializable-
Serialized Fields
-
oldItem
AddressBase oldItem
-
type
AddressType type
-
-
-
Class ru.bgcrm.event.address.AddressRemovingEvent
class AddressRemovingEvent extends UserEvent implements Serializable-
Serialized Fields
-
oldItem
AddressBase oldItem
-
type
AddressType type
-
-
-
Class ru.bgcrm.event.address.HouseItemValidationEvent
class HouseItemValidationEvent extends UserEvent implements Serializable-
Serialized Fields
-
houseItem
HouseItem houseItem
-
-
-
-
Package ru.bgcrm.event.authentication
-
Class ru.bgcrm.event.authentication.UserAuthenticatingEvent
class UserAuthenticatingEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
httpServletRequest
javax.servlet.http.HttpServletRequest httpServletRequest
-
httpServletResponse
javax.servlet.http.HttpServletResponse httpServletResponse
-
-
-
Class ru.bgcrm.event.authentication.UserAuthenticatingEvent.UserAuthenticationEvent
class UserAuthenticationEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
authenticationMode
AuthenticationMode authenticationMode
-
authenticationStatus
AuthenticationStatus authenticationStatus
-
httpServletRequest
javax.servlet.http.HttpServletRequest httpServletRequest
-
httpServletResponse
javax.servlet.http.HttpServletResponse httpServletResponse
-
-
-
Class ru.bgcrm.event.authentication.UserAuthenticationEvent
class UserAuthenticationEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
authenticationMode
AuthenticationMode authenticationMode
-
authenticationStatus
AuthenticationStatus authenticationStatus
-
httpServletRequest
javax.servlet.http.HttpServletRequest httpServletRequest
-
httpServletResponse
javax.servlet.http.HttpServletResponse httpServletResponse
-
-
-
-
Package ru.bgcrm.event.link
-
Class ru.bgcrm.event.link.EntityLinkedEvent
class EntityLinkedEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.link.LinkAddedEvent
class LinkAddedEvent extends LinkAddingEvent implements Serializable -
Class ru.bgcrm.event.link.LinkAddingEvent
class LinkAddingEvent extends UserEvent implements Serializable-
Serialized Fields
-
link
CommonObjectLink link
-
-
-
Class ru.bgcrm.event.link.LinkRemovedEvent
class LinkRemovedEvent extends LinkRemovingEvent implements Serializable -
Class ru.bgcrm.event.link.LinkRemovingEvent
class LinkRemovingEvent extends LinkAddingEvent implements Serializable -
Class ru.bgcrm.event.link.LinksToRemovedEvent
class LinksToRemovedEvent extends LinksToRemovingEvent implements Serializable -
Class ru.bgcrm.event.link.LinksToRemovingEvent
class LinksToRemovingEvent extends LinkAddingEvent implements Serializable
-
-
Package ru.bgcrm.event.listener
-
Class ru.bgcrm.event.listener.DefaultProcessChangeListener.DefaultProcessorChangeContextEvent
class DefaultProcessorChangeContextEvent extends UserEvent implements Serializable
-
-
Package ru.bgcrm.event.process
-
Class ru.bgcrm.event.process.DependedProcessCloseEvent
class DependedProcessCloseEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.process.LinkedProcessCloseEvent
class LinkedProcessCloseEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.process.MadeProcessCloseEvent
class MadeProcessCloseEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.process.ProcessChangedEvent
class ProcessChangedEvent extends UserEvent implements Serializable-
Serialized Fields
-
changeMode
int changeMode
-
process
Process process
-
-
-
Class ru.bgcrm.event.process.ProcessChangingEvent
class ProcessChangingEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.process.ProcessCreatedAsLinkEvent
class ProcessCreatedAsLinkEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.process.ProcessDoActionEvent
class ProcessDoActionEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.process.ProcessMessageAddedEvent
class ProcessMessageAddedEvent extends UserEvent implements Serializable -
Class ru.bgcrm.event.process.ProcessOpenEvent
class ProcessOpenEvent extends UserEvent implements Serializable-
Serialized Fields
-
process
Process process
-
-
-
Class ru.bgcrm.event.process.ProcessRequestEvent
class ProcessRequestEvent extends UserEvent implements Serializable-
Serialized Fields
-
forwardJspName
String forwardJspName
-
processType
ProcessType processType
-
-
-
Class ru.bgcrm.event.process.ProcessTypeRemoveEvent
class ProcessTypeRemoveEvent extends UserEvent implements Serializable-
Serialized Fields
-
id
int id
-
-
-
Class ru.bgcrm.event.process.ProcessTypeUpdateEvent
class ProcessTypeUpdateEvent extends UserEvent implements Serializable-
Serialized Fields
-
processType
ProcessType processType
-
-
-
-
Package ru.bgcrm.event.process.queue
-
Class ru.bgcrm.event.process.queue.QueueColumnAddEvent
class QueueColumnAddEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
col
ParameterMap col
-
joinPart
StringBuilder joinPart
-
selectPart
StringBuilder selectPart
-
timestamp
long timestamp
-
-
-
-
Package ru.bgcrm.event.user
-
Class ru.bgcrm.event.user.UserChangedEvent
class UserChangedEvent extends UserEvent implements Serializable-
Serialized Fields
-
user
User user
-
-
-
-
Package ru.bgcrm.model
-
Class ru.bgcrm.model.Appointment
class Appointment extends IdTitle implements Serializable-
Serialized Fields
-
description
String description
-
-
-
Class ru.bgcrm.model.ArrayHashMap
-
Exception Class ru.bgcrm.model.BGException
class BGException extends RuntimeException implements Serializable -
Exception Class ru.bgcrm.model.BGIllegalArgumentException
class BGIllegalArgumentException extends BGMessageException implements Serializable -
Exception Class ru.bgcrm.model.BGMessageException
class BGMessageException extends BGException implements Serializable-
Serialized Fields
-
exception
String exception
-
-
-
Exception Class ru.bgcrm.model.BGMessageInvalidException
class BGMessageInvalidException extends BGMessageException implements Serializable -
Class ru.bgcrm.model.Customer
class Customer extends SearchableIdTitle implements Serializable -
Class ru.bgcrm.model.CustomerGroup
class CustomerGroup extends IdTitle implements Serializable-
Serialized Fields
-
comment
String comment
-
-
-
Class ru.bgcrm.model.FileData
class FileData extends IdTitle implements Serializable -
Class ru.bgcrm.model.Id
class Id extends Object implements Serializable-
Serialized Fields
-
id
int id
-
-
-
Class ru.bgcrm.model.IdTitle
class IdTitle extends Id implements Serializable-
Serialized Fields
-
title
String title
-
-
-
Class ru.bgcrm.model.IdTitleComment
class IdTitleComment extends IdTitle implements Serializable-
Serialized Fields
-
comment
String comment
-
-
-
Class ru.bgcrm.model.IdTitleTreeItem
class IdTitleTreeItem extends IdTitle implements Serializable-
Serialized Fields
-
children
List<T extends IdTitleTreeItem<T>> children
-
-
-
Class ru.bgcrm.model.LastModify
class LastModify extends Object implements Serializable-
Serialized Fields
-
time
Date time
-
userId
int userId
-
-
-
Class ru.bgcrm.model.News
class News extends Id implements Serializable -
Class ru.bgcrm.model.Page
class Page extends Object implements Serializable-
Serialized Fields
-
pageCount
int pageCount
-
pageIndex
int pageIndex
-
pageSize
int pageSize
-
recordCount
int recordCount
-
-
-
Class ru.bgcrm.model.Pair
class Pair extends Object implements Serializable -
Class ru.bgcrm.model.ParamList
class ParamList extends IdTitle implements Serializable -
Class ru.bgcrm.model.SearchableIdTitle
class SearchableIdTitle extends IdTitle implements Serializable -
Class ru.bgcrm.model.SearchResult
class SearchResult extends Object implements Serializable
-
-
Package ru.bgcrm.model.authentication
-
Exception Class ru.bgcrm.model.authentication.BGAuthenticationException
class BGAuthenticationException extends BGException implements Serializable-
Serialized Fields
-
authenticationStatus
AuthenticationStatus authenticationStatus
Deprecated. -
reports
LinkedHashMap<String,
AuthenticationResult> reports
-
-
-
-
Package ru.bgcrm.model.beelineSimSelling
-
Class ru.bgcrm.model.beelineSimSelling.SellingOffice
class SellingOffice extends IdTitle implements Serializable-
Serialized Fields
-
code
String code
-
-
-
-
Package ru.bgcrm.model.cerbercrypt
-
Class ru.bgcrm.model.cerbercrypt.IdTitleCostChannels
class IdTitleCostChannels extends Object implements Serializable-
Serialized Fields
-
channels
List<String> channels
-
cost
BigDecimal cost
-
id
int id
-
title
String title
-
-
-
-
Package ru.bgcrm.model.message
-
Class ru.bgcrm.model.message.Message
class Message extends Id implements Serializable-
Serialized Fields
-
attaches
List<FileData> attaches
-
direction
int direction
-
from
String from
-
fromTime
Date fromTime
-
process
Process process
-
processed
boolean processed
-
processId
int processId
-
subject
String subject
-
systemId
String systemId
-
text
String text
-
to
String to
-
toTime
Date toTime
-
typeId
int typeId
-
userId
int userId
-
-
-
-
Package ru.bgcrm.model.param
-
Class ru.bgcrm.model.param.ContractLink
class ContractLink extends Id implements Serializable -
Class ru.bgcrm.model.param.Parameter
class Parameter extends IdTitle implements Serializable -
Class ru.bgcrm.model.param.ParameterAddressValue
class ParameterAddressValue extends Object implements Serializable -
Class ru.bgcrm.model.param.ParameterGroup
class ParameterGroup extends Object implements Serializable -
Class ru.bgcrm.model.param.ParameterListCountValue
class ParameterListCountValue extends IdTitle implements Serializable -
Class ru.bgcrm.model.param.ParameterListObject
class ParameterListObject extends Object implements Serializable
-
-
Package ru.bgcrm.model.param.address
-
Class ru.bgcrm.model.param.address.AddressBase
class AddressBase extends Object implements Serializable -
Class ru.bgcrm.model.param.address.AddressCity
class AddressCity extends AddressBase implements Serializable-
Serialized Fields
-
addressCountry
AddressCountry addressCountry
-
addressSubjectArea
AddressSubjectArea addressSubjectArea
-
countryId
int countryId
-
subjectAreaId
int subjectAreaId
-
-
-
Class ru.bgcrm.model.param.address.AddressCountry
class AddressCountry extends AddressBase implements Serializable -
Class ru.bgcrm.model.param.address.AddressHouse
class AddressHouse extends AddressBase implements Serializable-
Serialized Fields
-
addressArea
AddressItem addressArea
-
addressQuarter
AddressItem addressQuarter
-
addressStreet
AddressItem addressStreet
-
areaId
int areaId
-
comment
String comment
-
frac
String frac
-
house
int house
-
postIndex
String postIndex
-
quarterId
int quarterId
-
streetId
int streetId
-
-
-
Class ru.bgcrm.model.param.address.AddressItem
class AddressItem extends AddressBase implements Serializable-
Serialized Fields
-
addressCity
AddressCity addressCity
-
cityId
int cityId
-
-
-
Class ru.bgcrm.model.param.address.AddressSubject
class AddressSubject extends AddressBase implements Serializable -
Class ru.bgcrm.model.param.address.AddressSubjectArea
class AddressSubjectArea extends AddressBase implements Serializable-
Serialized Fields
-
addressSubject
AddressSubject addressSubject
-
subjectId
int subjectId
-
-
-
-
Package ru.bgcrm.model.process
-
Class ru.bgcrm.model.process.Process
class Process extends SearchableIdTitle implements Serializable-
Serialized Fields
-
closeTime
Date closeTime
-
closeUserId
int closeUserId
-
createTime
Date createTime
-
createUser
IdTitle createUser
-
createUserId
int createUserId
-
description
String description
-
priority
int priority
-
processExecutors
Set<ProcessExecutor> processExecutors
-
processGroups
Set<ProcessGroup> processGroups
-
reference
String reference
-
statusChange
StatusChange statusChange
-
statusId
int statusId
-
statusTime
Date statusTime
-
statusTitle
String statusTitle
-
statusUserId
int statusUserId
-
typeId
int typeId
-
typeTitle
String typeTitle
-
-
-
Class ru.bgcrm.model.process.ProcessCreatedDefaultEvent
class ProcessCreatedDefaultEvent extends UserEvent implements Serializable-
Serialized Fields
-
dynForm
DynActionForm dynForm
-
process
Process process
-
-
-
Class ru.bgcrm.model.process.ProcessCreatedWithObjectLinkEvent
class ProcessCreatedWithObjectLinkEvent extends UserEvent implements Serializable-
Serialized Fields
-
dynForm
DynActionForm dynForm
-
link
CommonObjectLink link
-
process
Process process
-
-
-
Class ru.bgcrm.model.process.ProcessCreatedWithParametersEvent
class ProcessCreatedWithParametersEvent extends UserEvent implements Serializable-
Serialized Fields
-
dynForm
DynActionForm dynForm
-
parameterIds
List<Integer> parameterIds
-
process
Process process
-
-
-
Class ru.bgcrm.model.process.ProcessExecutor
class ProcessExecutor extends Object implements Serializable-
Serialized Fields
-
groupId
int groupId
-
roleId
int roleId
-
userId
int userId
-
-
-
Class ru.bgcrm.model.process.ProcessGroup
class ProcessGroup extends Object implements Serializable-
Serialized Fields
-
groupId
int groupId
-
roleId
int roleId
-
-
-
Class ru.bgcrm.model.process.ProcessType
class ProcessType extends IdTitle implements Serializable-
Serialized Fields
-
archive
boolean archive
-
children
List<ProcessType> children
-
parentId
int parentId
-
properties
TypeProperties properties
-
useParentProperties
boolean useParentProperties
-
-
-
Class ru.bgcrm.model.process.Role
class Role extends IdTitle implements Serializable -
Class ru.bgcrm.model.process.Status
class Status extends IdTitle implements Serializable-
Serialized Fields
-
pos
int pos
-
-
-
Class ru.bgcrm.model.process.StatusChange
class StatusChange extends Object implements Serializable -
Class ru.bgcrm.model.process.TypeTreeItem
-
Serialized Fields
-
archive
boolean archive
-
-
-
-
Package ru.bgcrm.model.process.queue
-
Class ru.bgcrm.model.process.queue.Processor
class Processor extends Id implements Serializable-
Serialized Fields
-
className
String className
-
configMap
ParameterMap configMap
-
page
String page
-
responseType
String responseType
-
title
String title
-
-
-
-
Package ru.bgcrm.model.process.queue.config
-
Class ru.bgcrm.model.process.queue.config.SavedFilter
class SavedFilter extends IdTitle implements Serializable-
Serialized Fields
-
queueId
int queueId
-
url
String url
-
-
-
Class ru.bgcrm.model.process.queue.config.SavedFiltersConfig.SavedFilterSet
class SavedFilterSet extends IdTitle implements Serializable
-
-
Package ru.bgcrm.model.process.wizard
-
Class ru.bgcrm.model.process.wizard.AddressInfoCheckStep
class AddressInfoCheckStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.AddressInfoStep
class AddressInfoStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
-
-
Class ru.bgcrm.model.process.wizard.ContinueStep
class ContinueStep extends Step implements Serializable-
Serialized Fields
-
param
Parameter param
-
-
-
Class ru.bgcrm.model.process.wizard.FillParamsStep
class FillParamsStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.FindOrCreateCustomerStep
class FindOrCreateCustomerStep extends Step implements Serializable-
Serialized Fields
-
allowCreate
boolean allowCreate
-
allowEmptyCustomers
boolean allowEmptyCustomers
-
paramGroupId
int paramGroupId
-
providerConfigs
Set<ru.bgcrm.model.SearchConfig.CommonSearchConfig> providerConfigs
-
-
-
Class ru.bgcrm.model.process.wizard.LinkCustomerFromCommonContractStep
class LinkCustomerFromCommonContractStep extends Step implements Serializable-
Serialized Fields
-
canEdit
boolean canEdit
-
paramGroupId
int paramGroupId
-
-
-
Class ru.bgcrm.model.process.wizard.LinkCustomerStep
class LinkCustomerStep extends Step implements Serializable-
Serialized Fields
-
canEdit
boolean canEdit
-
paramGroupId
int paramGroupId
-
-
-
Class ru.bgcrm.model.process.wizard.ManageNPayModuleStep
class ManageNPayModuleStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.ServiceConnectStep
class ServiceConnectStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.SetDescriptionStep
class SetDescriptionStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.SetExecutorsStep
class SetExecutorsStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.SetGroupExecutorStep
class SetGroupExecutorStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.SetStatusStep
class SetStatusStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.StatusPickerStep
class StatusPickerStep extends Step implements Serializable -
Class ru.bgcrm.model.process.wizard.Step
class Step extends IdTitle implements Serializable-
Serialized Fields
-
config
ParameterMap config
-
expression
String expression
-
-
-
-
Package ru.bgcrm.model.process.wizard.address
-
Class ru.bgcrm.model.process.wizard.address.SearchAddressStep
class SearchAddressStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
cacheable
boolean cacheable
-
cacheParamId
int cacheParamId
-
cacheTime
long cacheTime
-
providerClass
String providerClass
-
providerConfig
ParameterMap providerConfig
-
-
-
-
Package ru.bgcrm.model.user
-
Class ru.bgcrm.model.user.Group
class Group extends IdTitle implements Serializable -
Class ru.bgcrm.model.user.Permset
class Permset extends IdTitle implements Serializable-
Serialized Fields
-
comment
String comment
-
config
String config
-
configMap
ParameterMap configMap
-
roles
String roles
-
-
-
Class ru.bgcrm.model.user.User
class User extends IdTitle implements Serializable-
Serialized Fields
-
config
String config
-
configMap
ParameterMap configMap
-
description
String description
-
email
String email
-
groupIds
Set<Integer> groupIds
-
ids
List<String> ids
-
login
String login
-
password
String password
-
permsetIds
List<Integer> permsetIds
-
personalization
String personalization
-
personalizationMap
Preferences personalizationMap
-
queueIds
Set<Integer> queueIds
-
roles
String roles
-
status
int status
-
-
-
-
Package ru.bgcrm.model.work
-
Class ru.bgcrm.model.work.DayType
class DayType extends IdTitle implements Serializable-
Serialized Fields
-
color
String color
-
holiday
boolean holiday
-
workHours
int workHours
-
-
-
Class ru.bgcrm.model.work.Shift
class Shift extends IdTitle implements Serializable-
Serialized Fields
-
category
int category
-
color
String color
-
comment
String comment
-
symbol
String symbol
-
useOwnColor
boolean useOwnColor
-
workTypeTimeList
List<WorkTypeTime> workTypeTimeList
-
-
-
Class ru.bgcrm.model.work.Shortcut
class Shortcut extends IdTitle implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class ru.bgcrm.model.work.WorkDaysCalendar
class WorkDaysCalendar extends IdTitle implements Serializable-
Serialized Fields
-
comment
String comment
-
rules
List<WorkDaysCalendarRule> rules
-
-
-
Class ru.bgcrm.model.work.WorkType
class WorkType extends IdTitle implements Serializable-
Serialized Fields
-
category
int category
-
color
String color
-
comment
String comment
-
isNonWorkHours
boolean isNonWorkHours
-
ruleConfig
String ruleConfig
-
ruleExpressionList
List<ru.bgcrm.model.work.WorkType.Rule> ruleExpressionList
-
shortcutList
List<String> shortcutList
-
timeSetMode
int timeSetMode
-
timeSetStep
int timeSetStep
-
-
-
-
Package ru.bgcrm.model.work.config
-
Class ru.bgcrm.model.work.config.CallboardConfig.Callboard
class Callboard extends IdTitle implements Serializable-
Serialized Fields
-
calendarId
int calendarId
-
configMap
ParameterMap configMap
-
groupId
int groupId
-
hideEmptyGroups
Boolean hideEmptyGroups
-
hideEmptyShifts
Boolean hideEmptyShifts
-
planConfig
CallboardPlanConfig planConfig
-
tabelConfig
CallboardTabelConfig tabelConfig
-
-
-
Class ru.bgcrm.model.work.config.CategoryConfig.Category
class Category extends IdTitle implements Serializable-
Serialized Fields
-
forAll
boolean forAll
-
-
-
Class ru.bgcrm.model.work.config.SmartSearchConfig.SmartSearch
class SmartSearch extends IdTitle implements Serializable-
Serialized Fields
-
pattern
String pattern
-
-
-
-
Package ru.bgcrm.plugin.arm.model.rent
-
Class ru.bgcrm.plugin.arm.model.rent.Client
class Client extends Id implements Serializable -
Class ru.bgcrm.plugin.arm.model.rent.Equipment
class Equipment extends IdTitle implements Serializable-
Serialized Fields
-
identifier
String identifier
-
-
-
Class ru.bgcrm.plugin.arm.model.rent.NomenclatureLink
class NomenclatureLink extends Id implements Serializable -
Class ru.bgcrm.plugin.arm.model.rent.RuleGroup
class RuleGroup extends Id implements Serializable -
Class ru.bgcrm.plugin.arm.model.rent.Service
class Service extends IdTitle implements Serializable-
Serialized Fields
-
identifier
String identifier
-
-
-
-
Package ru.bgcrm.plugin.arm.proto.event
-
Class ru.bgcrm.plugin.arm.proto.event.AfterHoldTmcEvent
class AfterHoldTmcEvent extends UserEvent implements Serializable-
Serialized Fields
-
process
Process process
-
-
-
Class ru.bgcrm.plugin.arm.proto.event.BeforeHoldTmcEvent
class BeforeHoldTmcEvent extends UserEvent implements Serializable-
Serialized Fields
-
process
Process process
-
-
-
Class ru.bgcrm.plugin.arm.proto.event.TmcListChangedEvent
class TmcListChangedEvent extends ProcessChangedEvent implements Serializable-
Serialized Fields
-
changeMode
int changeMode
-
storageLeftoverMoving
ru.ufanet.onec.ws.buh.client.model.StorageLeftoverMoving storageLeftoverMoving
-
-
-
Class ru.bgcrm.plugin.arm.proto.event.TmcListChangingEvent
class TmcListChangingEvent extends ProcessChangingEvent implements Serializable-
Serialized Fields
-
changeMode
int changeMode
-
storageLeftoverMoving
ru.ufanet.onec.ws.buh.client.model.StorageLeftoverMoving storageLeftoverMoving
-
-
-
-
Package ru.bgcrm.plugin.arm.rent.model
-
Class ru.bgcrm.plugin.arm.rent.model.City
class City extends Id implements Serializable-
Serialized Fields
-
lastUpdate
Date lastUpdate
-
-
-
Class ru.bgcrm.plugin.arm.rent.model.CityGroup
class CityGroup extends IdTitle implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling
-
Class ru.bgcrm.plugin.bgbilling.TransferDataByteArrayRequestEndEvent
class TransferDataByteArrayRequestEndEvent extends AbstractEvent implements Serializable -
Class ru.bgcrm.plugin.bgbilling.TransferDataJsonRpcRequestEndEvent
class TransferDataJsonRpcRequestEndEvent extends AbstractEvent implements Serializable -
Exception Class ru.bgcrm.plugin.bgbilling.UnsupportedBillingException
class UnsupportedBillingException extends BGException implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.dao
-
Class ru.bgcrm.plugin.bgbilling.dao.MessageTypeHelpDesk
class MessageTypeHelpDesk extends MessageType implements Serializable-
Serialized Fields
-
addFirstMessageInDescription
boolean addFirstMessageInDescription
Deprecated. -
autoCloseParamId
int autoCloseParamId
Deprecated. -
billingId
String billingId
Deprecated. -
closeStatusId
int closeStatusId
Deprecated. -
costParamId
int costParamId
Deprecated. -
markMessagesReadStatusIds
Set<Integer> markMessagesReadStatusIds
Deprecated. -
newMessageEvent
boolean newMessageEvent
Deprecated. -
openStatusId
int openStatusId
Deprecated. -
packageParamId
int packageParamId
Deprecated. -
pageSize
int pageSize
Deprecated. -
processTypeId
int processTypeId
Deprecated. -
statusParamId
int statusParamId
Deprecated. -
user
User user
Deprecated.
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.docgen
-
Class ru.bgcrm.plugin.bgbilling.docgen.CommonContractExtensionFunction
class CommonContractExtensionFunction extends CommonExtensionFunction implements Serializable -
Class ru.bgcrm.plugin.bgbilling.docgen.ContractCardExtensionFunction
class ContractCardExtensionFunction extends CommonExtensionFunction implements Serializable-
Serialized Fields
-
user
User user
-
-
-
Class ru.bgcrm.plugin.bgbilling.docgen.ContractCardForUserExtensionFunction
class ContractCardForUserExtensionFunction extends CommonExtensionFunction implements Serializable -
Class ru.bgcrm.plugin.bgbilling.docgen.ContractParameterExtensionFunction
class ContractParameterExtensionFunction extends CommonExtensionFunction implements Serializable -
Class ru.bgcrm.plugin.bgbilling.docgen.CustomerExtensionFunction
class CustomerExtensionFunction extends CommonExtensionFunction implements Serializable-
Serialized Fields
-
user
User user
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.event
-
Class ru.bgcrm.plugin.bgbilling.event.RegisterExtensionFunctionsEvent
class RegisterExtensionFunctionsEvent extends UserEvent implements Serializable-
Serialized Fields
-
proc
net.sf.saxon.s9api.Processor proc
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.model
-
Class ru.bgcrm.plugin.bgbilling.model.CommonContract
class CommonContract extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.model.Contract
class Contract extends SearchableIdTitle implements Serializable-
Serialized Fields
-
attributeMap
Map<String,
Object> attributeMap Deprecated. -
balanceAccount
BigDecimal balanceAccount
Deprecated. -
balanceCharge
BigDecimal balanceCharge
Deprecated. -
balanceDate
Date balanceDate
Deprecated. -
balanceIn
BigDecimal balanceIn
Deprecated. -
balanceLimit
BigDecimal balanceLimit
Deprecated. -
balanceOut
BigDecimal balanceOut
Deprecated. -
balancePayment
BigDecimal balancePayment
Deprecated. -
billingId
String billingId
Deprecated. -
comment
String comment
Deprecated. -
deleted
boolean deleted
Deprecated. -
face
int face
Deprecated. -
fromDate
Date fromDate
Deprecated. -
groupList
List<ListItem> groupList
Deprecated. -
hierarchy
String hierarchy
Deprecated. -
mode
int mode
Deprecated. -
parameterList
List<ContractParameter> parameterList
Deprecated. -
status
String status
Deprecated. -
subContractList
List<Contract> subContractList
Deprecated. -
tariffList
List<ListItem> tariffList
Deprecated. -
toDate
Date toDate
Deprecated.
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.ContractType
class ContractType extends IdTitle implements Serializable-
Serialized Fields
-
-
-
Package ru.bgcrm.plugin.bgbilling.model.process.wizard
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.ContractInfoStep
class ContractInfoStep extends Step implements Serializable-
Serialized Fields
-
rules
List<ContractInfoStep.Rule> rules
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.CreateContractsStep
class CreateContractsStep extends Step implements Serializable-
Serialized Fields
-
contractViewRegex
String contractViewRegex
-
objectsFromLinks
boolean objectsFromLinks
-
showContractTitle
boolean showContractTitle
-
typesConfig
ContractTypesConfig typesConfig
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.CreateTasksStep
class CreateTasksStep extends Step implements Serializable-
Serialized Fields
-
objectType
String objectType
-
ruleList
List<CreateTasksStep.TaskCreateRule> ruleList
-
typesConfig
ContractTypesConfig typesConfig
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.CreateTasksStepData.GetTaskDescriptionEvent
class GetTaskDescriptionEvent extends UserEvent implements Serializable-
Serialized Fields
-
contract
Contract contract
-
process
Process process
-
rule
CreateTasksStep.TaskCreateRule rule
-
text
String text
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.FindContractStep
class FindContractStep extends Step implements Serializable-
Serialized Fields
-
billingId
String billingId
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.LinkCommonContractStep
class LinkCommonContractStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
customerAddressParamId
int customerAddressParamId
-
filteredByAddress
boolean filteredByAddress
-
manualTitleInput
boolean manualTitleInput
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.PhoneNumberToAliasStep
class PhoneNumberToAliasStep extends Step implements Serializable -
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.ShowCommonContractStep
class ShowCommonContractStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
commonContractAddressParamId
int commonContractAddressParamId
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.ShowContractsByAddrParamStep
class ShowContractsByAddrParamStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
billingConfig
SortedMap<Integer,
ParameterMap> billingConfig
-
-
-
Class ru.bgcrm.plugin.bgbilling.model.process.wizard.SmartHouseStep
class SmartHouseStep extends Step implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.entity
-
Class ru.bgcrm.plugin.bgbilling.proto.entity.TariffOptionActivationMode
class TariffOptionActivationMode extends Id implements Serializable-
Serialized Fields
-
chargeSumma
BigDecimal chargeSumma
-
date1
Date date1
-
date2
Date date2
-
deactivationMode
int deactivationMode
-
periodCol
int periodCol
-
periodMode
int periodMode
-
reactivationMode
int reactivationMode
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model
-
Class ru.bgcrm.plugin.bgbilling.proto.model.Contract
class Contract extends SearchableIdTitle implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.ContractHierarchyInfo.SubContract
class SubContract extends IdTitle implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.ContractInfo
class ContractInfo extends Contract implements Serializable-
Serialized Fields
-
balanceAccount
BigDecimal balanceAccount
-
balanceCharge
BigDecimal balanceCharge
-
balanceDate
Date balanceDate
-
balanceIn
BigDecimal balanceIn
-
balanceLimit
BigDecimal balanceLimit
-
balanceOut
BigDecimal balanceOut
-
balancePayment
BigDecimal balancePayment
-
comments
int comments
-
dateFrom
Date dateFrom
-
dateTo
Date dateTo
-
deleted
boolean deleted
-
domainId
int domainId
-
face
int face
-
groupList
List<IdTitle> groupList
-
hierarchy
String hierarchy
-
hierarchyDep
int hierarchyDep
-
hierarchyIndep
int hierarchyIndep
-
mode
int mode
-
moduleList
List<ContractInfo.ModuleInfo> moduleList
-
objects
Pair<Integer,
Integer> objects -
scriptList
List<IdTitle> scriptList
-
statisticPassword
String statisticPassword
-
status
String status
-
subContractIds
List<Integer> subContractIds
-
tariffList
List<IdTitle> tariffList
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.ContractObject
class ContractObject extends IdTitle implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.ContractService
class ContractService extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.ParamAddressValue
class ParamAddressValue extends Object implements Serializable-
Serialized Fields
-
areaTitle
String areaTitle
-
cityId
int cityId
-
cityTitle
String cityTitle
-
comment
String comment
-
flat
String flat
-
floor
String floor
-
house
String house
-
houseId
int houseId
-
index
String index
-
pod
String pod
-
quarterTitle
String quarterTitle
-
room
String room
-
streetId
int streetId
-
streetTitle
String streetTitle
-
-
-
Exception Class ru.bgcrm.plugin.bgbilling.proto.model.UnsupportedBillingVersion
class UnsupportedBillingVersion extends BGException implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.balance
-
Class ru.bgcrm.plugin.bgbilling.proto.model.balance.ContractCharge
class ContractCharge extends ContractPayment implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.balance.ContractPayment
class ContractPayment extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.balance.ContractReserve
class ContractReserve extends Id implements Serializable-
Serialized Fields
-
comment
String comment
-
contractId
int contractId
-
dateClose
Date dateClose
-
period
Period period
-
sum
BigDecimal sum
-
typeId
int typeId
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.balance.ContractReserveType
class ContractReserveType extends IdTitle implements Serializable-
Serialized Fields
-
used
boolean used
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.bill
-
Class ru.bgcrm.plugin.bgbilling.proto.model.bill.Attribute
class Attribute extends IdTitle implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.bill.Bill
class Bill extends Document implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.bill.Document
class Document extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.bill.Invoice
class Invoice extends Document implements Serializable-
Serialized Fields
-
showOnWeb
boolean showOnWeb
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.cashbox
-
Class ru.bgcrm.plugin.bgbilling.proto.model.cashbox.CheckData
class CheckData extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.cashbox.PaymentRequest
class PaymentRequest extends Id implements Serializable-
Serialized Fields
-
accountSum
BigDecimal accountSum
-
cashBoxId
int cashBoxId
-
cashierName
String cashierName
-
contractId
int contractId
-
date
Date date
-
email
String email
-
paymentDataList
List<PaymentData> paymentDataList
-
typeId
int typeId
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.cerbercrypt
-
Class ru.bgcrm.plugin.bgbilling.proto.model.cerbercrypt.UserCard
class UserCard extends Id implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.check
-
Class ru.bgcrm.plugin.bgbilling.proto.model.check.CashBox
class CashBox extends IdTitle implements Serializable-
Serialized Fields
-
selected
boolean selected
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.crm.task
-
Class ru.bgcrm.plugin.bgbilling.proto.model.crm.task.Task
class Task extends Object implements Serializable-
Serialized Fields
-
address
String address
-
addressPId
int addressPId
-
comment
String comment
-
contract
String contract
-
contractComment
String contractComment
-
contractId
int contractId
-
currentDate
String currentDate
-
executeDate
String executeDate
-
executors
String executors
-
fio
String fio
-
groupId
int groupId
-
groupTitle
String groupTitle
-
id
int id
-
log
Task.Log log
-
objectId
int objectId
-
openDate
String openDate
-
openUser
String openUser
-
phones
String phones
-
resolution
String resolution
-
status
String status
-
statusCode
int statusCode
-
targetDateTime
String targetDateTime
-
typeId
int typeId
-
typeTitle
String typeTitle
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.crm.task.Task.Log
class Log extends Object implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.dialup
-
Class ru.bgcrm.plugin.bgbilling.proto.model.dialup.DialUpLogin
class DialUpLogin extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.dialup.DialUpLoginAttrSet
class DialUpLoginAttrSet extends IdTitle implements Serializable-
Serialized Fields
-
realm
String realm
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.dialup.DialUpPeriod
class DialUpPeriod extends Id implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.helpdesk
-
Class ru.bgcrm.plugin.bgbilling.proto.model.helpdesk.HdMessage
class HdMessage extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.helpdesk.HdTopic
class HdTopic extends IdTitle implements Serializable-
Serialized Fields
-
autoClose
boolean autoClose
-
contact
String contact
-
contractId
int contractId
-
contractTitle
String contractTitle
-
cost
BigDecimal cost
-
inPackage
boolean inPackage
-
lastMessageTime
Date lastMessageTime
-
messageCount
int messageCount
-
state
boolean state
-
statusId
int statusId
-
userId
int userId
-
userTitle
String userTitle
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.inet
-
Class ru.bgcrm.plugin.bgbilling.proto.model.inet.InetService
-
Serialized Fields
-
accessCode
int accessCode
-
accessCodeTitle
String accessCodeTitle
-
addrFrom
byte[] addrFrom
-
addrTo
byte[] addrTo
-
comment
String comment
-
contractId
int contractId
-
dateFrom
Date dateFrom
-
dateTo
Date dateTo
-
deviceTitle
String deviceTitle
-
ipResId
int ipResId
-
ipResSubsriptionId
int ipResSubsriptionId
-
login
String login
-
macAddress
byte[] macAddress
-
parentId
int parentId
-
sessionCountLimit
int sessionCountLimit
-
state
short state
-
status
int status
-
typeId
int typeId
-
typeTitle
String typeTitle
-
vlan
int vlan
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.inet.InetServiceType
class InetServiceType extends IdTitle implements Serializable-
Serialized Fields
-
addressAllInterface
boolean addressAllInterface
-
addressType
int addressType
-
config
String config
-
deviceGroupIds
Set<Integer> deviceGroupIds
-
deviceTypeIds
Set<Integer> deviceTypeIds
-
ipFromParentRange
boolean ipFromParentRange
-
needContractObject
boolean needContractObject
-
needDevice
boolean needDevice
-
needIdentifier
boolean needIdentifier
-
needInterface
boolean needInterface
-
needLogin
boolean needLogin
-
needMacAddress
boolean needMacAddress
Íóæåí ëè MAC-àäðåñ, íóæíî ëè åãî îòîáðàæàòü ïðè ðåäàêòèðîâàíèè ñåðâèñà -
needRestriction
boolean needRestriction
-
needVlan
boolean needVlan
-
parentTypeIds
Set<Integer> parentTypeIds
-
personalInterface
boolean personalInterface
-
personalVlan
boolean personalVlan
-
sessionCountLimit
int sessionCountLimit
-
sessionCountLimitLock
boolean sessionCountLimitLock
-
sessionInitiationType
int sessionInitiationType
-
trafficTypeLinkId
int trafficTypeLinkId
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.inet.TrafficType
class TrafficType extends IdTitle implements Serializable-
Serialized Fields
-
unit
int unit
- See Also:
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.ipn
-
Class ru.bgcrm.plugin.bgbilling.proto.model.ipn.ContractGate
class ContractGate extends IdTitle implements Serializable-
Serialized Fields
-
gateId
int gateId
-
typeId
int typeId
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.ipn.IpnGate
class IpnGate extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.ipn.IpnRange
class IpnRange extends Id implements Serializable-
Serialized Fields
-
addressFrom
String addressFrom
-
addressRange
String addressRange
-
addressTo
String addressTo
-
comment
String comment
-
contractId
int contractId
-
contractTitle
String contractTitle
-
dateFrom
Date dateFrom
-
dateTo
Date dateTo
-
ifaceList
List<String> ifaceList
-
ifaces
String ifaces
-
mask
int mask
-
objectId
int objectId
-
plan
int plan
-
portFrom
int portFrom
-
portTo
int portTo
-
-
-
Class ru.bgcrm.plugin.bgbilling.proto.model.ipn.IpnSource
class IpnSource extends IdTitle implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.ipn.ResourceCategory
class ResourceCategory extends IdTitle implements Serializable-
Serialized Fields
-
subcategoryList
List<ResourceCategory> subcategoryList
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.limit
-
Class ru.bgcrm.plugin.bgbilling.proto.model.limit.LimitChangeTask
class LimitChangeTask extends Id implements Serializable-
Serialized Fields
-
date
Date date
-
limitChange
BigDecimal limitChange
-
user
String user
-
-
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.phone
-
Class ru.bgcrm.plugin.bgbilling.proto.model.phone.PhoneResourceItem
class PhoneResourceItem extends IdTitle implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.status
-
Class ru.bgcrm.plugin.bgbilling.proto.model.status.ContractStatus
class ContractStatus extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.status.ContractStatusLogItem
class ContractStatusLogItem extends ContractStatus implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.model.tariff
-
Class ru.bgcrm.plugin.bgbilling.proto.model.tariff.ContractPersonalTariff
class ContractPersonalTariff extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.tariff.ContractTariff
class ContractTariff extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.tariff.ContractTariffGroup
class ContractTariffGroup extends Id implements Serializable -
Class ru.bgcrm.plugin.bgbilling.proto.model.tariff.ContractTariffOption
class ContractTariffOption extends Id implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.proto.utils
-
Exception Class ru.bgcrm.plugin.bgbilling.proto.utils.ContractModuleNotFoundException
class ContractModuleNotFoundException extends BGException implements Serializable
-
-
Package ru.bgcrm.plugin.bgbilling.struts.form
-
Class ru.bgcrm.plugin.bgbilling.struts.form.BillingActionForm
class BillingActionForm extends DynActionForm implements Serializable-
Serialized Fields
-
billing
ArrayHashMap billing
-
-
-
-
Package ru.bgcrm.plugin.camel.transformer
-
Exception Class ru.bgcrm.plugin.camel.transformer.TransformationException
class TransformationException extends Exception implements Serializable
-
-
Package ru.bgcrm.plugin.cashbox.model
-
Class ru.bgcrm.plugin.cashbox.model.Check
class Check extends Id implements Serializable-
Serialized Fields
-
checkData
CheckData checkData
-
checkStatus
CheckStatus checkStatus
-
contract
Contract contract
-
email
String email
-
productList
List<Product> productList
-
serviceList
List<Product> serviceList
-
subscriptionFee
BigDecimal subscriptionFee
-
-
-
Class ru.bgcrm.plugin.cashbox.model.ModifyEncashmentDataRequest
class ModifyEncashmentDataRequest extends Id implements Serializable-
Serialized Fields
-
comment
String comment
-
createDate
Date createDate
-
executor
String executor
-
operationType
OperationType operationType
-
statusId
int statusId
-
-
-
-
Package ru.bgcrm.plugin.dispatch.model
-
Class ru.bgcrm.plugin.dispatch.model.Dispatch
class Dispatch extends IdTitleComment implements Serializable-
Serialized Fields
-
accountCount
int accountCount
-
-
-
Class ru.bgcrm.plugin.dispatch.model.DispatchMessage
class DispatchMessage extends IdTitle implements Serializable
-
-
Package ru.bgcrm.plugin.document
-
Class ru.bgcrm.plugin.document.PadegExtensionFunction
class PadegExtensionFunction extends net.sf.saxon.lib.ExtensionFunctionDefinition implements Serializable
-
-
Package ru.bgcrm.plugin.document.docgen
-
Class ru.bgcrm.plugin.document.docgen.CommonExtensionFunction
class CommonExtensionFunction extends net.sf.saxon.lib.ExtensionFunctionDefinition implements Serializable-
Serialized Fields
-
con
Connection con
-
functionName
String functionName
-
-
-
Class ru.bgcrm.plugin.document.docgen.CustomerExtensionFunction
class CustomerExtensionFunction extends CommonExtensionFunction implements Serializable -
Class ru.bgcrm.plugin.document.docgen.MathBitSetExtensionFunction
class MathBitSetExtensionFunction extends net.sf.saxon.lib.ExtensionFunctionDefinition implements Serializable -
Class ru.bgcrm.plugin.document.docgen.NumberToTextExstensionFunction
class NumberToTextExstensionFunction extends net.sf.saxon.lib.ExtensionFunctionDefinition implements Serializable -
Class ru.bgcrm.plugin.document.docgen.ParameterExtensionFunction
class ParameterExtensionFunction extends CommonExtensionFunction implements Serializable -
Class ru.bgcrm.plugin.document.docgen.ProcessExtensionFunction
class ProcessExtensionFunction extends CommonExtensionFunction implements Serializable -
Class ru.bgcrm.plugin.document.docgen.UserExtensionFunction
class UserExtensionFunction extends CommonExtensionFunction implements Serializable
-
-
Package ru.bgcrm.plugin.document.event
-
Class ru.bgcrm.plugin.document.event.DocumentGenerateEvent
class DocumentGenerateEvent extends UserEvent implements Serializable
-
-
Package ru.bgcrm.plugin.document.finder
-
Class ru.bgcrm.plugin.document.finder.PatternFindRequest
class PatternFindRequest extends IdTitle implements Serializable-
Serialized Fields
-
type
String type
-
-
-
-
Package ru.bgcrm.plugin.document.model
-
Class ru.bgcrm.plugin.document.model.Document
class Document extends Id implements Serializable -
Class ru.bgcrm.plugin.document.model.Pattern
class Pattern extends IdTitle implements Serializable-
Serialized Fields
-
cityIds
List<Integer> cityIds
-
documentTitle
String documentTitle
-
file
String file
-
jsp
String jsp
-
params
ParameterMap params
-
positionMap
ParameterMap positionMap
Deprecated. -
resultSave
boolean resultSave
-
resultStream
boolean resultStream
-
scope
String scope
-
scopeType
String scopeType
-
script
String script
-
titlePattern
Pattern titlePattern
-
type
int type
-
xslt
String xslt
-
-
-
-
Package ru.bgcrm.plugin.employee.event
-
Class ru.bgcrm.plugin.employee.event.EmployeeCreateEvent
class EmployeeCreateEvent extends UserEvent implements Serializable-
Serialized Fields
-
employee
Employee employee
-
-
-
-
Package ru.bgcrm.plugin.employee.model
-
Class ru.bgcrm.plugin.employee.model.Employee
class Employee extends Id implements Serializable
-
-
Package ru.bgcrm.plugin.employee.wizard
-
Class ru.bgcrm.plugin.employee.wizard.EmployeeStep
class EmployeeStep extends Step implements Serializable
-
-
Package ru.bgcrm.plugin.epp.conditions.model
-
Class ru.bgcrm.plugin.epp.conditions.model.AdditionalConditionItem
class AdditionalConditionItem extends Id implements Serializable-
Serialized Fields
-
comment
String comment
-
config
String config
-
configMap
Preferences configMap
-
title
String title
-
type
String type
-
-
-
-
Package ru.bgcrm.plugin.epp.model
-
Class ru.bgcrm.plugin.epp.model.FilterItem
class FilterItem extends Id implements Serializable-
Serialized Fields
-
additionalConditionList
List<AdditionalConditionItem> additionalConditionList
-
additionalFilterConditionList
List<AdditionalFilterConditionSpec> additionalFilterConditionList
-
comment
String comment
-
filterDateList
List<FilterDate> filterDateList
-
filterEntityList
List<FilterEntity> filterEntityList
-
groupId
int groupId
-
title
String title
-
-
-
Class ru.bgcrm.plugin.epp.model.FilterTimeItem
class FilterTimeItem extends Id implements Serializable -
Class ru.bgcrm.plugin.epp.model.FilterTimeTemplate
class FilterTimeTemplate extends IdTitle implements Serializable-
Serialized Fields
-
color
String color
-
filterTimeList
List<FilterTimeItem> filterTimeList
-
groupId
int groupId
-
symbol
String symbol
-
-
-
-
Package ru.bgcrm.plugin.itMaintenance.model
-
Class ru.bgcrm.plugin.itMaintenance.model.ItMaintenanceTariffPlan
class ItMaintenanceTariffPlan extends IdTitle implements Serializable-
Serialized Fields
-
deviceDataList
List<DeviceData> deviceDataList
-
finalMonthCost
BigDecimal finalMonthCost
-
monthCost
BigDecimal monthCost
-
quantity
int quantity
-
-
-
-
Package ru.bgcrm.plugin.ncc.ppr.beta
-
Exception Class ru.bgcrm.plugin.ncc.ppr.beta.NegotiationException
class NegotiationException extends Exception implements Serializable
-
-
Package ru.bgcrm.plugin.phpbb.dao
-
Class ru.bgcrm.plugin.phpbb.dao.MessageTypeForumPost
class MessageTypeForumPost extends MessageType implements Serializable
-
-
Package ru.bgcrm.plugin.report.model
-
Class ru.bgcrm.plugin.report.model.PrintQueueConfig.PrintType
class PrintType extends IdTitle implements Serializable
-
-
Package ru.bgcrm.plugin.task.model
-
Class ru.bgcrm.plugin.task.model.Task
class Task extends Id implements Serializable-
Serialized Fields
-
config
Preferences config
Êîíôèãóðàöèÿ çàäà÷è. -
executedTime
Date executedTime
Ôàêòè÷åñêàÿ äàòà âûïîëíåíèÿ. -
log
String log
-
processId
int processId
-
scheduledTime
Date scheduledTime
Çàïëàíèðîâàííàÿ äàòà âûïîëíåíèÿ. -
typeId
String typeId
-
-
-
-
Package ru.bgcrm.plugin.ufanet.checklist.model
-
Class ru.bgcrm.plugin.ufanet.checklist.model.CheckList
class CheckList extends IdTitle implements Serializable-
Serialized Fields
-
checkListItems
List<CheckListItem> checkListItems
-
createDate
Date createDate
-
createUserId
int createUserId
-
processId
int processId
-
-
-
Class ru.bgcrm.plugin.ufanet.checklist.model.CheckListItem
class CheckListItem extends IdTitle implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.contractactions.model.wrappers
-
Class ru.bgcrm.plugin.ufanet.contractactions.model.wrappers.WActionOption
class WActionOption extends ru.bitel.common.model.IdTitle implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.event
-
Class ru.bgcrm.plugin.ufanet.event.SimCardAddedEvent
class SimCardAddedEvent extends UserEvent implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.maintenance.ul.process.model
-
Class ru.bgcrm.plugin.ufanet.maintenance.ul.process.model.CameraIdTitle
class CameraIdTitle extends IdTitle implements Serializable-
Serialized Fields
-
idTitle
IdTitle idTitle
-
-
-
-
Package ru.bgcrm.plugin.ufanet.model.process.wizard
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.AccountPeriodRearrangeStep
class AccountPeriodRearrangeStep extends Step implements Serializable-
Serialized Fields
-
paramId
int paramId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.AddressInfoStep
class AddressInfoStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CerberCryptStep
class CerberCryptStep extends Step implements Serializable-
Serialized Fields
-
continueStepParamId
int continueStepParamId
-
dtvParamId
int dtvParamId
-
moduleId
int moduleId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChangeAddressStep
class ChangeAddressStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
closeProcessAfterFinish
boolean closeProcessAfterFinish
-
closeStatusIds
Set<Integer> closeStatusIds
-
commonContractAddressParamId
int commonContractAddressParamId
-
customerAddressParamId
int customerAddressParamId
-
dateParamId
int dateParamId
-
internetParamId
int internetParamId
-
newKtvParamId
int newKtvParamId
-
oldKtvParamId
int oldKtvParamId
-
statusParamId
int statusParamId
-
telParamId
int telParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChangeAddressStepData.ChangeAddressEvent
class ChangeAddressEvent extends UserEvent implements Serializable-
Serialized Fields
-
con
Connection con
-
contractLinkList
List<CommonObjectLink> contractLinkList
-
process
Process process
-
statusText
String statusText
-
step
ChangeAddressStep step
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChangeContractParametersStep
class ChangeContractParametersStep extends Step implements Serializable-
Serialized Fields
-
conditionMap
Map<Integer,
ParameterMap> conditionMap
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChooseAddressStep
class ChooseAddressStep extends Step implements Serializable-
Serialized Fields
-
originParameterAddressId
int originParameterAddressId
-
processParameterAddressId
int processParameterAddressId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChooseCommonContractStep
class ChooseCommonContractStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChooseContractStep
class ChooseContractStep extends Step implements Serializable-
Serialized Fields
-
allowMultipleSelect
boolean allowMultipleSelect
-
regexFilter
String regexFilter
-
required
boolean required
-
showContractWithCommonContract
boolean showContractWithCommonContract
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChoosePhoneNumberStep
class ChoosePhoneNumberStep extends Step implements Serializable-
Serialized Fields
-
categoryId
int categoryId
-
contractTitlePattern
Pattern contractTitlePattern
-
DEFAULT_LIST_SIZE
int DEFAULT_LIST_SIZE
-
numberListSize
int numberListSize
-
phoneModuleId
int phoneModuleId
-
phoneParamId
int phoneParamId
-
replacePrefix
String replacePrefix
-
sourceId
int sourceId
-
taskTypeIds
List<Integer> taskTypeIds
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ChooseSubContractStep
class ChooseSubContractStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CopyParametersValueToContractStep
class CopyParametersValueToContractStep extends Step implements Serializable-
Serialized Fields
-
contractTitleMask
String contractTitleMask
-
copyCustomerParametersIds
Set<String> copyCustomerParametersIds
-
copyProcessParametersIds
Set<String> copyProcessParametersIds
-
permittedContractBillingId
String permittedContractBillingId
-
permittedContractGroupIds
Set<Integer> permittedContractGroupIds
-
restrictedContractGroupIds
Set<Integer> restrictedContractGroupIds
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.Create1CCustomerStep
class Create1CCustomerStep extends Step implements Serializable-
Serialized Fields
-
processParameterINNId
int processParameterINNId
-
processParameterKPPId
int processParameterKPPId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CreateAndFillContractObjectStep
class CreateAndFillContractObjectStep extends Step implements Serializable-
Serialized Fields
-
copyCustomerParametersIds
Set<String> copyCustomerParametersIds
-
copyProcessParametersIds
Set<String> copyProcessParametersIds
-
createdContractObjectTypeId
int createdContractObjectTypeId
-
flagParamId
int flagParamId
-
flagParamValueId
int flagParamValueId
-
permittedContractBillingId
String permittedContractBillingId
-
permittedContractGroupIds
Set<Integer> permittedContractGroupIds
-
restrictedContractGroupIds
Set<Integer> restrictedContractGroupIds
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CreateOrLinkContractStep
class CreateOrLinkContractStep extends Step implements Serializable-
Serialized Fields
-
createdContractBillingId
String createdContractBillingId
-
createdContractParameterId
int createdContractParameterId
-
createdContractPatternId
int createdContractPatternId
-
permittedContractGroupIds
Set<Integer> permittedContractGroupIds
-
restrictedContractGroupIds
Set<Integer> restrictedContractGroupIds
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CreateProcessStep
class CreateProcessStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CreateSubContractStep
class CreateSubContractStep extends Step implements Serializable-
Serialized Fields
-
contractTitleMask
String contractTitleMask
-
createdContractPatternId
int createdContractPatternId
-
manualCreateParamId
int manualCreateParamId
-
permittedContractBillingId
String permittedContractBillingId
-
permittedContractGroupIds
Set<Integer> permittedContractGroupIds
-
restrictedContractGroupIds
Set<Integer> restrictedContractGroupIds
-
silentErrors
boolean silentErrors
-
subContractCreatedFlag
int subContractCreatedFlag
-
titlePattern
String titlePattern
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CustomJSPFileStep
class CustomJSPFileStep extends Step implements Serializable-
Serialized Fields
-
customJSPFile
String customJSPFile
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.CustomJSPFileWithCustomerStep
class CustomJSPFileWithCustomerStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.DocumentStep
class DocumentStep extends Step implements Serializable-
Serialized Fields
-
allowAll
boolean allowAll
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.EditPhoneNumberParamStep
class EditPhoneNumberParamStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.FindCustomerIn1CStep
class FindCustomerIn1CStep extends Step implements Serializable-
Serialized Fields
-
customerIdFrom1cParam
int customerIdFrom1cParam
-
useCustomApi
String useCustomApi
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.FindOrCreateCustomerStep
class FindOrCreateCustomerStep extends Step implements Serializable-
Serialized Fields
-
allowCreateNew
boolean allowCreateNew
-
delayedFind
boolean delayedFind
-
processParameterINNId
int processParameterINNId
-
processParameterKPPId
int processParameterKPPId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.IpTelephonySetupStep
class IpTelephonySetupStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.Load1CCustomerParameterStep
class Load1CCustomerParameterStep extends Step implements Serializable-
Serialized Fields
-
customerIdFrom1cParam
int customerIdFrom1cParam
-
useCustomApi
String useCustomApi
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.MessageStep
class MessageStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.OrganizationLeftoversStep
class OrganizationLeftoversStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ProcessTaskStep
class ProcessTaskStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.SetContractTariffStep
class SetContractTariffStep extends Step implements Serializable-
Serialized Fields
-
contractTitleMask
String contractTitleMask
-
permittedContractBillingId
String permittedContractBillingId
-
permittedContractGroupIds
Set<Integer> permittedContractGroupIds
-
processParameterWithContractTariffId
int processParameterWithContractTariffId
-
restrictedContractGroupIds
Set<Integer> restrictedContractGroupIds
-
tariffPosition
int tariffPosition
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.SetTimeStep
class SetTimeStep extends Step implements Serializable-
Serialized Fields
-
alwaysTrue
boolean alwaysTrue
-
timeParamId
int timeParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ShowContractListStep
class ShowContractListStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ShowCurrentTariffStep
class ShowCurrentTariffStep extends Step implements Serializable-
Serialized Fields
-
currentTariffParamId
int currentTariffParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ShowCustomerListStep
class ShowCustomerListStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ShowTelephonyInfoStep
class ShowTelephonyInfoStep extends Step implements Serializable-
Serialized Fields
-
odsTypeParamId
int odsTypeParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ShowWorkLoadOfEngineersStep
class ShowWorkLoadOfEngineersStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ShowWorkLoadOfTechSupportStep
class ShowWorkLoadOfTechSupportStep extends Step implements Serializable-
Serialized Fields
-
expiredMessages
Map<Integer,
ParameterMap> expiredMessages -
ratio
Map<Integer,
ParameterMap> ratio
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.StatusChangeStep
class StatusChangeStep extends Step implements Serializable-
Serialized Fields
-
closeStatusId
int closeStatusId
-
dateParamId
int dateParamId
-
finalDateParam
int finalDateParam
-
startDateParam
int startDateParam
-
statusParamId
int statusParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.TariffChangeStep
class TariffChangeStep extends Step implements Serializable-
Serialized Fields
-
accessTypeParamId
int accessTypeParamId
-
additionalActionId
int additionalActionId
-
billingAccessTypeParamId
int billingAccessTypeParamId
-
billingFactDateParamId
int billingFactDateParamId
-
billingOperatorParamId
int billingOperatorParamId
-
currentTariffGroupId
int currentTariffGroupId
-
dateChangeParamId
int dateChangeParamId
-
factDateParamId
int factDateParamId
-
ktvTariffParamId
int ktvTariffParamId
-
operatorParamId
int operatorParamId
-
osTariffParamId
int osTariffParamId
-
processEndStatusId
int processEndStatusId
-
statusParamId
int statusParamId
-
tariffParamId
int tariffParamId
-
tariffPosition
int tariffPosition
-
telephonyTariffParamId
int telephonyTariffParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.TariffChangeStepData.TariffChangeEvent
class TariffChangeEvent extends UserEvent implements Serializable-
Serialized Fields
-
con
Connection con
-
contractLink
CommonObjectLink contractLink
-
process
Process process
-
statusText
String statusText
-
step
TariffChangeStep step
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.TelephonySetupStep
class TelephonySetupStep extends Step implements Serializable-
Serialized Fields
-
accessTypeParamId
int accessTypeParamId
-
additionalActionId
int additionalActionId
-
billingAccessTypeParamId
int billingAccessTypeParamId
-
billingDeliveryParamId
int billingDeliveryParamId
-
billingEquipmentParamId
int billingEquipmentParamId
-
connectTypeParamId
int connectTypeParamId
-
connectTypeValue
int connectTypeValue
-
contractTitlePattern
Pattern contractTitlePattern
-
deliveryParamId
int deliveryParamId
-
equipmentDefaultValue
int equipmentDefaultValue
-
equipmentParamId
int equipmentParamId
-
factDateParamId
int factDateParamId
-
stepParamId
int stepParamId
-
-
-
-
Package ru.bgcrm.plugin.ufanet.model.process.wizard.ic
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ic.CerberCryptStep
class CerberCryptStep extends Step implements Serializable-
Serialized Fields
-
continueStepParamId
int continueStepParamId
-
dtvParamId
int dtvParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.ic.StaticIpStep
class StaticIpStep extends Step implements Serializable-
Serialized Fields
-
additionalActionId
int additionalActionId
-
-
-
-
Package ru.bgcrm.plugin.ufanet.model.process.wizard.jur
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.jur.ExecutorSelectStep
class ExecutorSelectStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
distributionId
int distributionId
-
userStatusParamId
int userStatusParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.jur.ExecutorSelectStepData.UserExt
class UserExt extends User implements Serializable-
Serialized Fields
-
activeProcessCount
int activeProcessCount
-
fmc
ParameterPhoneValue fmc
-
phone
ParameterPhoneValue phone
-
status
IdTitle status
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.jur.FillContractObjectParamStep
class FillContractObjectParamStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.model.process.wizard.jur.OneCBillCreatorStep
class OneCBillCreatorStep extends Step implements Serializable-
Serialized Fields
-
billNumberParamId
int billNumberParamId
-
contract1CParamId
int contract1CParamId
-
dateParamId
int dateParamId
-
processors
String processors
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.jur.Sync1CStep
class Sync1CStep extends Step implements Serializable-
Serialized Fields
-
customerIdFrom1cParam
int customerIdFrom1cParam
-
statusParamId
int statusParamId
-
useCustomApi
String useCustomApi
-
-
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.jur.TelephonyContractObjectStep
class TelephonyContractObjectStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
billing
Map<String,
ParameterMap> billing -
collectPhoneParamId
int collectPhoneParamId
-
pattern
Pattern pattern
-
-
-
-
Package ru.bgcrm.plugin.ufanet.model.process.wizard.tmc
-
Class ru.bgcrm.plugin.ufanet.model.process.wizard.tmc.EquipmentSalesStep
class EquipmentSalesStep extends Step implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.sberbank
-
Class ru.bgcrm.plugin.ufanet.sberbank.Department
class Department extends IdTitle implements Serializable -
Class ru.bgcrm.plugin.ufanet.sberbank.SberbankUser
class SberbankUser extends IdTitle implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.sberbank.wizard
-
Class ru.bgcrm.plugin.ufanet.sberbank.wizard.ChangeContractStatusStep
class ChangeContractStatusStep extends Step implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.struts.action
-
Class ru.bgcrm.plugin.ufanet.struts.action.CustomProcessEvent
class CustomProcessEvent extends UserEvent implements Serializable-
Serialized Fields
-
process
Process process
-
-
-
-
Package ru.bgcrm.plugin.ufanet.telegrab.commands.mapper
-
Exception Class ru.bgcrm.plugin.ufanet.telegrab.commands.mapper.CommandException
class CommandException extends RuntimeException implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.telegrab.commands.process.events
-
Class ru.bgcrm.plugin.ufanet.telegrab.commands.process.events.ApproveVacationEvent
class ApproveVacationEvent extends UserEvent implements Serializable -
Class ru.bgcrm.plugin.ufanet.telegrab.commands.process.events.RefuseVacationEvent
class RefuseVacationEvent extends UserEvent implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.transfertobgseven.event
-
Class ru.bgcrm.plugin.ufanet.transfertobgseven.event.TransferToBGSevenEvent
class TransferToBGSevenEvent extends UserEvent implements Serializable-
Serialized Fields
-
commonContract
CommonContract commonContract
-
elsContractList
List<ElsContract> elsContractList
-
eventType
int eventType
-
friendship
boolean friendship
-
-
-
-
Package ru.bgcrm.plugin.ufanet.util
-
Class ru.bgcrm.plugin.ufanet.util.ProcessLinkedObjectsUseCase.ContractLink
class ContractLink extends IdTitle implements Serializable-
Serialized Fields
-
billingId
String billingId
-
-
-
-
Package ru.bgcrm.plugin.ufanet.util.els
-
Class ru.bgcrm.plugin.ufanet.util.els.ElsContract
class ElsContract extends Contract implements Serializable-
Serialized Fields
-
balanceOut
BigDecimal balanceOut
-
dateFrom
Date dateFrom
-
dateTo
Date dateTo
-
db
DBInfo db
-
friendshipMagic
boolean friendshipMagic
-
logins
List<ElsDialUpLogin> logins
-
rentSoftSubscriptions
List rentSoftSubscriptions
-
service
ServiceType service
-
status
String status
-
tariffs
List<ElsTariff> tariffs
-
transferTariffs
List<ElsTariff> transferTariffs
-
-
-
Class ru.bgcrm.plugin.ufanet.util.els.ElsDialUpLogin
class ElsDialUpLogin extends DialUpLogin implements Serializable-
Serialized Fields
-
dynDNS
List<Map<String,
String>> dynDNS -
framedIp
List<DialUpLoginIp> framedIp
-
loginRestricts
List<DialUpLoginRestrict> loginRestricts
-
-
-
Class ru.bgcrm.plugin.ufanet.util.els.ElsTariff
class ElsTariff extends ContractTariff implements Serializable-
Serialized Fields
-
cost
BigDecimal cost
-
-
-
-
Package ru.bgcrm.plugin.ufanet.wizard.multiProcess
-
Class ru.bgcrm.plugin.ufanet.wizard.multiProcess.CreateLinkedProcessStep
class CreateLinkedProcessStep extends Step implements Serializable-
Serialized Fields
-
allowChooseLinks
boolean allowChooseLinks
-
needLinkedProcess
boolean needLinkedProcess
-
readOnly
boolean readOnly
-
-
-
Class ru.bgcrm.plugin.ufanet.wizard.multiProcess.ParamEditorStep
class ParamEditorStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.multiProcess.SetStatusStep
class SetStatusStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.multiProcess.Step
class Step extends Step implements Serializable
-
-
Package ru.bgcrm.plugin.ufanet.wizard.presentation
-
Class ru.bgcrm.plugin.ufanet.wizard.presentation.AccountHandlingStep
class AccountHandlingStep extends BaseAccountHandlingStep implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.presentation.AccountHandlingStepNew
class AccountHandlingStepNew extends BaseAccountHandlingStep implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.presentation.AccountingAndServiceFillStep
class AccountingAndServiceFillStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
needHideCreateServices
int needHideCreateServices
-
selectedGroupId
int selectedGroupId
-
selectedServiceId
int selectedServiceId
-
serviceAccountingStateId
int serviceAccountingStateId
-
serviceListId
int serviceListId
-
-
-
Class ru.bgcrm.plugin.ufanet.wizard.presentation.AccountingAndServiceReissueFillStep
class AccountingAndServiceReissueFillStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.wizard.presentation.AccountingAndServiceReissueFillStepNew
class AccountingAndServiceReissueFillStepNew extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.presentation.BaseAccountHandlingStep
class BaseAccountHandlingStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.presentation.CameraConstructorStep
class CameraConstructorStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
-
-
Class ru.bgcrm.plugin.ufanet.wizard.presentation.CameraCreateAndActivationStep
class CameraCreateAndActivationStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.presentation.DocumentGenerationStep
class DocumentGenerationStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.presentation.MultiProcessLinkCommonContractStep
class MultiProcessLinkCommonContractStep extends Step implements Serializable -
Class ru.bgcrm.plugin.ufanet.wizard.presentation.ServiceSHStep
class ServiceSHStep extends Step implements Serializable-
Serialized Fields
-
addressParamId
int addressParamId
-
needHideCreateServices
int needHideCreateServices
-
selectedGroupId
int selectedGroupId
-
selectedServiceId
int selectedServiceId
-
serviceAccountingStateId
int serviceAccountingStateId
-
serviceListId
int serviceListId
-
-
-
-
Package ru.bgcrm.plugin.vacancy.model
-
Class ru.bgcrm.plugin.vacancy.model.Vacancy
class Vacancy extends IdTitle implements Serializable-
Serialized Fields
-
appointmentId
int appointmentId
-
description
String description
-
groupId
int groupId
-
status
int status
-
type
int type
-
userResponseCount
int userResponseCount
-
-
-
-
Package ru.bgcrm.plugin.wizard.model
-
Class ru.bgcrm.plugin.wizard.model.HistoryRecord
class HistoryRecord extends Object implements Serializable-
Serialized Fields
-
formParams
ArrayHashMap formParams
-
nodeId
int nodeId
-
sessionAttributes
Map<String,
?> sessionAttributes -
title
String title
-
-
-
Class ru.bgcrm.plugin.wizard.model.Link
class Link extends IdTitle implements Serializable-
Serialized Fields
-
endNodeId
int endNodeId
-
startNodeId
int startNodeId
-
wizardId
int wizardId
-
-
-
Class ru.bgcrm.plugin.wizard.model.Node
class Node extends IdTitle implements Serializable -
Class ru.bgcrm.plugin.wizard.model.State
class State extends Node implements Serializable-
Serialized Fields
-
node
Node node
-
parameterMap
ParameterMap parameterMap
-
processId
int processId
-
-
-
Class ru.bgcrm.plugin.wizard.model.Wizard
class Wizard extends IdTitle implements Serializable-
Serialized Fields
-
-
-
Package ru.bgcrm.plugin.wizard.state
-
Class ru.bgcrm.plugin.wizard.state.AbstractState
class AbstractState extends State implements Serializable -
Class ru.bgcrm.plugin.wizard.state.CustomerSearchState
class CustomerSearchState extends State implements Serializable-
Serialized Fields
-
addressDAO
kotlin.Lazy<? extends AddressDAO> addressDAO
-
customerNodeId
int customerNodeId
-
providers
Set<? extends ru.bgcrm.model.SearchConfig.CommonSearchConfig> providers
-
-
-
Class ru.bgcrm.plugin.wizard.state.StateProcessCreate
class StateProcessCreate extends State implements Serializable-
Serialized Fields
-
createdProcessId
Integer createdProcessId
-
customerLinkDAO$delegate
kotlin.Lazy customerLinkDAO$delegate
-
customerLinkDAOInstance
CustomerLinkDAO customerLinkDAOInstance
-
processDAO$delegate
kotlin.Lazy processDAO$delegate
-
processDAOInstance
ProcessDAO processDAOInstance
-
processLinkFunctions
Map<String,
Consumer<Process>> processLinkFunctions -
processService$delegate
kotlin.Lazy processService$delegate
-
processServiceInstance
ru.bgcrm.model.process.service.ProcessService processServiceInstance
-
userDataFlusher$delegate
kotlin.Lazy userDataFlusher$delegate
-
userDataFlusherInstance
Consumer<Integer> userDataFlusherInstance
-
wizardGetter$delegate
kotlin.Lazy wizardGetter$delegate
-
wizardGetterInstance
Function<Integer,
Wizard> wizardGetterInstance
-
-
-
-
Package ru.bgcrm.service.tariff.model
-
Class ru.bgcrm.service.tariff.model.ContractTariffEntry
class ContractTariffEntry extends IdTitle implements Serializable-
Serialized Fields
-
availableChangeDates
List<Date> availableChangeDates
-
availableChangeTariffIds
List<Integer> availableChangeTariffIds
-
canCancel
boolean canCancel
-
comment
String comment
-
contractId
int contractId
-
dateFrom
Date dateFrom
-
dateTo
Date dateTo
-
entityId
int entityId
-
entityMid
int entityMid
-
personal
boolean personal
-
position
int position
-
replacedFromContractTariffId
int replacedFromContractTariffId
-
replacedFromTariffId
int replacedFromTariffId
-
tariffPlanId
int tariffPlanId
-
treeId
int treeId
-
webTitle
String webTitle
-
-
-
-
Package ru.bgcrm.servlet
-
Class ru.bgcrm.servlet.ActionServlet
class ActionServlet extends org.apache.struts.action.ActionServlet implements Serializable -
Class ru.bgcrm.servlet.BaseServlet
class BaseServlet extends javax.servlet.http.HttpServlet implements Serializable -
Class ru.bgcrm.servlet.GetUpdatedAddressObjects
class GetUpdatedAddressObjects extends BaseServlet implements Serializable -
Class ru.bgcrm.servlet.UserSessionExpiredEvent
class UserSessionExpiredEvent extends AbstractEvent implements Serializable-
Serialized Fields
-
sessionId
String sessionId
-
-
-
-
Package ru.bgcrm.servlet.jsp
-
Class ru.bgcrm.servlet.jsp.NewInstanceTag
class NewInstanceTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable -
Class ru.bgcrm.servlet.jsp.ParamTag
class ParamTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable-
Serialized Fields
-
value
Object value
-
-
-
Class ru.bgcrm.servlet.jsp.PermissionTag
class PermissionTag extends javax.servlet.jsp.jstl.core.ConditionalTagSupport implements Serializable-
Serialized Fields
-
actions
String[] actions
-
-
-
Class ru.bgcrm.servlet.jsp.SavePageContextTag
class SavePageContextTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable
-
-
Package ru.bgcrm.session.message
-
Class ru.bgcrm.session.message.AttributeMessage
class AttributeMessage extends Object implements Serializable -
Class ru.bgcrm.session.message.SessionDestroyedMessage
class SessionDestroyedMessage extends AttributeMessage implements Serializable -
Class ru.bgcrm.session.message.SessionUpdatedMessage
class SessionUpdatedMessage extends AttributeMessage implements Serializable
-
-
Package ru.bgcrm.struts.action
-
Class ru.bgcrm.struts.action.FileAction.SessionTemporaryFiles
class SessionTemporaryFiles extends Object implements Serializable-
Serialized Fields
-
fileIndex
AtomicInteger fileIndex
-
fileTitleMap
Map<Integer,
String> fileTitleMap
-
-
-
-
Package ru.bgcrm.struts.action.upload.addresses.exception
-
Exception Class ru.bgcrm.struts.action.upload.addresses.exception.StreetNotFoundedException
class StreetNotFoundedException extends Exception implements Serializable
-
-
Package ru.bgcrm.struts.form
-
Class ru.bgcrm.struts.form.DynActionForm
class DynActionForm extends org.apache.struts.action.ActionForm implements Serializable-
Serialized Fields
-
file
org.apache.struts.upload.FormFile file
-
httpRequest
javax.servlet.http.HttpServletRequest httpRequest
-
httpResponse
javax.servlet.http.HttpServletResponse httpResponse
-
httpResponseOutputStream
OutputStream httpResponseOutputStream
-
page
Page page
-
param
ArrayHashMap param
-
permission
ParameterMap permission
-
response
Response response
-
user
User user
-
-
-
-
Package ru.bgcrm.util
-
Class ru.bgcrm.util.ParameterMap
-
Serialized Fields
-
mapPrint
String mapPrint
-
-
-
Class ru.bgcrm.util.ParameterMap.DefaultParameterMap
class DefaultParameterMap extends ParameterMap implements Serializable -
Class ru.bgcrm.util.Preferences
class Preferences extends ParameterMap implements Serializable-
Serialized Fields
-
data
ConcurrentHashMap<String,
String> data
-
-
-
Class ru.bgcrm.util.Setup
class Setup extends Preferences implements Serializable-
Serialized Fields
-
bundleName
String bundleName
-
connectionPool
ConnectionPool connectionPool
-
globalConfigMap
Map<Integer,
ParameterMap> globalConfigMap
-
-
-
-
Package ru.bgcrm.util.inet
-
Class ru.bgcrm.util.inet.IpAddress
class IpAddress extends Object implements Serializable-
Serialized Fields
-
address
byte[] address
-
-
-
-
Package ru.bgcrm.util.validation
-
Exception Class ru.bgcrm.util.validation.ValidationException
class ValidationException extends RuntimeException implements Serializable
-